Conversion VS2005 Solution to VS2008 Solution

S

sippyuconn

Hi

I am converting a VS2005 Solution to VS2008 Solution and all went well
I checked the Solution file (sln) and Project file (csproj) into SVN - I
checkout the solution from SVN and it want to convert again???

Anyone else had this problem ???

Thanks
 
J

Jon Skeet [C# MVP]

sippyuconn said:
I am converting a VS2005 Solution to VS2008 Solution and all went well
I checked the Solution file (sln) and Project file (csproj) into SVN - I
checkout the solution from SVN and it want to convert again???

Anyone else had this problem ???

Can't say I have, despite using Subversion and VS2008.

Have you checked what the project and solution files look like?
 
W

Wen Yuan Wang [MSFT]

Thanks for Jon's prompt reply.

Hello sippyuconn

According to your description, VS 2008 Convert Wizard shows up again after
you checked out solution from SVN. If I misunderstood anything, please
don't hesitate to correct me.

The solution file is a text-based file that contains information about one
or more projects. You can see file format marker and Project version is in
the first few lines. Eg:
====================================================
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
====================================================

VS 2008 convert wizard will updates the version number in the .sln file to
10.00 for VS 2005 project. Moreover, convert wizard also updates the
project files (.csproj, .vbproj, etc.) to control the version of the build
tools that will be used.Eg:
====================================================
<Project ToolsVersion="3.5" DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
====================================================

Have you ever tried to check if SVN made any change in .sln file or project
file? I suggest we may use Diff tool to compare the versions (checked in
and checked out) by SVN. I think there might be some information misleads
VS 2008 Conversion Wizard to recognize the solution as VS 2005 project.

Hope this helps. Please try the above method and let me know the result. We
are glad to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Ashutosh Bhawasinka

Hi Wen,
I see a link for getting email notifications for replies in your
message. It's not working. Can you please provide a valid link?

Regards,
Ashutosh
 
W

Wen Yuan Wang [MSFT]

Hello Ashutosh,
Thanks for your reply.

Have you ever tried to click the "Notify me of replies" button in
right-upper corner of page?
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?pg=2&cat=
&lang=&cr=&guid=&sloc=en-us&dg=microsoft.public.dotnet.languages.csharp&fltr
=&mid=c6b5ece4-4eb3-47ea-8187-f03ee1c1caa1&tid=ddf19de1-3cb7-4d32-9be6-ab467
216517e.

After clicked on the button, it will display as "Notification enabled". I'm
not sure what's the link it refers to. But this features seems work fine on
side. Do you found any issue on this feature?

Hope this helps.
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top