Groups | Blog | Home
all groups > dotnet faqs > april 2005 >

dotnet faqs : unable find assebly folder in regedit for global assembly cache


abidali mohammad via .NET 247
4/9/2005 11:19:25 PM
Question: create a shared assembly name Shape add methods to it. Register assembly in Global Assembly Cache. Develop client application form display all shapes method.

can some one answers this in steps ,its urgent,

I done I created Class file Shapes.dll then i generated key using command prompt
sn -k mykey.sn
and added to assemblykeyfile("..\..\mykey.sn")
then recompiled after this
i register in gac using
gacutil /i shapes.dll

i could see this shapes in c:\windows\assembly but when i tried to import in a form i could can some one help in this.

--------------------------------
From: abidali mohammad

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

Maqsood Ahmed
4/13/2005 11:05:39 PM
Hello,
What error message do you get while importing it to your project?
Remember you have to Add a reference for shapes.dll into your project.
HTH. Cheers :)

Maqsood Ahmed [MCP,C#]
Kolachi Advanced Technologies
http://www.kolachi.net

AddThis Social Bookmark Button