Showing posts with label running. Show all posts
Showing posts with label running. Show all posts

Wednesday, March 28, 2012

atlas will install but template doesnt show up when creating new web site

Am running Win Srvr 2003/SP1 and have installed/uninstalled Atlas multiple times and it installs fine, but the template never shows up when I want to start a new website in VS2005. Have also tried turning off virus checker during install, with still no success.What must I do??Crying

hello.

inside the installation folder (something like C:\Program Files\Microsoft ASP.NET\Atlas\v2.0.50727), you'll find the aspnetatlas.vsi file. running this should install the templates for c# and vb.net.


Luis, thank you for taking the time to respond. Did what you suggested and it seems to install and says it was successful, but then the template still does not show up when attempting to create a new web site in VS2005. Does this not work on Win Srvr2003? All of my colleagues who have Win XP Pro have had no trouble getting it to install.? Thanks, Michael B.beebemichael3@.hotmail.com


hello.

hum...i'd say no. at work, i've installed it at a win 2003 server and i can see the template on my list.

Monday, March 26, 2012

Atlas Versions and the impact of the newest version on a running project.

Hello Friends

I am using WebDeveloper 2005. I need help in understanding the versions of Atlas and the impact of the newest version on a running project.

On25 august 2006 i had downloaded Atlas and have been using in my project.

1) The version of Atlas in my computer is 2.0.50727 (checked using Add/Remove programs of control panel) . The web sitehttp://asp.net/ajax/control-toolkit/live/ArchivedReleases.aspx it says latest isVersion 1.0.10618.0

I am confused please help..how can a old version which i downloaded on 25 august 2006 be 2.0.50727 !!!!!!Confused

2) Can i download and use the newest version of the tool kit for my project which is already running with a old version of ALTAS...will the old code suffer? ...should i test all the web pages again ?

Thanks for your Help

Sara

2.0.50727 is the version of the .NET framework - not of your ATLAS assembly.

ATLAS underwent some changes before it was finally released as ASPNET AJAX. If you switch from an ATLAS CTP to the released ASPNET AJAX, then you will need to retest everything and you may need to fix a thing or 2.


Embarrassed oops i thought 2.0.50727 is the version of atlas

Thanks for the reply

Saturday, March 24, 2012

Atlas under IIS 7

I'm using vista beta 2 build 5456 and trying to get an atlas application running. I realize this is a beta OS, but I thought I would post here to see if anyone had any insight or maybe the devs can fix it if it's their problem. As soon as I run the page I get the error:

Culture 'tk-TM' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture.

This may not be enough to go on, but if it isn't I'm sure I could look into it more for whoever may want to know more.

hello.

how do you get this error? i've just installed vista and i'm really curious to see how one can get this kind of error...


I just create a new atlas website and make it a web application under iis 7 and then i hit the default.aspx for that application on localhost and I receive this error.

hello.

i've just followed those steps and don't get any error. the only error i got was solved by using a new app pool and setting it so that it used the classical asp.net isapi dll...


I tried a new app pool and now I get this error:

Configuration Error

Description:Anerror occurred during the processing of a configuration file requiredto service this request. Please review the specific error details belowand modify your configuration file appropriately.

Parser Error Message:Couldnot load type 'System.ServiceModel.Activation.HttpModule' from assembly'System.ServiceModel, Version=3.0.0.0, Culture=neutral,PublicKeyToken=b77a5c561934e089'.(C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\web.config line217)
Ok I fixed the culture error. I had to go into the IIS 7.0 .NET globalization properties and set the culture and or ui culture to the correct one for your locale. Now my atlas apps are flying under vista with IIS 7.0.

Atlas Support in Internet Explorer 7

Hello All,

I have a project written in asp.net 2.0, C#, using atlas Controls, the project is running very well in IE 6.0, IE 6.1.

but when i tried to runit on explorer 7.0 the new release, the where problems in the viewin g of the conmtrols, (a Grid View only shows a part of it), as it is hidden,

Do u have any clue fo this problem , and if it's a bug in IE 7 then how to report it.

Good Luck.

Atlas has nothing to do with the "displaying" of your data (or very little most of the time). When moving up in a browser version, the first thing to look at is your CSS, and probably your div's. My first guess is you have a div that used to autoexpand, that is no longer doing quite what you told it to.

Hi,

Did you use Panel or something like that?

if you used a Panel please control width and height of that.

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.