Crystal report Problem in MSDE database

chakry

New member
Joined
Dec 20, 2005
Messages
3
Programming Experience
Beginner
Crystal report Problem in deployment

Hi,

i developed one windows application with VB.net,SQL Server database on windows 2000 system. i have some crystal reports in it( no sub reports). In my Development system every thing is fine including Reports.I created the setup and deployed the application in Windows XP system with MSDE database.

Now my application is working fine except Crystal Reports.


after deployment, when I try to see any of my reprots, I'm prompted to enter database login... I have a window with TableName (Command), and Server Name, Database, Login ID, and Password. I have added the following merge modules already:

Crystal_Database_Access2003.msm
Crystal_Database_Access2003_enu.msm
Crystal_managed2003.msm
Crystal_regwiz2003.msm (licence key is set to the public key from the "About" window)
VC_user_CRT71_rtl_x86_---msm
VC_user_STL71_rtl_x86_---msm


i dont know why?

Any help from anybody????

Thanks in advance..
 
Last edited:
Merge Modules

Does your project include these merge modules?

C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Database_Access2003_enu.msm
C:\Program Files\Common Files\Merge Modules\Crystal_Managed2003.msm
C:\Program Files\Common Files\Merge Modules\Crystal_regwiz2003.msm

C:\Program Files\Common Files\Merge Modules\VC_User_CRT71_RTL_X86_---.msm
C:\Program Files\Common Files\Merge Modules\VC_User_STL71_RTL_X86_---.msm


Kulrom answered this here:
http://www.vbdotnetforums.com/showthread.php?t=5854&highlight=Crystal+reports
 
HI David i have all the above 4 merge modules in my project. i dont have below 2 modules:

C:\Program Files\Common Files\Merge Modules\VC_User_CRT71_RTL_X86_---.msm
C:\Program Files\Common Files\Merge Modules\VC_User_STL71_RTL_X86_---.msm

as my project developed on VB.net, i thought it is not necessary. any way i will try with these 2 merged modules also.

Thanks and get back to u after my testing..


Thanks a lot
 
Back
Top