I am trying to add a reference to a COM dll named "DSO OLE Document Properties Reader 2.1" in my web application. But it shown an error saying "Invalid Strong Name Parameters specified" when I try to build my project. When I add reference to the same dll
in a new console or web application, it just works fine. There is some configuration settings in my solution that is not allowing me to add the reference.
P.S. The web application project is configured to use a strong name key file.
Thanks for the quick response.
I forgot to include in my initial post that I already have admin privileges. Please note that I am able to use this dll in other small test projects. So the problem is not with admin privileges or my machine. Its with some project/solution level settings that
is not allowing me to add this reference.
If you need me to post any additional info, I can do it right away.
GSKK
0 Points
2 Posts
Unable to add reference to a COM assembly
Jun 03, 2012 05:42 AM|LINK
I am trying to add a reference to a COM dll named "DSO OLE Document Properties Reader 2.1" in my web application. But it shown an error saying "Invalid Strong Name Parameters specified" when I try to build my project. When I add reference to the same dll in a new console or web application, it just works fine. There is some configuration settings in my solution that is not allowing me to add the reference.
P.S. The web application project is configured to use a strong name key file.
sreejukg
All-Star
27597 Points
4122 Posts
Re: Unable to add reference to a COM assembly
Jun 03, 2012 05:47 AM|LINK
refer this
http://mikedimmick.blogspot.com/2006/01/how-to-stop-tlbimp-requiring-admin.html
My Blog
GSKK
0 Points
2 Posts
Re: Unable to add reference to a COM assembly
Jun 03, 2012 05:57 AM|LINK
Thanks for the quick response.
I forgot to include in my initial post that I already have admin privileges. Please note that I am able to use this dll in other small test projects. So the problem is not with admin privileges or my machine. Its with some project/solution level settings that is not allowing me to add this reference.
If you need me to post any additional info, I can do it right away.