Rank: Member
Joined: 9/16/2006(UTC) Posts: 13
|
I see that you are using new tagprefixes in SP2 (e.g. <bvc5:BVRequiredFieldValidator> ), but when I compile I get the "unknown server tag" error.
Don't these new controls have to be registered somewhere? I'm not finding this in the project files. Thanks.
|
|
|
|
Rank: Member
Joined: 3/14/2007(UTC) Posts: 12
|
Did you run the SitePatchInstaller? You need to run that to apply changes to the web.config file and other files in the web project.
|
|
|
|
Rank: Member
Joined: 9/16/2006(UTC) Posts: 13
|
Justin, When I ran SitePatchInstaller, it didn't modify my web.config to add this new server tag. What items do I need to add to web.config?
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Add this at the end of your </pages> <controls> <add namespace="BVSoftware.Bvc5.Core.Controls" tagPrefix="bvc5" assembly="BVSoftware.Bvc5.Core"/> </controls> </pages> |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.