I'm trying to develop a multitouch application using Surface 2.0 SDK, so I've installed its sample applications.
I opened the solution in Visual Studio 2010 ultimate, but I noticed that the debug starts, but it seems like to be in a without exit loop or waiting for something.
Example:
I start the project named ControlsBox, I wait for one/two minutes, and everytime that I press pause the application is in:
System.Windows.Input.PenThreadWorker.GetTabletInfoHelper
I'm developing on a non-touch pc with Windows 7 Pro.
Looking in processes I noticed that if I stop wisptis.exe the application finally run.
Any suggestions?
Related
I am building an app on Xamarin Forms Framework and my app crashes when installing on a physical android device.
It gets fixed when I clear storage and run it again, then my app wont crash and runs good,
But every time i reinstall my app it first crashes.
Another weird thing is Release Built and Debug Built run well on the visual studio debugger.
I am working on trying to fix it all day but no success tried to cancel Optimize my Code, tried to disable link but nothing.
Edit: I use a Mac so I tried to move my project to my Windows PC and released the app to my physical device and it works well, maybe its a Visual Studio Mac Bug?
I developed a WPF App and generated a Setup project with visual studio install project. The plataform that I use to developed it was Win 8.1. Now I need to install it on Windows 10, but the application does not run. When I try to execute it quickly I see on windows task manager my app running on second plan and it close quickly. Dot net 3.5 is installed and 4.5. Whats is wrong?
I make and run Windows form application in VS. Then I close the VS (not running win form application). But still my Windows form application was running.
Does this mean that Windows form Application runs under operating system ?
basically when you create a win form application in visual studio, the first time you run it, it creates an executable (.exe) file in its bin folder. so even though when you close visual studio it will keep running.
(but when you run it in debug mode, the moment you close the VS, your
win form application will also be closed)
but one thing any program or process that runs in your machine is managed by operating system, like allocating memory resources etc...
Hope this will help
I have to put this as an answer since I need to place some image -
Closing VS will close the application only when its being debugged and you have started the app using VS
Being debugged - (you see a Running on top left)
This is true for both - Current project or an external system
However, if you are debugging an application by Debug -> Attach to process.
Closing VS will not kill the applicaiton although you can debug it.
AoA,
I am trying to make a music player app in wpf C#(Visual Studio 2012, Win 8), I have made a demo(to chk the app on different computer, whether the app is running or not). 4 out of 7 passed, but I cant figure out why my app is not executing on the remaining 3?
6 out of 7 have windows 8 and visual studio 2010 or 2012. One is using windows 7 with Visual Studio 2010(app runs fine on this one)
I cant figure out the problem! There is no error, the app unable to execute on the 3 pc's
Is there a way that I can use my app with the references included? so that there is no need of external
references?
Any help?
You should try to debug it on one of the machines where your app refuses to run.
If it should be a runtime enviroment issue even if something like user account control (UAC) interferes, u get exceptions. So this doesn't seem to happen, so there must be a flaw in your code. Again, try to debug it on one of those machines. Or programm control of an installed firewall is blockin your app silently in the background...
I have a simple hello world application that target platform is set to "Windows Mobile 6 Classic Emulator", develop with Visual Studio 2008 with .NET frame 3.5. Compile and run test, everything working. Then deployed to Motorola MC75. When run, the application run fine but I cannot access the start menu, start button or the windows taskbar. I go to App Center to setup the application options not to hide start menu, still not see it. How do write an application that has taskbar, start button, and start menu display.
I actually have MC75 siting here next to me. You should be able to see the windows logo on top Left of your Application. Clicking that will minimize your app showing you the "desktop".