GAC Assembly Reference in App.Config (Console Applications)
Posted
by flopdix
on Stack Overflow
See other posts from Stack Overflow
or by flopdix
Published on 2010-03-19T15:40:31Z
Indexed on
2010/03/19
15:41 UTC
Read the original article
Hit count: 161
.NET
I have a dll installed in GAC. I have not issues reading that assembly from asp.net applications the assembly reference i have done in web.config is able to refer to that assembly.
But in the console application, when i put the below in the app.config file, the solution gets compiled, but i am not able to access the dll from program.cs file. Below is my app.config to refer to the dll in GAC.
Please point to me what i am doing wrong.
© Stack Overflow or respective owner