Integrating ASP.NET 2.0 with ASP.NET 1.0
-
Hi I have developed an asp.net application with Visual Studio 2003. Now i need to include a module which is developed using Visual Studio 2005 with that of application in Visual Studio 2003. Is it possible this way? Please help me out. Thanks in advance.
~VSree
-
Hi I have developed an asp.net application with Visual Studio 2003. Now i need to include a module which is developed using Visual Studio 2005 with that of application in Visual Studio 2003. Is it possible this way? Please help me out. Thanks in advance.
~VSree
You can't include a VS2005 project in VS2003. But you cane do vice versa
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi I have developed an asp.net application with Visual Studio 2003. Now i need to include a module which is developed using Visual Studio 2005 with that of application in Visual Studio 2003. Is it possible this way? Please help me out. Thanks in advance.
~VSree
You can't include a VS2005 project in VS2003. But you can do vice versa
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
You can't include a VS2005 project in VS2003. But you can do vice versa
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
N a v a n e e t h wrote:
you can do vice versa
What does it mean? man... :doh:
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
N a v a n e e t h wrote:
you can do vice versa
What does it mean? man... :doh:
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
I mean VS2003 projects can be converted to 2005, right ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
I mean VS2003 projects can be converted to 2005, right ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Please correct me if I'm wrong. (I'm not native English speaker) . The way I understand about "vice versa" is that A can do B and B can also do A, right? VS 2k3 can be converted to 2k5 but VS 2k5 can't be converted to VS 2k3 so it's not "vice versa", isn't it? I'm not sure, man.. I'm just telling the way I understand about that word... :)
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Please correct me if I'm wrong. (I'm not native English speaker) . The way I understand about "vice versa" is that A can do B and B can also do A, right? VS 2k3 can be converted to 2k5 but VS 2k5 can't be converted to VS 2k3 so it's not "vice versa", isn't it? I'm not sure, man.. I'm just telling the way I understand about that word... :)
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Michael Sync wrote:
The way I understand about "vice versa" is that A can do B and B can also do A, right?
Yes you are right Michael. It was a typing mistake.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
You can't include a VS2005 project in VS2003. But you cane do vice versa
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Thanks Navaneeth. But i do have a doubt. Say if i have a VS2003 project.In that can i provide a hyperlink which on clicked opens a page developed in VS2005? Please clarify.
~VSree
-
Thanks Navaneeth. But i do have a doubt. Say if i have a VS2003 project.In that can i provide a hyperlink which on clicked opens a page developed in VS2005? Please clarify.
~VSree
Vsree wrote:
Say if i have a VS2003 project.In that can i provide a hyperlink which on clicked opens a page developed in VS2005?
Yes. It can be done..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)