.NET 1.1 and 3.5 can work in the same project

  • Thread starter Thread starter iweb
  • Start date Start date
I

iweb

Can a .NET 1.1 code and 3.5 code work in the same project / assembly /
application / alias in tandom?

What about .NET 1.1 and 2.0 working in the same project?

Pls guide.

Akshay.
 
No, unless you add a boundary that bridges the gap (like a web service).

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

Blog:
http://feeds.feedburner.com/GregoryBeamer

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