Forum member

itto5

2 posts

Posts by itto5

  1. Build failure only in ncrunch - GAC ?

    That did it, thank you very much! I changed references from [quote]<Reference Include="Microsoft.Web.Administration"> [/quote] to [quote]<Reference Include="Microsoft.Web.Administration, version=7.0.0.0">[/quote] and it immediately worked.

  2. Build failure only in ncrunch - GAC ?

    Hi, When I try to build my project with NCrunch, I keep getting problems like the following: [quote]"The type 'Microsoft.Web.Administration.ServerManager' exists in both 'c:\Windows\assembly\GAC_MSIL\Microsoft.Web.Administration\7.9.0.0__31bf3856ad364e35\Microsoft.Web.Administration.dll' and …