R
ReneMarxis
Hello
i have some question about a bigger VB project written in .Net 1.1
In short, we have to use the same sourcecode in 2 projects. The one
running on Net 1.1 (VS2003) and one in .Net 2.0 (VS2005)
We are using ClearCase as sourcecontrol and I'd like to ask if someone
has some experience in dealing with this kind of situation.
The solution is build of about 30 projects, all written in VB.Net 1.1
and consists of server and client parts. The serverparts are published
by interface-classes and called via COM from the clients.
Everything is written as windows-application or system-service. No web-
services are used at all.
As first step we would not use any functionalities from .Net 2.0 but
we will use them in future modules (of course only in the 2.0
project).
I can think of just 2 methods to accomplish this:
1) Try to pack as much funcitons into .Net 1.1 libraries and use those
libraries in both project
2) Try to share the sourcefiles in 2 different VS-projects by just
including them (probably use 2 CC-branches for every project and one
main-line of the sourcecode).
Any suggestions or comments?
_thanks in advance
rene
i have some question about a bigger VB project written in .Net 1.1
In short, we have to use the same sourcecode in 2 projects. The one
running on Net 1.1 (VS2003) and one in .Net 2.0 (VS2005)
We are using ClearCase as sourcecontrol and I'd like to ask if someone
has some experience in dealing with this kind of situation.
The solution is build of about 30 projects, all written in VB.Net 1.1
and consists of server and client parts. The serverparts are published
by interface-classes and called via COM from the clients.
Everything is written as windows-application or system-service. No web-
services are used at all.
As first step we would not use any functionalities from .Net 2.0 but
we will use them in future modules (of course only in the 2.0
project).
I can think of just 2 methods to accomplish this:
1) Try to pack as much funcitons into .Net 1.1 libraries and use those
libraries in both project
2) Try to share the sourcefiles in 2 different VS-projects by just
including them (probably use 2 CC-branches for every project and one
main-line of the sourcecode).
Any suggestions or comments?
_thanks in advance
rene