Showing posts with label vs2005. Show all posts
Showing posts with label vs2005. Show all posts

Monday, March 26, 2012

Atlas used in a Web Application

Can the Atlas components and framework be used with the new VS2005 Web Application Project?

Yep -- that is definitely supported. There isn't a built-in project template for this (although you could create one). We will be adding one for the next Atlas Refresh though.

To use Atlas, just add the Atlas assembly to your web application project, and update the web.config file with the appropriate registrations (just add a blank Atlas web-site project to see what these are).

Hope this helps,

Scott

Saturday, March 24, 2012

Atlas Tools missing in VS2005 Toolbox

I have installed Atlas on a WinXP SP2 with VS2005 Standard. I have created an Atlas Web site using the template provided in VS2005, but I do not have any of the Atlas Tools showing up in the toolbox. I tried to add them in the usual way, adding a tab and then adding the tools to that tab, but no go, they do not appear. Can anyone help me get these tools to show up?

Are the controls "checked" in the Choose Toolbox Items dialog?
Can you give me a little more information? When you are on the choose toolbox items dialog box are the controls showing up? Are they there, but when you check their check box they still don't show up? If both of these things are true, have your tried resetting your toolbox?

jonesf222:

I have installed Atlas on a WinXP SP2 with VS2005 Standard. I have created an Atlas Web site using the template provided in VS2005, but I do not have any of the Atlas Tools showing up in the toolbox. I tried to add them in the usual way, adding a tab and then adding the tools to that tab, but no go, they do not appear. Can anyone help me get these tools to show up?

Hi, I am also having the same issue as yours. Were you able to fix it? Please help. Thanks.

blumonde


orphicfireball:

Can you give me a little more information? When you are on the choose toolbox items dialog box are the controls showing up? Are they there, but when you check their check box they still don't show up? If both of these things are true, have your tried resetting your toolbox?

Hi Orphic, I finally got it to work now. Thanks for the response.

blumonde


What was it?

Yes, what was it. All of us who still not have the things show up in the tool-box. What to do ? I have tried reset, restarted the computer and so on. How do I do to solve this problem ?? thanks for an answer


add the items manually to the toolbox.

Browse to the exact location and add the controls to the toolbox.

It seems to work fine for me.


thank you Kate, You know I am new to Atlas, so could you (or anybody else) be so nice and give me a hint of what the location could be called (in a standard installation) and what the controls should be called, more or less, in a standard installation.

Go to ToolBox.

Right Click Choose Items

In the .NET Framework Components click browse and once you install the atlastoolkit there will be a directly where the dlls


AtlasControlToolKit.dll and Microsoft.Web.Atlas.dll

If you select AtlasControlToolKit then the controls are highlighted and checked in the components list, click OK then the controls will be added to the toolbox.


Sorry for my late response.

There are two ways to do it. You can do it as Kate1234 suggested or you can use your file explorer to get to the installed default directory below and then drag and drop the dll file "Microsoft.Web.Atlas.dll" onto your toolbox panel. To group the controls, make sure you add a tab called "Atlas" to the toolbox(rightclick) first.

C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727\Atlas

blumonde

atlas template in VS 2005 professional

I have installed VS2005 professional in my home pc while VS2005 team suite at my office.

In VS2005 when i create new website i can't find atlas asp.net web site template.Is it provided in the professional edition or not.Or i have some problem.

Hi there,

To get the Atlas templates to show up, you need to download and install the Atlas January CTP drop. You can install it from here:http://msdn.microsoft.com/asp.net/info/future/atlastemplate/

I'm about to post some slides+samples on my blog shortly about Atlas if you want to get up to speed quickly. Take a look here in a few hours: http://weblogs.asp.net/scottgu

Hope this helps,

Scott

Atlas tags in VS2005

Hello,

While reading the followingpost and trying ot test a code in my VS2005 Atlas WebSite , I found that some atlas tags were not recognised in my application to the extend that, the intellisense complete word doesn't propose tas such as: <atlas:ListView>, <atlas:label>, <atlas:itemView>,<atlas:DragDropList>, <atlasDraggableListItem>, etc.

Could some one explain me why my VS2005, dosen't recognise these tags and how can I do to enable that?

Thanks

same problem for me too. I can only see following 10 atlas controls:

<

atlas:AutoCompleteExtender></atlas:AutoCompleteExtender><atlas:DragOverlayExtender></atlas:DragOverlayExtender><atlas:Gadget></atlas:Gadget><atlas:InitialData></atlas:InitialData><atlas:ProfileScriptService></atlas:ProfileScriptService><atlas:ScriptManager></atlas:ScriptManager><atlas:ScriptManagerProxy></atlas:ScriptManagerProxy><atlas:TimerControl></atlas:TimerControl><atlas:UpdatePanel></atlas:UpdatePanel><atlas:UpdateProgress></atlas:UpdateProgress>I'm using the March CTP release. Also I'm wondering why these tags do not appear in the toolbox list??

Wednesday, March 21, 2012

Atlas running on Microsoft Windows 2000 Server

Hi,

I'm trying to run a webpage with atlas on a W2000 Server.

When I run my webpage with VStudio 2005 (in the iis of Vs2005 of development) it runs correctly, but when y publish it to my W2000 Server, It saids that 'Sys' isn't defined.

I'd installed ASP.NET AJAX 1.0 Beta 2 and ASP.NET 2.0 AJAX Futures November CTP in my develop computer with win xp, and in the server with W2000 Server.

How can I do to run this webpage correctly in the server?

This webpage is very simple. I only am using an UpdatePanel to do a little form without refreshing the navigator.

Thanks.

Best Regards.

hello.that error means that you're not getting the embedded files from the ajax extensions dll. several issues can cause that. verify that your web app os configured to run ASP.NET 2.0, that you've installed AJAX extensions in the server and that the webresource.axd requests aren't being blocked by sogtware on the server,

Hello Luis, I'd like to question you...

AJAX extensions runs correctly if the Server is Windows 2000 Server?

How can I config the webresource.axd request's? I don't know if it is blocked or notConfused How can I look it?

And I have an other problem. I'd like to use Ajax.net in my hosting. In this hosting I can't Install the Extensions. In this case, Couldn't I use ajax.net (atlas)?

Thanks Luis.

Best Regards.


hello.

1. i haven't tried it but i've read a thread in this forum where a MS team member said that it was supported

2. to get webresource.axd you must install asp.net 2.0 on the server. you should also check the to see if that extensions is not blocked in your server by any 3rd party software you might be using

3. you can put the ajax dll on the server but you must also garantee that you'll be running yuor web app at full trus. if your host installs ajax extension, then you don't need to worry about anything.