Hi, when we are trying to create an instance of C# COM exe through CreateInstance in windows Vista ultimate it throws up the following error message "-2147221164". The C# com EXE was successfully registered through regasm.exe. The component works fine across in all versions of Windows Vista.
This is the error message from getlast error "An attempt was made to reference a token that does not exist."
Any clues why it fails only in windows vista, Could it because of any windows services that didn't run?
Thank you folks.