开发者

Why does my installed application fail to run?

开发者 https://www.devze.com 2022-12-18 22:03 出处:网络
I\'ve got a .NET 3.5 Application that was working well. The installation was also working and the application functioned properly after installation.

I've got a .NET 3.5 Application that was working well. The installation was also working and the application functioned properly after installation.

I've fixed a few bugs and rebuilt the setup but now I can't get the installed application to run. I'm completely removing the ol开发者_Go百科d install, re-installing and when I run it I get the:

Data Tool has stopped working...
Windows is checking for a solution to the problem...
  • I don't even get a .net exception...
  • Running from the release folder works.
  • If I copy the files from the release folder into (and overwrite) 'Program Files' it runs

Any ideas?

Update:

I'm using a VS2008 deployment project to build my installer...


Deleted and re-added the 'Primary Output' in the setup project and it appears to have fixed it.
I've been trying to work this out all morning!

0

精彩评论

暂无评论...
验证码 换一张
取 消