Click here to Skip to main content
15,907,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

I am having a problem. My VB windows app does not run on a Windows 8.1 machine, although when I debug and run it on the Visual Studio 2015 interface, it runs smoothly. I don't know why it cant run outside the Visual Studio 2015 environment. It runs on Windows 7 but there seems to be a problem in Windows 8.1. When I double click the exe on windows 8.1, its like it loads but never shows on screen.

Any advise friends?

What I have tried:

I googled for a solution, and it showed a possible solution to install Windows 8.1 SDK Kit because it may be missing. So I downloaded and installed it, but it doesnt seem to fix the problem.
Posted
Updated 25-Jul-17 22:16pm

1 solution

This isn't a problem we can fix: the most likely problem is that it's trying to talk with software (or hardware) that doesn't exist, or is using a different version of a driver.

I'd start by either installing VS on the target machine (in a VM if possible) then running it in the debugger to see what happens, or by adding logging code to the app to try and find out how far it gets before it fails.

But one way or the other, you need to gather information before you can start fixing the problem: at the moment you have nothing concrete to work on.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900