EDN Admin
Well-known member
Hi,
i have a plugin that needs to be registered for my application to work.
I am developing my plugin in VC++2005 (.NET Framework 2.0) using XP and i registered it using the following command:
"regasm /codebase myPlugin.dll"
This gives me a Warning RA0000 for a strong name on my development machine but registers the plugin.
However, when i checked this on another XP machine that has .NET Framework 2.0 but no VS2005, i am getting an error. The error is as follows:
RegAsm: error RA0000 : Unable to locate input assembly myplugin.dll or one of its dependencies.
I am using the COM Interop of another dll along with another of my own dll in this plugin. In simple words, i am referencing the COM Interop and the other dll to my plugin project.
Could someone please tell me how to resolve this error as until and unless my plugin registers my application simpl wont work.
Thanks.
View the full article
i have a plugin that needs to be registered for my application to work.
I am developing my plugin in VC++2005 (.NET Framework 2.0) using XP and i registered it using the following command:
"regasm /codebase myPlugin.dll"
This gives me a Warning RA0000 for a strong name on my development machine but registers the plugin.
However, when i checked this on another XP machine that has .NET Framework 2.0 but no VS2005, i am getting an error. The error is as follows:
RegAsm: error RA0000 : Unable to locate input assembly myplugin.dll or one of its dependencies.
I am using the COM Interop of another dll along with another of my own dll in this plugin. In simple words, i am referencing the COM Interop and the other dll to my plugin project.
Could someone please tell me how to resolve this error as until and unless my plugin registers my application simpl wont work.
Thanks.
View the full article