Cannot build assembly with COM interop, VS2005 + Vista beta 2
When I build an assembly using msbuild that has COM Interop, msbuild fails in the UnManagedRegistration target.
c:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2720,9): error MSB3216: Cannot register assembly <assemble name> - access denied. Access to the registry key 'HKEY_CLASSES_ROOT\<com class name>' is denied.
I am running msbuild using an user with Administrator permissions. The OS is still set to request the user for elevated permissions.

