About private and shared assembly

T

Tony Johansson

Hello!

If I select a private assembly in ILDASM I get a lot of information listed
but if I select a shared assembly located at c:\window\assembly(GAC) I
get nothing listed.
So is this normal not seeing anything when using ILDASM on any
shared assembly located in the GAC.

Now to my second question:
If I create a shared assembly from a private assembly and then use
properties on this it shows for example the
codeBase:file:///C:/TEST_DLL/ClassLibrary3/bin/Release/classlibrary3.dll
but If I for example use properties on the Accessibility located in the
GAC this codeBase shows nothing why?

I mean the path to the actual Accessibility.dll should be displayed in the
codeBase when using the properties.

//Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top