winforms - ClickOnce error message 'Access to the path 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config' is denied' -


our clickonce application has been working fine. however, 1 of our users gets following error:

+ configuration system failed initialize + error occurred loading configuration file: access path 'c:\windows\microsoft.net\framework64\v4.0.30319\config\machine.config' denied. (c:\windows\microsoft.net\framework64\v4.0.30319\config\machine.config) + access path 'c:\windows\microsoft.net\framework64\v4.0.30319\config\machine.config' denied. 

our installation folder url appears fine per stack overflow article clickonce deployment error - access path denied, , discussion access denied machine.config on win7 x64 isn't clear permissions should checked, e.g. network service? , this msdn article refers changing passwords doesn't make sense me.

what might causing issue? , perhaps permissions might required?

another stack overflow post, clickonce , configuration c# application, seems refer issue, asks different question (trying avoid using machine.config).

we reinstalled .net 4.5 on user's machine , works fine.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -