473,396 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

converting DSR to RPT file

Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance
Nov 22 '05 #1
6 9695
Are you sure the *.dsr files were created with CrystalReport?. As I
remember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I did
some report, using DataReport, a few years ago. I do not think you can
convert it to Crystal Report.

Also, converting a VB database application into a .NET database application
is no good, since ADO.NET is so different from those data accessing handling
used in classical VB, that it is almost guaranteed that you need to redesign
the app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

Nov 22 '05 #2
Are you sure the *.dsr files were created with CrystalReport?. As I
remember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I did
some report, using DataReport, a few years ago. I do not think you can
convert it to Crystal Report.

Also, converting a VB database application into a .NET database application
is no good, since ADO.NET is so different from those data accessing handling
used in classical VB, that it is almost guaranteed that you need to redesign
the app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

Nov 22 '05 #3
In vb6.0 there is an option to add crystal report from the
project menu so u can add the crystal report but it save
in vb as .dsr file but you can use all the functionality
of crystal report through vb , so i have done exactly the
same and now when i am converting the *.dsr file to rpt
its giving me the error.
Also there is an option in vb.net to convert .dsr to .prt
file using the same i am converting but no luck...
-----Original Message-----
Are you sure the *.dsr files were created with CrystalReport?. As Iremember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I didsome report, using DataReport, a few years ago. I do not think you canconvert it to Crystal Report.

Also, converting a VB database application into a .NET database applicationis no good, since ADO.NET is so different from those data accessing handlingused in classical VB, that it is almost guaranteed that you need to redesignthe app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

.

Nov 22 '05 #4
In vb6.0 there is an option to add crystal report from the
project menu so u can add the crystal report but it save
in vb as .dsr file but you can use all the functionality
of crystal report through vb , so i have done exactly the
same and now when i am converting the *.dsr file to rpt
its giving me the error.
Also there is an option in vb.net to convert .dsr to .prt
file using the same i am converting but no luck...
-----Original Message-----
Are you sure the *.dsr files were created with CrystalReport?. As Iremember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I didsome report, using DataReport, a few years ago. I do not think you canconvert it to Crystal Report.

Also, converting a VB database application into a .NET database applicationis no good, since ADO.NET is so different from those data accessing handlingused in classical VB, that it is almost guaranteed that you need to redesignthe app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

.

Nov 22 '05 #5
In vb6.0 there is an option to add crystal report from the
project menu so u can add the crystal report but it save
in vb as .dsr file but you can use all the functionality
of crystal report through vb , so i have done exactly the
same and now when i am converting the *.dsr file to rpt
its giving me the error.
Also there is an option in vb.net to convert .dsr to .prt
file using the same i am converting but no luck...
-----Original Message-----
Are you sure the *.dsr files were created with CrystalReport?. As Iremember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I didsome report, using DataReport, a few years ago. I do not think you canconvert it to Crystal Report.

Also, converting a VB database application into a .NET database applicationis no good, since ADO.NET is so different from those data accessing handlingused in classical VB, that it is almost guaranteed that you need to redesignthe app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

.

Nov 22 '05 #6
In vb6.0 there is an option to add crystal report from the
project menu so u can add the crystal report but it save
in vb as .dsr file but you can use all the functionality
of crystal report through vb , so i have done exactly the
same and now when i am converting the *.dsr file to rpt
its giving me the error.
Also there is an option in vb.net to convert .dsr to .prt
file using the same i am converting but no luck...
-----Original Message-----
Are you sure the *.dsr files were created with CrystalReport?. As Iremember, VB's Add-in report tool "DataReport" creates *.dsr, 'cause I didsome report, using DataReport, a few years ago. I do not think you canconvert it to Crystal Report.

Also, converting a VB database application into a .NET database applicationis no good, since ADO.NET is so different from those data accessing handlingused in classical VB, that it is almost guaranteed that you need to redesignthe app to take advantage of what ADO.NET offers.

"mustafa" <mu*******@yahoo.com> wrote in message
news:04****************************@phx.gbl...
Dear sir ,

I have built my application in visual basic 6.0 and
crystal Report8.5 , Now i migrated my application to
VB.net using the upgrade wizard.My visual basic form is
upgraded to vb.net but my .dsr file that i created using
crystalReport is not migrated , when i try to convert it
into .rpt file using add new item in Vb.net Envs it give
me the error in the log file saying,

"sales.dsr isn't a Data Report file."

how should i rectify this problem
thank in advance

.

Nov 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rob McLennan - ZETLAND | last post by:
Hi, I am in the process of converting Dreamweaver library items to server side includes (SSI) on a website made up of ASP files. The pages I am modifying are Dreamweaver templates. The process I...
1
by: Donald Firesmith | last post by:
We are converting the OPEN Process Framework Repository (www.donald-firesmith.com) of over 1,100 free open source reusable process components for building development methods for...
4
by: mustafa | last post by:
Dear sir , I have built my application in visual basic 6.0 and crystal Report8.5 , Now i migrated my application to VB.net using the upgrade wizard.My visual basic form is upgraded to vb.net...
3
by: j.a. harriman | last post by:
Hi, On MSDN I know there is a JScript example (Upgrading Visual C++ Projects to Visual Studio .NET in Batch Mode) to upgrade VS6 C++ projects to .NET solutions. It converts the project files...
8
by: Rick | last post by:
Hi, Does C have some handy functions to convert chars, ints and floats to bit arrays? I need to store that stuff binary so a few functions would be great. Converting chars and ints isn't...
8
by: Marius Cabas | last post by:
Hi, I'm a beginner so don't shoot ;) I'm reading a wave file into a byte and I'm trying to convert the result to String but the converted string is altered, so if I'm generating a new wave file...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
9
by: Terry | last post by:
I am converting (attempting) some vb6 code that makes vast use of interfaces. One of the major uses is to be able to split out Read-only access to an obect. Let me give you a simple (contrived)...
16
by: manmit.walia | last post by:
Hello All, I have tried multiple online tools to convert an VB6 (bas) file to VB.NET file and no luck. I was hoping that someone could help me covert this. I am new to the .NET world and still...
0
by: anide | last post by:
Hi all I’ve some problem, I’m trying to converting a sorting algorithm from C++ to C#. In C++ I’ve compiled it using MSVC and its working properly, and in C# I’m using .NET Framework 2.0 (Visual...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.