Re: Using lisp to generate .net business applications




John Thingstad wrote:
.NET dosn't deal with dll's. The knowlege of the code location is stored
centrally.

..Net does "deal" with DLLs. You can load .Net DLLs/Assemblies
from a known/local directory, OR from the GAC*. For user-created
assemblies, I think it's much cleaner to load them NOT from the
GAC, and instead load them from "known" paths, such that you
can use two completely different versions of an assembly without
having to go through all the versioning compatability trouble and
re-testing. (My viewpoint is shaped from 4 years doing in-house
development of a complex top-10 e-commerce site. Other views
are certainly valid for other cases.)

Sqlite light would have to register the component in which case
it would be part of the .NET hirarcy. (Stored in the registry.)

If you use the GAC, yes. You are under no requirement/obligation
to do so.

If I were you I'd get Visual C# Express from Microsoft.

Strongly seconded!!

To get C# hurry though, it will only remain free until November 7'th.

Hadn't realized that. Thanks for the tip!

--Jim

* - GAC = Global Assembly Cache, roughly a central registry/
clearinghouse for .Net components on the machine.

.



Relevant Pages

  • Only .NET 1.0 assemblies in the GAC
    ... I'm experiencing some trouble with the Global Assembly Cache (GAC). ... manually load the 1.1 assemblies in the GAC, but that does not seem to ... I want to load the 1.1 assemblies in the GAC because I am experiencing ... Apparantly this says I am using the .NET framework 1.1, ...
    (microsoft.public.dotnet.framework.setup)
  • Only .NET 1.0 assemblies in the GAC
    ... I'm experiencing some trouble with the Global Assembly Cache (GAC). ... manually load the 1.1 assemblies in the GAC, but that does not seem to ... I want to load the 1.1 assemblies in the GAC because I am experiencing ... Apparantly this says I am using the .NET framework 1.1, ...
    (microsoft.public.dotnet.framework)
  • Re: CreateProcess Hook
    ... Assemblies are installed into the ... Force fusion to load a Debug - Version. ... key token)) is already installed into the GAC? ...
    (microsoft.public.win32.programmer.kernel)
  • RE: VS .NET 2003 cannot display a VB form
    ... because the system.windows.forms.dll is loaded from the GAC. ... the CLR will try to load the assembly from the GAC first. ... How the Runtime Locates Assemblies ... CopyLocal Property ...
    (microsoft.public.vsnet.ide)
  • Re: FileNotFound exception
    ... I had to specify the physical location of the dll. ... of loading the dll through configuration file. ... Since it is in GAC I did not specify ... >> faliure to load the versioned assembly. ...
    (microsoft.public.dotnet.framework.remoting)