Hi !
I have a problem.
I have a component written on VB and I need to install it few times on the
same machine.
For example :
I have test.dll file but this file have 3 different version.
One version doesn't include functions from another version.
So, what I am doing right now I am recompile the component 3 times like
test1.dll , test2.dll and test3.dll. And of course I am changing ASP page in
3 different folders to point to test1-3.dlls.
My question is : Is it any better way to maintain the version of test.dll
that way that I don't need to recompile it every time ?
Thanks
Oleg
In the project properties select the Debugging tab
type in the url of the asp page that you are using to load the component.
Press the Start Button > or F5
if you are on Win2000 you will probably get an error
Permission denied.
this is because VB.exe doesn't have permission to execute in IIS
This article explains how to get around this problem
http://support.microsoft.com/support/kb/articles/Q259/7/25.asp
workaround 1 should work for normal COM
workaround 2 should work for MTS.
I don't know if you'll have the same problems with NT.
> I have a problem.
> My question is : Is it any better way to maintain the version of test.dll
> that way that I don't need to recompile it every time ?
>
> Thanks
> Oleg
>