I have a project that builds successfully when I build and run in visual studio but when I use NCrunch I get the following error
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d...ng_project-build-issues
..\..\..\..\..\..\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets (4050): Cannot register assembly "C:\Users\myName\AppData\Local\NCrunch\8552\24\MyProjectFolder\bin\Debug\MyProject.dll" - access denied. Please make sure you're running the application as administrator. Access to the registry key 'HKEY_CLASSES_ROOT\MyProject.MyProjectClass' is denied.
I didn't think I was doing anything particularly odd on the build and I am not running Visual Studio as Admin to get it to build normally. Does anyone have any ideas on how I can get NCrunch to build this project?