Hi Everyone,
I am trying to convert an existing ASP.NET website into
an Atlas website
so we can use some of the new Atlas features within our
existing website.
Unfortunately, I haven't been very successful so far.
I've added a reference to Microsoft.Web.Atlas.dll in my
website,
and I've added all the missing bits that I didn't have in
my config file
and that I collected from an Atlas website config file (I
created an Atlas
website as a test to see what was different).
I'm obviously missing something else because when I try to
build the
website, the compiler complaints about unrecognisable blocks
in my config
file. It complaints about the following block:
<controls>
<add namespace="Microsoft.Web.UI"
assembly="Microsoft.Web.Atlas"
tagPrefix="atlas"/>
<add namespace="Microsoft.Web.UI.Controls"
assembly="Microsoft.Web.Atlas"
tagPrefix="atlas"/>
</controls>
The exact error message is:
Error 1 Unrecognized configuration section
system.web/controls.
C:\...\MyWebsite\Web.Config 52
Does anyone have any clue about what I might be missing
here?
Thanks,
Yago Alvarado
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|