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
 
Thanks Brian. That makes sense. -greg

Brian Henry said:
as long as you dont reference the win fx libraries you wouldnt have a
problem with the deployed program
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top