I get the following error when trying to publish an XNA project in Visual Studio 2010.
Error 1 It was not possible to publish with the following error: it is not possible to output a COM object of type "System .__ ComObject" for the interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider. This operation failed because the call to QueryInterface for the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed to complete with the following error: this interface is not supported (exception from HRESULT: 0x80004002 (E_NOINTERFACE) ) 1 1 Asteroids
I tried registering actxprxy.dll and ieproxy.dll as others suggested, but I continue this error.
I get this error with an empty XNA Game template, as well as with the completed XNA game.
I can build and debug the same projects well.
source share