Re: Access und .NET-DLLs

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Mark Doerbandt (spamreceiver_at_doerbandt.de)
Date: 02/07/05


Date: 7 Feb 2005 10:01:58 GMT

Hallo, Henry,

Henry Habermacher [MVP Access] wrote:

> Oder ist der GAC automatisch da, wenn das .Net Framework installiert wurde?

Ja, wie Phil schon schrieb: der GAC ist mit dem Framework da.

Tricky ist uebrigens auch die Versionierung. Oder eigentlich "normal",
aber man muss darauf achten. Wenn Du in der AssemblyInfo eine feste
Versionsnummer eintraegst (also ohne *), dann wird eine neu kompilierte
Version von jeglichem Setup /nicht/ in den GAC installiert, wenn die
Version nicht erhoeht wurde. Das ist zwar eigentlich selbstverstaendlich,
aber ich laufe doch immer wieder in diese "Falle"...

Gruss - Mark



Relevant Pages

  • Re: Accessing Directory Services from a SharePoint Web Part
    ... > code into a single DLL that I install into the GAC. ... in your assemblyinfo file, you add: ... If you do the Assert ... Joe K. ...
    (microsoft.public.dotnet.security)
  • RE: Biztalk orchestration assembly no able to load class library
    ... Check the AssemblyInfo file and look for AssemblyVersion. ... since you added a reference to the dll. ... I have put the assembly in GAC ... >>> library dll is not found in the health and activity tracking tool. ...
    (microsoft.public.biztalk.general)
  • Re: Accessing Directory Services from a SharePoint Web Part
    ... I've encapsulated my DirectoryServices call into its own assembly and ... This is necessary for SharePoint ... I installed the assembly in the GAC. ... > in your assemblyinfo file, ...
    (microsoft.public.dotnet.security)
  • Re: Strong naming
    ... Any assembly that you want to put into the GAC is required to have a "Strong ... Then open up your project's AssemblyInfo file and add this: ... goto the index tab and goto "strong-named assemblies" ...
    (microsoft.public.dotnet.languages.vb)