Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: assembly search path
The most common solution for this would be to put your shared DLL into the
Global Assembly
Cache (GAC)
Here's more info:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconglobalassemblycache.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxconInstallingToGlobalAssemblyCache.asp[/url]
[url]http://www.aspzone.com/articles/john/GAC/[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"noname" <askme@fake.com> wrote in message
news:OqNnb3SXDHA.652@tk2msftngp13.phx.gbl...from.> is there any way to add a path to asp.net's default paths when it searches
> for assemblies? i made a base class that all my web apps will inheritweb> but i don't want to copy the assembly into the /bin directories of each> app. can i instead put the base class assembly in one directory and
> configure each web app to look there; in the web.config perhaps?
>
> thanks for any help!
>
>
Steve C. Orr, MCSD Guest
-
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
PEAR Search Path (PHP's include_path)
I am running fBSD 5.3-Release and have installed Horde via ports and am having trouble finding the pear search path to put in the php.ini... -
problem with GCC search path on FreeBSD5.3 AMD64
> this isn't a gcc problem. Hm, maybe I used the wrong terms to define the situation. I agree that its not gcc's fault, its some kind of... -
Change search path.
I have several web services and they all rely on the assemblies in a root directory. Right now I have something like: A web service B web... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
noname #2
Re: assembly search path
yeah, i thought about that, but i just don't think i'm ready for the GAC yet
(don't know too much about assemblies). is there any other way?
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:%23%23CxD6SXDHA.1384@TK2MSFTNGP10.phx.gbl...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconglobalassemblycache.asp[/url]> The most common solution for this would be to put your shared DLL into the
> Global Assembly
> Cache (GAC)
>
> Here's more info:
>[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxconInstallingToGlobalAssemblyCache.asp[/url]>searches> [url]http://www.aspzone.com/articles/john/GAC/[/url]
>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "noname" <askme@fake.com> wrote in message
> news:OqNnb3SXDHA.652@tk2msftngp13.phx.gbl...> > is there any way to add a path to asp.net's default paths when it> from.> > for assemblies? i made a base class that all my web apps will inherit> web> > but i don't want to copy the assembly into the /bin directories of each>> > app. can i instead put the base class assembly in one directory and
> > configure each web app to look there; in the web.config perhaps?
> >
> > thanks for any help!
> >
> >
>
noname Guest



Reply With Quote

