Sign in | Join
Rate It (1)
Last post 12-01-2008 5:36 AM by shesho642. 12 replies.
Sort Posts: Oldest to newest Newest to oldest
hi
i have migrated a web application from 1.1 to 2.0. after conversion i am able to view the .aspx.vb file but not able to view the design pane in aspx file.
i.e. html view is opening but design view is not getting opened...
Can anyone suggest me what wrong is going on???
Or tell me how to convert the project from 1.1 to 2.0 step by step..
Please help...
thanx & regards,
Diseirra
I don't remember exactly the command
but i know its solution as i have faced the same earlier
just click the design view
it prompt an error in option window and a command
run this command in command prompt, your error will be resolved
Well dear VS 2005 is more cautious about any errors you made even in HTML. You will be find a list of all the errors in Error List.
Go to VIEW => Error List.
Most of the error will be due to improper HTML tags. You may have forgottetn to end a TD/TR or Table.
You may also need to perfect path for Images.
thanx for your attention.
but my problem is a lil bit more complecated as i am not able to goto design view even if there is no html code ( beside those major <html> , <body> etc tags)
if I open a new application then also am not able to switch to the design view. plz guide me...
Pls try what i have suggested it will definitely solve the problem, you will be able to view design window after it.
Just click design view and check messages in windows which are in bottom of screens
Before migrating my project from1.1 to 2.0. I tried upon a new web application in vs2005. it was working fine. it was able to switch to design view. i was able to drag and drop controls to the aspx page.
but after i migrated my project, i am completely lost as the design view doesn't response anymore, even if am working on a new application.
it doesn't give any response, no error. its so numb...
Plz help
Please try removing all temporary asp.net files.
Location would be :
C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
If error are continue than try by reinstalling .net frame work
I know this is not a correct way to solve the issue.. but some times its a handy and quick way.
devenv /resetskippkgs
RUN THIS COMMAND ON Visual Studio Command Prompt
This will definitely solve your problem
Dear Friends,
I reinstalled dotnet 2.0 and VS2005. and now its working fine...
Thanx for all your support...
Hello Deepesh,
Thanks for simple Great post. I have wasted litterally half a day before trying your post.
Thanks lot... Its working
Srihari
just check the html tags present in the aspx file...
i.e.closing of tags</tr>,</td>.</meta> etc
Hi,
I have a .net project which is converted from 1.1 to 2.0 .When I try to open this from File->Open->WebSite->LocalIS the Visual Studio Convertion Wizard is openning and after finishing I am geting the following error.
ERROR: Unable to parse project file PAAWeb.csproj.
=========================COMMENTS=================Project PAAWeb.csproj has been converted successfully at October 16 2008, 06:22:45.
Could any one help us.