![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a dll that I wrote in Visual Studio 2005 and would like to add it to one of our older apps (CLR 1.1). |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I have a dll that I wrote in Visual Studio 2005 and would like to add it to one of our older apps (CLR 1.1). Can I do it? The machine has the .NET Framework 2.0 installed and the dll doesn't do anything special. It doesn't utilize Generics or anything.. Just a lot of business logic code I don't want to re-write. While I'm sure I could paste this in Visual Studio 2003 and compile it, it would be nice if I didn't have to do that for every change and I could just use the same dll across apps. Any suggestions? |
#5
| |||
| |||
|
|
While I'm sure I could paste this in Visual Studio 2003 and compile it, it would be nice if I didn't have to do that for every change and I could just use the same dll across apps. Any suggestions? Develop it only in VS2003. Then you can use it with both 1.1 and 2.0 frameworks. |
#6
| |||
| |||
|
|
SP <ecneserpegats (AT) hotmail (DOT) com> wrote: While I'm sure I could paste this in Visual Studio 2003 and compile it, it would be nice if I didn't have to do that for every change and I could just use the same dll across apps. Any suggestions? Develop it only in VS2003. Then you can use it with both 1.1 and 2.0 frameworks. You'll need to test it on both, however. There are some subtle changes to behaviour in 2.0, not all of which are documented. -- Jon Skeet - <skeet (AT) pobox (DOT) com http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet If replying to the group, please do not mail me too |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |