954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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;


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

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!!!!

marijana
Light Poster
40 posts since Jun 2004
Reputation Points: 11
Solved Threads: 0
 

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.

Paladine
Master Poster
Team Colleague
824 posts since Feb 2003
Reputation Points: 211
Solved Threads: 27
 

:)
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....

marijana
Light Poster
40 posts since Jun 2004
Reputation Points: 11
Solved Threads: 0
 

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:

Melanie25
Newbie Poster
1 post since Sep 2005
Reputation Points: 10
Solved Threads: 0
 
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.

cybeh
Newbie Poster
2 posts since Apr 2007
Reputation Points: 10
Solved Threads: 0
 

Yeah, .NET Apps hate windows 98

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

The biggest problem I am having now is how to make CR XI to work with win98 or winME. :S

cybeh
Newbie Poster
2 posts since Apr 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You