Not sure I udnerstand this versioning mess they have managed to create, I installed the .NET framework 3.5, installation went fine, no version changes anywhere which is apparently correct, however, why do I get this:
Parser Error Message: Unknown server tag 'asp:ListView'.
Should ListView not work after installing 3.5 ? What else do I need to do ? Why does everything seem to get more and more complicated for every version released, just make an installer that does everything please !
I was talking about what you see in Visual Studio, specifically the Visual Web Developer (Express or not). This has nothing to do with the server itself.
So, is the ListView control in the Toolbox in VS?
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
This is an existing site on an existing server I'm trying to get up and running with the new features of 3.5, vs or vwd will never be on that server.
Obviously it's soem web.config stuff missing, I'll just copy the web.config settings from a blank project in vs and see if that does it, it would have been nice if there was a binding in IIS for ASP.NET 3.5 since it obviously needs some extra settings to
work.
Actually, both 3.0 and 3.5 are extensions of .NET 2.0, so you only need ASP.NET 2.0 as far as IIS is concerned, but you need to make sure your web.config is set up properly with the new 3.5 information, especially the system.codedom element.
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
Marked as answer by Figo Fei - MSFT on Dec 11, 2007 09:08 AM
I install .NET Framework 3.5 SP1. After installation all my sites where i use ListView control are broken. A got error: Parser Error Message: Unknown server tag 'asp:ListView'.
Before .NET Framework 3.5 SP1, when i use .NET Framework 3.5 all was ok.
I have work under Windows Vista and use IIS7.
pqxl
Member
565 Points
115 Posts
.NET 3.5 and asp:listview
Dec 07, 2007 04:26 PM|LINK
Not sure I udnerstand this versioning mess they have managed to create, I installed the .NET framework 3.5, installation went fine, no version changes anywhere which is apparently correct, however, why do I get this:
Parser Error Message: Unknown server tag 'asp:ListView'.
Should ListView not work after installing 3.5 ? What else do I need to do ? Why does everything seem to get more and more complicated for every version released, just make an installer that does everything please !
listview
Careed
All-Star
18774 Points
3637 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 04:29 PM|LINK
Are you able to see it in the Toolbox in VS/VWD 2008?
"The oxen are slow, but the earth is patient."
pqxl
Member
565 Points
115 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 04:42 PM|LINK
Do i really need to install VWD on the server ?
Careed
All-Star
18774 Points
3637 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 05:36 PM|LINK
I was talking about what you see in Visual Studio, specifically the Visual Web Developer (Express or not). This has nothing to do with the server itself.
So, is the ListView control in the Toolbox in VS?
"The oxen are slow, but the earth is patient."
pqxl
Member
565 Points
115 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 06:03 PM|LINK
This is an existing site on an existing server I'm trying to get up and running with the new features of 3.5, vs or vwd will never be on that server.
Obviously it's soem web.config stuff missing, I'll just copy the web.config settings from a blank project in vs and see if that does it, it would have been nice if there was a binding in IIS for ASP.NET 3.5 since it obviously needs some extra settings to work.
pqxl
Member
565 Points
115 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 06:24 PM|LINK
Ok, got it to work now.
Again, pretty strange that there is no ASP.NET 3.5 binding when there needs to be changes in web.config to make the new features work.
bullpit
All-Star
21838 Points
4822 Posts
Re: .NET 3.5 and asp:listview
Dec 07, 2007 06:28 PM|LINK
If you haven't already, try this also,
When in IDE, right click on Project name and then go to Project Pages, go to Build secion in the window and choose the appropriate Target Framework.
Max
Let Me Google That For You!
Careed
All-Star
18774 Points
3637 Posts
Re: .NET 3.5 and asp:listview
Dec 10, 2007 11:55 AM|LINK
"The oxen are slow, but the earth is patient."
tprichards
Member
14 Points
6 Posts
Re: .NET 3.5 and asp:listview
Dec 11, 2007 09:14 PM|LINK
"The oxen are slow, but the earth is patient."
High Road to China... love that movie.
TwilightLord
Member
8 Points
4 Posts
Re: .NET 3.5 and asp:listview
Aug 15, 2008 01:35 PM|LINK
I install .NET Framework 3.5 SP1. After installation all my sites where i use ListView control are broken. A got error:
Parser Error Message: Unknown server tag 'asp:ListView'.
Before .NET Framework 3.5 SP1, when i use .NET Framework 3.5 all was ok.
I have work under Windows Vista and use IIS7.