.NET dll to be visible in .NEt tab of Add Reference dialog
-
Hi I have a dll which will be used by multiple application. So I have build the dll(say "sample.dll"). Now using GACUTIL.exe I have installed into GAC. Now my epectation is to see the "sample.dll" into list of dll into .NET tab of Add reference window( As I assume that .NET tab of Add Reference window lists all GAC dlls.) But while adding a reference I can not find sample.dll into that list. Where I am going wrong? In any application where "sample.dll" will be used I want to take a refrence of "sample.dll" from GAC. Thanks in advance!!!
Thanks, Arindam D Tewary
-
Hi I have a dll which will be used by multiple application. So I have build the dll(say "sample.dll"). Now using GACUTIL.exe I have installed into GAC. Now my epectation is to see the "sample.dll" into list of dll into .NET tab of Add reference window( As I assume that .NET tab of Add Reference window lists all GAC dlls.) But while adding a reference I can not find sample.dll into that list. Where I am going wrong? In any application where "sample.dll" will be used I want to take a refrence of "sample.dll" from GAC. Thanks in advance!!!
Thanks, Arindam D Tewary
Can you see the assembly when you browser to GAC ? Make sure your assembly has strong name generated.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Can you see the assembly when you browser to GAC ? Make sure your assembly has strong name generated.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
Yup !! when I am browsing "sample.dll",it is there in GAC. And its obvious that if I am having it insatalled into GAC(if I can see my "sample.dll", I believe its installed into GAC) then its already having its much needed strong name with it. Isnt it? :confused::confused:
Thanks, Arindam D Tewary
-
Yup !! when I am browsing "sample.dll",it is there in GAC. And its obvious that if I am having it insatalled into GAC(if I can see my "sample.dll", I believe its installed into GAC) then its already having its much needed strong name with it. Isnt it? :confused::confused:
Thanks, Arindam D Tewary
Arindam Tewary wrote:
having its much needed strong name with it. Isnt it?
Yeah. I don't have any idea, it's weird. :confused:
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Arindam Tewary wrote:
having its much needed strong name with it. Isnt it?
Yeah. I don't have any idea, it's weird. :confused:
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
Anywz thanks for your help!!! :)
Thanks, Arindam D Tewary