D
David Thielen
Hello;
My add-in runs fine on my development system. When I try to run it on a test
system (Windows XP, Word 2003) I get the error 0x80131107 on the shim call in
CLRLoader.cpp:
hr = m_pLocalDomain->CreateInstance(CComBSTR(szAssemblyName),
CComBSTR(szClassName), &pObjHandle);
When I try to run the .net Add-In directly, I get "AutoTag2003.dll" is not a
valid Office Add-In.
How do I find out what is wrong? (I uninstalled and re-installed .net 2.0 to
make sure it is the final version.)
My add-in runs fine on my development system. When I try to run it on a test
system (Windows XP, Word 2003) I get the error 0x80131107 on the shim call in
CLRLoader.cpp:
hr = m_pLocalDomain->CreateInstance(CComBSTR(szAssemblyName),
CComBSTR(szClassName), &pObjHandle);
When I try to run the .net Add-In directly, I get "AutoTag2003.dll" is not a
valid Office Add-In.
How do I find out what is wrong? (I uninstalled and re-installed .net 2.0 to
make sure it is the final version.)