|
-
May 11th, 2005, 04:08 AM
#1
Thread Starter
New Member
Novice needs help!!!(problem installing .net app in other windows platform)
Hi everybody!!!
I made a simple program in VB.NET using MSaccess database and Crystal Reports 9.0. When I installed the program on my own pc and other pc (with windows XP platform having MSaccess app) the program runs perfectly and displays the report smoothly.
But when i tested it in a win98 platform with no MSaccess and Crystal Reports installed in it...the program runs, but when i tried to open(view) the report, an error message occured, saying "FAILED TO LOAD DATABASE INFORMATION".
I installed the MSaccess and Unistall it again, eventually the program works...
Probably the problem is on the connection of Crystal and MSaccess. What if I dont want to install the MSaccess? How can I fix this problem without installing the MSaccess?
I need somebody's HELP!!!!Thanks
Last edited by inday; May 11th, 2005 at 04:39 AM.
-
May 11th, 2005, 04:55 AM
#2
Hyperactive Member
Re: Novice needs help!!!(problem installing .net app in other windows platform)
How did you deploy your app? Did you include the Crystal Merge Modules?
Take a look through this document that discusses installing Crystal merge modules with a .NET app:
It shouldn't be an Access problem if you've used OleDB correctly.http://support.businessobjects.com/.../deploying_cr10_net.pdf.asp
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
May 11th, 2005, 11:04 AM
#3
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Also you should make sure the Windows 98 machine had an up to date version of the MDAC installed on it.
-
May 11th, 2005, 11:57 AM
#4
Re: Novice needs help!!!(problem installing .net app in other windows platform)
This is the link for 9.0 merge modules.
Also, if you have the Developer version of CR then you should have the Runtime.hlp help file that designates all the dependancies
for each function, method, control.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 12th, 2005, 12:15 AM
#5
Thread Starter
New Member
Re: Novice needs help!!!(problem installing .net app in other windows platform)
hey guys, thanks for the reply!!!!
Just did what you advised...I installed the MDAC, included Crystal Merge Modules, and installed the .NET framework 1.1...but still, the same bug exists...
Hi, RobDog888! Can you give me an idea where can I find that Runtime.hlp? I never include that in my application coz I dont know where to find that...
Thanks!!!
-
May 12th, 2005, 02:13 AM
#6
Hyperactive Member
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Have you referenced some Access dlls in your project that weren't on the target machine? Those would have been installed when you installed Access, but might not have been removed when you uninstalled it again.
How did you actually deploy the project in the first place? Did you use a setup project, or just copy the exe to the machine?
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
May 12th, 2005, 07:43 PM
#7
Thread Starter
New Member
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Hi, Lil Ms Squirrel!!!!thanks for your reply!!!!
That's what am thinking too....it might be some Access .dlls that my project maybe needed...but what are those dlls?...Access has a lot of of dll if am not mistaken...and it's quiet hard to figure out those that that I need only...
Yup!! I used the setup project...actually I burned the whole package(setup project) of my app in a rewritable cd (just to make sure Im using an updated setup project) and installed it in some other pc...
Do you have an idea what are those dlls that i might be needing? and how can i integrate it to my project? Thanks!!!
-
May 12th, 2005, 08:16 PM
#8
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Runtime.hlp only comes with the Developer versions of CR.
Its not for distribution in your apps. 
If you have the D version of CR then it will be located in the -
?:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help\Runtime.hlp
If not then you may be able to search CR's website and see if they publish it there too.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 12th, 2005, 08:55 PM
#9
Thread Starter
New Member
-
May 12th, 2005, 09:19 PM
#10
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Guess if you can translate it you'll be good.
It basicall can tell you what to include in your package. For example, if you only are printing then you need files 1,2,3,etc. If your exporting then
you need files 4,5,6,etc. Its very helpful
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 15th, 2005, 07:34 PM
#11
Thread Starter
New Member
Re: Novice needs help!!!(problem installing .net app in other windows platform)
hey RobDog888, Thanks a lot!!!
I'll just try to translate first the help file into english lang...
-
May 15th, 2005, 09:36 PM
#12
Re: Novice needs help!!!(problem installing .net app in other windows platform)
Did you use a DSN by any chance to connect to the DB? Or connect to it via a specific drive & path? Does the tartget machine have the same DSN set up? And/or is the DB in the same location for both machines?
Tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|