DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   VB.NET (http://www.daniweb.com/forums/forum58.html)
-   -   win98 and vb.net application with crystal reports (http://www.daniweb.com/forums/thread31388.html)

marijana Aug 29th, 2005 8:26 am
win98 and vb.net application with crystal reports
 
HELLo !!
pls, i need help
i have a VB.net application developed in MS Development Enviroment 2003 v.71.3088, with crystal reports in it, developed with Crystal Decisions for Visual Studio.net. so, reports are coded in the application, and deployed as part of the code , like this;

<code>
Dim report As New ZbirnoNovo
report.RecordSelectionFormula = "{tblUNOS.datum} In #" & startDate & "# To #" & endDate & "# "
report.SetParameterValue("paramp", mjesec)
report.SetParameterValue("pp", godina)
CrystalReportViewer1.ReportSource = report

</code>

it works fine on win 2000, win 2000server, and xp pro operating systems, but on win 98se machine it cant open crystal report. I installed dotnetfx and mdac 2.8, but i do not know what else do i need to make it work ???? Any sugestions?? i put ATL.msm in the deployment project, as well....nothing helps....
PLS, PLS, HELP!!!!

Paladine Sep 1st, 2005 2:39 pm
Re: win98 and vb.net application with crystal reports
 
Are you getting an error message? Or is the report just not loading?

have you step through the code to see what is being passed?

Has the location of the report changed from where it resided in the Windows 2000 case? i.e. the exactly UNC lcoation.

marijana Sep 13th, 2005 3:51 am
Re: win98 and vb.net application with crystal reports
 
:)
there is no error message, i deployed application on XP machine and i can install it on win 98. but when i run it, everything goes ok, until i open one form with the crystal report viewer on it -> it just does not load the report. the report is at the same location on every comp, i checked that....stepping through the code..yeah, well..i can't do that, 'cause i do not have visual studio.net on the win98 comp, so i can only run the installed version of the my application....

Melanie25 Sep 27th, 2005 9:44 pm
Re: win98 and vb.net application with crystal reports
 
I am using vb.net 2003 along with Crystal Reports v.11. My app runs great on XP machines, but when running my app on Win 98, the reports simply don't load. Is this a simple incompatibility with Win 98 or does anyone know of a solution to this problem??? This is becoming an urgent issue for me. Thanks for any help at all! :rolleyes:

cybeh Apr 17th, 2007 12:33 pm
Re: win98 and vb.net application with crystal reports
 
Quote:

Originally Posted by Melanie25 (Post 164032)
I am using vb.net 2003 along with Crystal Reports v.11. My app runs great on XP machines, but when running my app on Win 98, the reports simply don't load. Is this a simple incompatibility with Win 98 or does anyone know of a solution to this problem??? This is becoming an urgent issue for me. Thanks for any help at all! :rolleyes:

Having the same problem here. Any solution? Please adive.

jbennet Apr 17th, 2007 12:55 pm
Re: win98 and vb.net application with crystal reports
 
Yeah, .NET Apps hate windows 98

cybeh Apr 17th, 2007 8:50 pm
Re: win98 and vb.net application with crystal reports
 
The biggest problem I am having now is how to make CR XI to work with win98 or winME. :S


All times are GMT -4. The time now is 9:00 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC