gscott2112 <gscott2112@xxxxxx> wrote:
Quote:
> I have a COM dll that I am distributing as a Side-by-Side reg-free
> dll. On XP I have no problems using the component, on Vista I get errors
> trying to create the COM object.
>
> Either 0x80040154 (Class not registered) when using a GUID to create the
> object or 0x800401F3 when trying to use the prog id.
>
> Is there something additional that needs to be done to get Side-By-Side
> assemblies to work on Vista?
>
> The dll manifest is embedded in the dll
You'll probably find more resources and better help with this at MSDN:
http://msdn2.microsoft.com/en-us/library/default.aspx http://msdn2.microsoft.com/en-us/aa570318.aspx
Charlie42