Build Website error (Orcas Beta 2)
I have a ASP.NET project that I checked out of Team Foundation Source control. The solution contains the web site and all of its dependent projects. When I attempt to build the web site, I get the following error:
Build started: Project: C:\...\CTWebTier\, Configuration: Debug .NET
Validating Web Site
Building directory '/CTWebTier/App_Code/'.
(0): Build (web): Could not load file or assembly 'CTAntivirus, Version=5.0.0.0, Culture=neutral, PublicKeyToken=aeaa35f4408ffdfb' or one of its dependencies. Access is denied.
CTAntiVirus is a C# DLL that my web site uses for virus scanning.
Why do I get an access denied? I am in the local administrator group for my Win XP Laptop. Note, in my web.config I have impersonation turned on. Does my impersonated user need some permissions in order to build the web project?
thanks
Teddy

