Visual Studio .Net easy question

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hello, if I develop an application with Visual
Studio .Net 2002 instead of 2003, would I still need .Net
Framework 1.1 to execute it?

Thanks,
Sean
 
You can compile in VS .NET 2002 and run on either the 1.0 Framework or the
1.1 Framework for most apps. There are some differences that may cause
problems, so 1.0 is the safer alternative.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top