Interop Assemblies aren't Auto-Refreshing in VS2005
Posted by: Rick Strahls WebLog,
on 06 Nov 2005 |
View original
Looks like creating COM Interop projects with ASP.NET just got a whole lot less pleasant with Visual Studio 2005. In VS.2003 if you updated the underlying COM server and then rebuild and refreshed the project that contained in imported Interop assembly the interop assembly automatically refreshed itself to provide the updated COM interface.
I can no longer get that to work. The only way to get the assembly to work is to physically remove it and then add it back into the project…
This is...