RE: GAC References Not Being Updated?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Mark,

>p.s. BTW, setting Copy Local to True is not an option here,
>because Project1 also loads Assembly B dynamically,

Would you please tell me how do you dynamically load theses strong named
assemblies in your application?

Since the GAC could hold different versions of an assembly, and the
assembly's revision number will be

automatically increased each time it is being built in the VS.NET IDE, so
such behavior would be as expected if

you specify the loading assembly's version number explicitly in your
application.


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: Installing issues...please help
    ... btw what is fuslogvw.exe? ... > Give fuslogvw.exe a whirl and make sure that all of the assemblies you ... > HTH ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How do I programmatically verify that strong naming is turned off
    ... the list of the verification skip entries from the ... HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification registry key. ... BTW, do you need to throw even if the assembly and/or key's presence on the ... >named validation for the assembly or any of its calling assemblies using ...
    (microsoft.public.dotnet.security)
  • Re: Activator.CreateInstanceFrom
    ... BTW, the System.Windows.Forms.Button was just an example, I plan on using ... Also since it was already in the gac I figured ... > you can create instances from GAC assemblies is to first load the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: using a C# class library in both COM and .NET code?
    ... registered through COM (which you did incorrect, btw, you need to call ... regsvcs to register assemblies for COM+, I believe), it created a TLB and ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Reflecting on Types in Project Assemblies
    ... currently developing a custom UIEditor for VS IDE, ... reflecting some certain Types defined in the current Project. ... constructing/editing and not like other referenced class library assemblies ... Dim elm As CodeElement ...
    (microsoft.public.vsnet.ide)