-
Convert From Visual Studio 2008 code to Visual Studio 2005 code
I had created my website in in Visual Studio 2008 in our college, but now I want to run this website at my home,but problem is I have Visual Studio 2005 at my home, so please tell me how can I run this website on Visual Studio 2005.
Is there any conversion tool available.
Thanks a lot in advance
-
You may have to do some rewriting.
Set the code up and run and see what happens.
-
But I donot Know what to rewrite, can u please help me for rewriting the code
-
And, you are not going to know what to rewrite until you load your project into 2005 and attempt to run it.
If you have Option Strict On, then you may not even have to run it as it will point out any errors it finds.
You are not (probably) going to be able to spot any problems until you try to actually use the project in the older Visual Studio version.
-
First thing to do is to change web.config section settings.
With Visual Studio 2008, it mostly defaults to .NET framework 3/3.5 while most of the stuff for 2005 are 1.0.61025.0.
I don't know the details of what you did so it's difficult to help at this point.
Like Hack was saying, you may have to adjust your code to fit.
What problems have you had while porting the site over?
- Emefa
-
 Originally Posted by Emefa
What problems have you had while porting the site over?
At this point, he hasn't had any because he hasn't ported it yet. But, as mentioned, we can't solve a problem until the problem is defined.
@ssss: The web.config section setting changes that Emefa suggested should be made, or at least looked at. Beyone that, you really need to just port it over and run it and see what happens.
Similar Threads
-
Replies: 7
Last Post: 08-11-2008, 07:23 AM
-
By Chaitanya Marvici in forum ASP.NET
Replies: 6
Last Post: 07-21-2003, 09:15 AM
-
By AutomatedQA in forum dotnet.announcements
Replies: 0
Last Post: 11-19-2001, 06:08 PM
-
By Robert Scoble in forum ASP.NET
Replies: 0
Last Post: 07-20-2000, 04:11 AM
-
By Robert Scoble in forum .NET
Replies: 0
Last Post: 07-20-2000, 04:11 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|