|
-
Sep 21st, 2007, 10:02 PM
#1
Thread Starter
Member
Exe will not launch
I am having a problem with a standalone activex exe I am trying to build. My app runs fine through VB. But when I build an exe to and try to launch the the exe the app will not launch it simply beeps and nothing else. I have looked in task manager to make sure its not locking up but its not there.
I added a msgbox to sub Main() which is where the app is set to start from. The messagebox never shows up.
I added a logging to sub Main() which is where the app is set to start from. The log never populates.
I copied my project to a backup folder and removed alot of the references and components to see if that helps and no luck.
I added a blank form and set it to load instead of my mainform on startup. That didn't work.
Has anyone seen this? I am all out of ideas and would like to get this working.
Thanks in advance for your help.
-
Sep 21st, 2007, 10:37 PM
#2
Re: Exe will not launch
There is no such thing as a STAND ALONE EXE in VB.
A beep when you run your app means that it is out of reference with other object such as a dll that was probably referenced.
Are you running this exe on the same machine?
Does this exe include a reference to another one of you dll's?
-
Sep 24th, 2007, 10:26 AM
#3
Re: Exe will not launch
Did you do a formal installation of your program, or just copy it somewhere?
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
|