I have been using the Controltoolkit for a few years with no problem until recently in a specific project (Other projects work fine???)
When I begin to debug I get the below:
Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)
After exploring the web, I have tried:
Verified dir permissions.
Exiting VS2008
Stopping the Local IIS
Deleting temp ASP.NET files in user/appdata/local dir.
Deleting bin dir files
Upgrading Controltoolkit.
Rebooting my machine seems to make it work for one debug session then no go...
Can anyone provide any help that would not entail reloading VS2008/.NET or Win 7 or Removing the toolkit?
Funny thing is that I have several almost identical projects that work fine???
Thanks in advance
Marshall