I have a web site that was done with VS2010 framework 3.5 and I worked on it with a Vista machine. The web site has worked fine for a very long time.
I got a new machine and went to Windows 7 Ultimate. I continued to work on the site with VS2010 until the machine crashed one day while I had the project open. After that the project would not open.
I decided to upgrade it to VS2013 framework 3.5. Now I get an error telling me:
[UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
[FileLoadException: Could not load file or assembly 'AjaxControlToolkit, Version=3.5.7.1213, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. Access is denied.]
I am at a loss as to what to do with this and I need to get an update out for the web site.
I have seen information about the aspnet_wp account but I cannot find it in my users. I would think it would be there already.
Can anyone help?
Thank in advance :)