|
Subject:
|
.Net Framework 2.0 compatibility
|
|
Posted By:
|
DimonDS
|
Post Date:
|
1/19/2006 9:47:33 AM
|
Is anybody know, is it possible to use web service that was compiled with Visual Studio 2003 (.Net Framework 1.1) if only .Net Framework 2.0 installed with out recompilation.
|
|
Reply By:
|
planoie
|
Reply Date:
|
1/23/2006 10:54:16 AM
|
No. The assemblies you created for the web service will expect to use the 1.1 System.* assemblies.
-Peter
|