Re: Codebase to locate assemblies



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?


.



Relevant Pages


Loading