Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > VSS 2005 and VS 2003 question

Reply
Thread Tools

VSS 2005 and VS 2003 question

 
 
Learner
Guest
Posts: n/a
 
      02-09-2006
Hi there,

I have one another question on VSS 2005 and VS 2003.

We had few projects built in VS 2003 and we had all of those projects
under the VSS 6.0 until now. But as part of our development environment
up gradation our idea is slowly move few projects from VSS 6.0 to VSS
2005. As a test we did move an ASP.NET project that was built in VS
2003 project (no solution file) from VSS 6.0 to VSS 2005 and the move
was successfully (not directly but the same traditional process, chap
off all the bindings from sln file and also the .vbproj file and the
remaining source safe related files from the project root folder).

Now my idea is to create a working folder for that project that's
under new VSS 2005 and get the latest version of it and open it in VS
2003. Like I said the project doesn't have a .sln file associated
with the project. So when I try opening it by double clicking it on the
..vbproj and a dialog box popped up saying that the project will be
converted to VS2005. I have attached a word document with the screen
shots for better understanding.



How do I prevent opening the projects in VS 2005 in my case? Have I
done any thing wrong during the move from VSS 6.0 to VSS 2005?

I also tried opening it up by right clicking on the .vbproj file and
open it up in VS 2003 but its throwing an error , 'The project you are
trying to open is a web project. You need to open it by specifying its
URL path'.

Any clue on this?

Please advice.

Note: I am not sure if this is the right place to post this kind of
questions. If its not please help me with the group name where i could
post it at.

Thank You,

-L

 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      02-10-2006
its not vss. when vs2005 is installed, it mapped as the default application
for project files. you need a vs2003 solution file to open the proj under
vs2003 or you can start vs2003, and open the proj.

-- bruce (sqlwork.com)


"Learner" <> wrote in message
news: ups.com...
> Hi there,
>
> I have one another question on VSS 2005 and VS 2003.
>
> We had few projects built in VS 2003 and we had all of those projects
> under the VSS 6.0 until now. But as part of our development environment
> up gradation our idea is slowly move few projects from VSS 6.0 to VSS
> 2005. As a test we did move an ASP.NET project that was built in VS
> 2003 project (no solution file) from VSS 6.0 to VSS 2005 and the move
> was successfully (not directly but the same traditional process, chap
> off all the bindings from sln file and also the .vbproj file and the
> remaining source safe related files from the project root folder).
>
> Now my idea is to create a working folder for that project that's
> under new VSS 2005 and get the latest version of it and open it in VS
> 2003. Like I said the project doesn't have a .sln file associated
> with the project. So when I try opening it by double clicking it on the
> .vbproj and a dialog box popped up saying that the project will be
> converted to VS2005. I have attached a word document with the screen
> shots for better understanding.
>
>
>
> How do I prevent opening the projects in VS 2005 in my case? Have I
> done any thing wrong during the move from VSS 6.0 to VSS 2005?
>
> I also tried opening it up by right clicking on the .vbproj file and
> open it up in VS 2003 but its throwing an error , 'The project you are
> trying to open is a web project. You need to open it by specifying its
> URL path'.
>
> Any clue on this?
>
> Please advice.
>
> Note: I am not sure if this is the right place to post this kind of
> questions. If its not please help me with the group name where i could
> post it at.
>
> Thank You,
>
> -L
>



 
Reply With Quote
 
 
 
 
tdavisjr
Guest
Posts: n/a
 
      02-10-2006

Bruce Barker wrote:
> its not vss. when vs2005 is installed, it mapped as the default application
> for project files. you need a vs2003 solution file to open the proj under
> vs2003 or you can start vs2003, and open the proj.



This is not actually true. VS 2005 uses a intermediate program (Visual
Studio Version Selector) to read the schema of the project or solution
file. If the schema is in Visual Studio 8 format then it launches VS
2005. However, if the schema is in Visual Studion 7.x then it launches
VS.NET 2003.

This works like this by default, however, if a VS 2005 beta version was
installed and not correctly uninstalled, then you might experience this
issue.


>
>
> "Learner" <> wrote in message
> news: ups.com...
> > Hi there,
> >
> > I have one another question on VSS 2005 and VS 2003.
> >
> > We had few projects built in VS 2003 and we had all of those projects
> > under the VSS 6.0 until now. But as part of our development environment
> > up gradation our idea is slowly move few projects from VSS 6.0 to VSS
> > 2005. As a test we did move an ASP.NET project that was built in VS
> > 2003 project (no solution file) from VSS 6.0 to VSS 2005 and the move
> > was successfully (not directly but the same traditional process, chap
> > off all the bindings from sln file and also the .vbproj file and the
> > remaining source safe related files from the project root folder).
> >
> > Now my idea is to create a working folder for that project that's
> > under new VSS 2005 and get the latest version of it and open it in VS
> > 2003. Like I said the project doesn't have a .sln file associated
> > with the project. So when I try opening it by double clicking it on the
> > .vbproj and a dialog box popped up saying that the project will be
> > converted to VS2005. I have attached a word document with the screen
> > shots for better understanding.
> >
> >


> >
> > How do I prevent opening the projects in VS 2005 in my case? Have I
> > done any thing wrong during the move from VSS 6.0 to VSS 2005?
> >
> > I also tried opening it up by right clicking on the .vbproj file and
> > open it up in VS 2003 but its throwing an error , 'The project you are
> > trying to open is a web project. You need to open it by specifying its
> > URL path'.
> >
> > Any clue on this?
> >
> > Please advice.
> >
> > Note: I am not sure if this is the right place to post this kind of
> > questions. If its not please help me with the group name where i could
> > post it at.
> >
> > Thank You,
> >
> > -L
> >


 
Reply With Quote
 
Learner
Guest
Posts: n/a
 
      02-10-2006
Hi Bruce,
Thanks for the reply. I also did try both the ways by right clicking on
the .vbproj and by File/open project no luck i am getting the same
error

'The project you are trying to open is a web project. You need to
open it by specifying its
URL path'.

thanks
-L

 
Reply With Quote
 
eliza81 eliza81 is offline
Junior Member
Join Date: Feb 2010
Posts: 13
 
      06-01-2010
we can open it 2003 just by changing 'Version' in .vcproj and here is how :

1. Open .vcproj in wordpad.
2. Change the Version from 8.00 to 7.10.
3. Save it.

And open it in 2003. It opens now.

I observed that this technique works in most instances.

Hope this would add some value.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET mayamorning123@yahoo.com ASP .Net 0 08-24-2005 02:50 AM
A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting bettervssremoting ASP .Net 0 02-28-2005 09:28 AM
A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting bettervssremoting C++ 0 02-28-2005 09:02 AM
A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting bettervssremoting C Programming 0 02-28-2005 07:29 AM
Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting bettervssremoting C Programming 0 02-25-2005 01:12 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57