Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying .dll file on web server
Message
From
09/11/2006 12:39:13
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
09/11/2006 09:43:13
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB.NET 1.1
Miscellaneous
Thread ID:
01168079
Message ID:
01168475
Views:
19
Mike 1 thing is development another one is Deployment.
in development you can reference the project, or the dll from the directory where it is build, now to deploy what you will need to do is on your setup program add the assembly to the Global Assembly Cache Special Folder, you can also go to the properties page when the assembly is selected and set the ShareLegacyFile to true what this will do is add a count to the assembly, this is usually use when multiple applications install the same asssembly as looks like it will be your case.
Build the install and you should be ready to rock.

>Hi Alexandre,
>
>So I went this route. I created an assembly, assigned it a key, and used gacutil to install it into the GAC.
>
>Now how the heck do I use it?
>
>On the reference material I see, I should just be able to include an "Imports GacComponent" line to make it available, but that doesn't work.
>
>I read something where I have to manipulate the registry (or @#*%*@#$*@ registry) to make it available, but that seems to be referencing the local .dll, instead of the version in the GAC.
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform