I\'m trying to deploy an .NET application with a custom COM component through ClickOnce. Unfortunately the application does not work with manifests generated by Visual Studio to use the COM component
Microsoft created ProjectCollection (BuildEngine on frameworks below 开发者_如何学编程4) to use MSBuild directly on code.
I want to know what exactly 开发者_如何学PythonHRESULT error means? This is occuring when user is trying to download clickonce application from our server. Hence to figure what is the problem behind i
I have a VSTO addin that I published on a network share. In my company everybody is able to install and update this application from the network share. Outside of the domain I am 开发者_运维百科unable
I store my Database in the c:\\ProgramData\\MyApp folder. How can I get access to that folder? I see there\'s a way to edit the App manifest to allow permissions, but I can\'t seem to find the proper
When you use ClickOnce to deploy an application, there is a appref-ms file that holds the url to the main application, for example localhost or a shared folder. When you are connected to the netwo开发
I deployed a ClickOnce application last year and have been developing the next version. Let\'s say the first application was called app2010 and the new one is app2011. Is there a way to set app2010 to
There\'s a custom made application already in production environment for client A. Now my boss decided that he also wants to sell it to client B.
I need to deploy a project that uses an API. That API has a series of dependent DLLs (about a dozen). I use ClickOnce to deploy my apps. I\'m trying to figure out the best way to build my project, inc
We are really close开发者_如何学Go to releasing our first product as a ClickOnce deployment, but there are a couple of nagging issues that I just can\'t seem to resolve...