assembly references

C

Chuck Bowling

Right now I'm trying to get a little deeper into C# and I'm exploring MSIL.

I previously installed VS 2002. Later I uninstalled and upgraded to VS 2003.
Now, in exploring my \Windows\assembly directory I notice that I have
several assembly references that are identical. Same Version, same public
key.

My question is how do these references impact system resources and is it
safe to delete duplicates?
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Hi Chuck,
You know that the assemly name has four parts: name, version, culture and
public key are you sure they are completely the same?
 

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