how to use atlas with existing aspx pages?

B

Bob

Hi,

I discovered the new framework 'Atlas' and i want to use it on my existing
application. The problem is that on any page of my existing page, the tag
<atlas: .../> is not recognized.

So my question is: how to use Atlas with existing pages?

Thanks
Bob
 
G

Guest

Hi

Install ATLAS by downloading the installer from http://atlas.asp.net and
once you have installed, in your project add the references to the
Microsoft.Atlas.dll. Now, start programming.

http://atlas.asp.net - This is the official site for ATLAS by Microsoft. You
have many videos to assist you during your development process.

Prem
 
B

Bob

Hi, thanks for replying, but it doesn't work ...

I did in VWD (visual web dev.) in my project: this:
menu website/ add reference/browse ... to 'microsoft.web.atlas.dll'

But when typing <atlas: ...> into any aspx file, i get: "not a recognized
tag ..."

I know Atlas is installed and working, because when creating a new projet, i
can see below: Template Atlas ...

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top