VB's Data Report Error.. help..
hi.. I'm making an application using VB's Data Report. In my computer, the application runs well, but when I install it on another computers, when I try to open the report, on some computer (not all) it always gives a runtime error: Application-defined error or object-defined error. The computers are using Windows XP SP2. What could be wrong? Are these computers lack of some files? Please help. Thank you very much.
Re: VB's Data Report Error.. help..
datareport designer is msdbrpt.dll. yet it is the design time environment. when you deploy your application, make sure you include its runtime environment and all its dependencies.
its runtime dll is msdbrptr.dll
try also searching google and type the error number on the search textbox
Re: VB's Data Report Error.. help..
Moved to application deployment.
A couple of questions:
What installation and setup package are you using to deploy your application?
Can you see any differences between the computers that on which it does not work and those on which it does work?
Re: VB's Data Report Error.. help..
I use VB's Package & Deployment to make the installation.. but I can't see any differences between the computers that on which it does not work and those on which it does work..
I read at microsoft.com:
If there is no Visual Basic error corresponding to the Number property, the "Application-defined or object-defined error" message is used.
thank you Hack and d3gerald