Re: Codebase to locate assemblies
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 Dec 2005 08:46:19 -0500
Tim,
I don't think you will have a problem in the future. I think that the
biggest problem is that you have to have your assemblies in a specific
location which can't change.
You could put your assemblies in the GAC (if appropriate), and that
might make deployment a little easier for you.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Tim" <Tim@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:73BFE654-3794-4774-8E5E-90CE428DC002@xxxxxxxxxxxxxxxx
>I have placed my assemblies in different folders (as per project req.). I
>am
> using config file with <codebase> option and registry with codebase option
> (COM Interop) to enable the runtime to locate the assemblies. Will I face
> any
> problems in future versions due to the usage of 'codebase' option? What
> precautionary measures need to be taken if the 'codebase' option is used?
.
- Prev by Date: Re: Can you write code directly in CIL ???
- Next by Date: Re: Can you write code directly in CIL ???
- Previous by thread: gracefully end console app
- Next by thread: Re: Multithreading - Accessing Object
- Index(es):
Relevant Pages
|
Loading