|
-
Aug 5th, 2010, 01:37 PM
#1
Thread Starter
Member
'Open with...' pops up when trying to use program
i tried searching, so i hope this isn't answered and is in the right place, but i made a program in visual basic 2008 which was working completely fine when i finished it. i uploaded it online for others to download, which has also worked fine for them for several months. as of late, some users have reported that when they try to use the program, the 'open with...' window pops up because windows does not recognize the program needed to run my application. yet...it works fine on my PC, and most others (that i assume that have not redownloaded it causing this error to occur). i instruct the users to update their .NET framework in the original forum post to the latest update which was previously required for my application to work, but the issue still arises.
regardless of all my searching, i haven't found a solution. or any issues that are even similar to mine. i'm a beginner programmer (only one semester in visual basic) and that was over a semester ago, so i'm hoping it is an easy fix i'm not aware of or am overlooking. thanks in advance for any help
-
Aug 5th, 2010, 01:42 PM
#2
Re: 'Open with...' pops up when trying to use program
Do the users run the .exe, or do they click on an other file?
-
Aug 5th, 2010, 01:44 PM
#3
Re: 'Open with...' pops up when trying to use program
The fact that the "open with" dialog pops up when your user is trying to launch your program tells me that windows doesn't have a file association with that file. Since it's a program, it's an executable. If Windows doesn't know what to do with an .exe then nothing can run at all, not just your program. So it's likely that the program executable got renamed to a different extension (or no extension at all), and thus windows doesn't know how to open it, and thus the "open with" dialog comes in place.
Solution: make sure that the file extension is ".exe". If not, rename it to have the .exe extension.
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
Aug 5th, 2010, 01:59 PM
#4
Thread Starter
Member
Re: 'Open with...' pops up when trying to use program
thank you for the timely responses. it has the .exe extension on my pc, but that can't be said for all users. it should be downloaded with the same extension, but i will ask some of the users that contacted me about it and see if that's what works and i'll report back
-
Aug 5th, 2010, 02:04 PM
#5
Thread Starter
Member
Re: 'Open with...' pops up when trying to use program
one user already posted that it works. thanks for the help!
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
|