|
Save as Visual Studio 2003 project ? -- acteon --
Hello, I recently took a weekend to develop a Visual Studio .NET 2005 in VB to test some web services which were also done with Visual Studio .NET 2005. My recently advised me however that they wouldn't install the new framework used by 2005 and insisted the web services be done with the 2003 version. I'm pretty much finished re-doing the web services with the 2003 version so that they work with the 1.1 framework. What I'd like to do is use my application I developped with 2005 so that I could test the webservices. It appears however that I'm unable to open my 2005 project wit the 2003 version. Is there any way I can save my project as a Visual Studio 2003 project ? (Kind of the way we can save Excel files into earlier formats). I didn't use anything that didn't already exist in the 2003 version. I would also hate to have to re-design the form almost from scratch. |
|
-- gene --
You can't do that as far as I know. But why not try to test the services from vs2003? just add web reference to them... |
|
-- acteon --
I had over 20 services to test. I ended up re-writing my web service program. |