|
-
Oct 7th, 2005, 11:43 PM
#1
Thread Starter
New Member
exe file wont't run perfectly on other PC
Hi,
I created my VB application on my pc and make an executable file of it (exe file) to run on other PC. Problem is.... there is this error popping up saying "network or disk error" once i try to run my exe file on other pc... (it runs perfectly normal on my pc though)... What could be the problem? I have included the necessary .ocx and .dll file on the other PC i am running on... I am using VB6 and my application involves SSTAB (Microsoft Dialogue Tabbed Control 6.0), ADODC control, frame, and etc.... Just wondering what does the message "network or disk error" means? Is the exe file corrupted? I tried recreating it but the outcome is still the same...
Thanks in advance for any information and guide!
cheers,
leynie
-
Oct 7th, 2005, 11:46 PM
#2
Re: exe file wont't run perfectly on other PC
Welcome to Forums, leynie!
How did you distribute your app? Did you build Setup Package? If not then do that first: you can use Package & Deployment Wizard (aka PDW) - it comes shipped with VB or any other utility that you might have.
-
Oct 7th, 2005, 11:54 PM
#3
Re: exe file wont't run perfectly on other PC
This is the place to read about deployment issues.
Application Deployment Forum
-
Oct 7th, 2005, 11:54 PM
#4
Re: exe file wont't run perfectly on other PC
Moved from Classic VB forum.
Since it sounds like your using a database. Did you use a hard coded path in the connectionstring?
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 
-
Oct 7th, 2005, 11:54 PM
#5
Re: exe file wont't run perfectly on other PC
It's possible that you've hardcoded one of the properties on the data control (ConnectionString or RecordSource) that points to a non-existent file or path on the other PC.
Pete
No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.
-
Oct 8th, 2005, 01:38 AM
#6
Re: exe file wont't run perfectly on other PC
leynie,
Check my signature for Installer Problems and Apllication Deployment Forum. This could possibly help you on your quest.
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
|