develop .net 2.0 app with winfx runtime - deploy on system without winfx runtime.

  • Thread starter Thread starter hazz
  • Start date Start date
a little more specifically. Develop VS2005 console app on winxp box with
winfx runtime and vs extensions.
No use of servicemodel or any specific winfx new features. This is a port of
a non-windowed console app from 1.1 to 2.0.
It is being deployed on a Win2K3 server with .net 2.0 on it but no winfx
runtime.
The one change is the old sendmail has been replaced with the new smtpclient
for that part of the app.
Anything I should be aware of? Am missing? Caveats? thx. -greg
 
as long as you dont reference the win fx libraries you wouldnt have a
problem with the deployed program
 
Back
Top