Showing posts with label project. Show all posts
Showing posts with label project. Show all posts

Wednesday, March 28, 2012

atlas with opera

I have a problem with my atlas asp.net 2.0 project. Opera and ie 6 doesn't support Atlas projects. Is it correct ?thanks.

IE 6 is fine. It just isn't supported under Opera...yet.

ATLAS WITH EXPLORER

I want to use atlas in my project, but someone tell me that atlas work very good with firefox but no work with explorer and many time faild the explorer.

is atlas and explorer work together also in big projects?

thanks!

Hi,

you can surely use Atlas with Internet Explorer.

Atlas Wiki in VB.NET?

I apologize if this question has already been asked but are there any plans on porting the Wiki project over to VB?

Also, inthis postScott mentions there were to be some announcements regarding the go-live license the week of 2/5/2006. Have these announcements been made? If so, where?

Thanks in advance,

Ryan

ryan.graham wrote:

Also, inthis postScott mentions there were to be some announcements regarding the go-live license the week of 2/5/2006. Have these announcements been made? If so, where?

Hi Ryan,

I don't see the 2/5/2006 date mentioned in that thread. Maybe I didn't get my ... cups of coffee yet but I can read that it's rather going to be this spring.

Grz, Kris.


Thanks Kris,

I deduced that date by Scott's post date (2/2/2006) and his comment:

ScottGu wrote:

We are going to be making some announcements regarding Atlas timing next week. Specifically, we are going to announce a go-live license that will be coming this spring -- which will allow you to deploy applications using the Atlas CTP drops.

Just wish we all knew when we can start using this in a production environment!

Thanks again,
Ryan

ATLAS Web User Control using AutoCompleteTextextender

hi friends

I have made to web User Controls. one is for Project selection and other is for Resource Selection. I have made is using ATLAS AutoCompleteTextExtender. Actually I want that when a user selects a project then according to this the Resource should should be come.

Actually I want that when user selects a project then I set the Project Id in my query , according to this Resource sholud be come.But I am unable to find the place , where I will write this. please reply this.

manish

Hi Manish,

The way that i see your problem you don't need an autocompletetextextender but just an update panel that will be trigger when you enter your project name. something like this:

<atlas:UpdatePanelID="upResults"runat="server"Mode="conditional">

<ContentTemplate>

<asp:TextBoxID="TextBoxResource"runat="server"></asp:TextBox>

</ContentTemplate>

<Triggers>

<atlas:ControlEventTriggerControlID="DropDownListProjects"EventName="SelectedIndexChanged"/>

</Triggers>

</atlas:UpdatePanel>

Hope this helps

Regards,


hiDennis

First thanks for reply. Deniss I think U have not got my actual problem. Actually I have made two controls using AutoCompleteTextExtender , this is in two pages and I am using both in third page. Suppose anyone selecting a project in one textbox then I want to store the current Project in session , which I can use in the WebService of another autocomplete Extender that is for Resource selection. My problem is that after selecting a Project I am not able to find the way to store the current project in session or anywhere. And I cannot use this value directly in another webservice bcz all r in different pages.I want a way to fire a postback of only the project selector, by which on lostfocus , I can store this value.

please reply .

Regards

Manish

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 Tutorials

Hi all .. please tell me where i can find atlas tutorials and training ... i am working on a project for stock market and i have to display alot of information live from database without the round trip to server.
If anyone knows about good bookds tutorials or training please provide me.http://atlas.asp.net/docs/default.aspx

Atlas Toolkit Use

Do you i need to create a new atlas project to be able to use the atlas controls or can i just add a dll or something and use them in my existing projects?Add the dlls as reference to your project, modify your web.config to include those entries as included with the sample site web.config included with the Atlas download. Then just make sure you do the proper reference for your apsx or ascx and likewise for you code files (see one of the example pages for the declaratives / syntax...

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 Project wont work on Server

I've searched and found where people have had similar problems, but there doesn't seem to be any viable solution posted (that I can find anyway!), so I'd appreciate any suggestions. Here's my scenario:

Created an atlas app locally after I installed Atlas using the Atlas template. When I went to deploy it to a test server using Windows 2003, it doesn't recognize any of the atlas. Here's what I did to troubleshoot: Made sure the project was in ASP.NET 2.0. I downloaded and installed Atlas on the Windows 2003 server instead of just copying it into the bin and registering the extensions. It gives an error of:

Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
on any of the atlas tags.

I also tried creating a new Atlas site directly on the server instead of just copying my local existing project onto the server just to see if it had to be created directly on the server, but same result. I need to get this running for a deadline and it's driving me crazy, so any help would be greatly appreciated!

John

Can you explain to me a little bit about what this atlas application does - what function does it do, when it executes, what does it do? Are there other web applications running on this server - do they have any of these problems?

Also, can you post the entire stack trace as opposed to just the error summary?


Glad to explain if possible. This app is basically just using Atlas to call webservices which connect into a SQL Server connection and produce results on demand in order to reproduce some Excel-like qualities over the intranet without having to post-back the whole page. Like I said, it works locally, but when I went to transfer it to our W2003 server, it basically bombs. I just recreated the site and am adding bit by bit items to find out where exactly it was failing. It seems like when I try to add a Web Reference referencing the web services in the project, it bombs. Here's the exact trace for that error, which hopefully will help you help me! I read this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=139935&SiteID=1 which talks about using a unc (which I'm using to get to the site to modify it), but I'm unclear as to how to approach from that angle. This thing is really got me at a standstill, so I really appreciate your feedback!

Server Error in '/LogWeb' Application.

Configuration Error

Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message:Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (\\romdev\c$\Inetpub\wwwroot\LogWeb\web.config line 41)

Source Error:

Line 39: </httpHandlers>Line 40: <httpModules>Line 41: <add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/>Line 42: </httpModules>Line 43: <!--


Source File:\\romdev\c$\Inetpub\wwwroot\LogWeb\web.config Line:41


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42


What form of authentication are you using to log into the site? Is it using Kerberos?

Ben,

Windows Authentication

I successfully registered the web services by changing the url to the new location. I'm still getting the atlas errors, though. On every page that has this in the header:

<

atlas:ScriptManagerrunat="server"ID="scriptManager"><services><atlas:ServiceReferencepath="MARSService.asmx"type="text/javascript"/></services></atlas:ScriptManager>

I get this error:

Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Thanks for helping me debug this mess...



Do I correctly observe a shared drive in your webroot path?

Does something like this help:http://support.microsoft.com/?id=320268.

Or this:http://www.codecomments.com/archive320-2005-12-712682.html


Yessir, you did. I tried making it a fully trusted share, but, alas, to no avail. Same messages when I try to build the project. What I don't understand is the Atlas.dll was installed on the server, so why is it having a problem with accessing that dll before the project was copied over into the new virtual directory? I guess maybe my next option is look at the IIS settings?

Thanks,

John

Atlas project from CDROM

I have developed an application using Atlas and ASP.NET Tree control loading data from an XML file.

Can anyone tell me if there is a solution to run this application from a CD with a web server (Cassini web server) packaged in the CD itself.

Many thanks in advance for any kind of help

hello.

well, you can do that. you just have to assure that cassini is running on a predetermined port (which you can set when you start it up) and then you must open a browser and load the initial page. this will only work for requests made on the same machine where the cassini web server is running (ie, localhost).

Atlas Project can i mix up ?

HI

I am completely new to Atlas, may be a stupid question.

Is it possible to mix up usual aspx forms in Atlas project , that is forms that includes postback, so that in a Team those who know Atlas can use their skill , while others can do without javascript/with post back.

Thanks

Ram

Absolutely. Atlas functionality is determined at the page level, not the application level. Therefore, you can include Atlas funcitonality in any aspx page while at the same time having aspx pages in your web application that do not use Atlas.

Hi Ram,

Yes, you can have completely standard non-Atlas pages in a project that uses Atlas. If you don't do anything Atlas specific in a page, it's as if Atlas wasn't there.

David


jamesbrianclark ,

Thankyou, It is clear . I can do with and without Atlas functionality in a project

Regards

Ram


Hi David,

Thanks for the clarification that I can mix up Atlas page and Standard non Atlas page inside a page.

This gives great flexibility start with Ajax selectively . The answer is helpful.

Regards

Ram

Atlas production release date

Hi

We are planning to use Atlas framework for our new project which involves getting quotes from a rate server in forex market.
As we see we have only a beta version of Atlas and not a production release.
We are awaiting for the release date of Atlas while our project schedule is crushing us. We would like to know the approximate production release date for Atlas.

Can any one of you gives us an approximate production release date for Atlas?

Thanks in advance

Siva

On the DevDays2006 (8 march 2006 - Amsterdam - The Netherlands) Scott Guthrie told the crowd that the go-live license will be out within 30 day's or so...

Cheers,

Wes


Wes

Thanks for the information

Siva


im waiting for the official release

i work in a lotof really beautiful projects with this pre-release of "ATLAS" and its amazing ...

thanks ...

PD:sorry my bad english


Hey All -

We're planning on releasing our online product in July/August timeframe. We won't be able to use Atlas unless it's a full release. Is there any info or hints as to when it may be released?

Thanks in advance,
John


Hi John,

The Go-Live version of Atlas is available now (the March CTP drop is the first one that supports production deployments). All releases of Atlas from now on will continue to support go-live deployments.

Hope this helps,

Scott


Hey Scott,

Thanks for the reply. I've tried to push the go-live on the CTPs, but the powers-that-be won't let us release with our product using CTP/beta products. What I was looking for is more of a hint on when Atlas may be RTMed, since we couldn't release with it before that.

Thanks again,
John

Hi,

We have a similar situation as John. We won't be able to release our product using CTP/beta products. Could you provide us with some information on when Atlas would be released. I keep hearing rumours that it would get shipped with Orcas. But, again I don't know when Orcas will be released.

Thanks,

MR.


Hi MR,

We are looking to potentially ship Atlas before Orcas (later this year). We haven't finalized or announced any dates yet -- but stay tuned as this is something we'll look to do over the next few weeks.

Thanks,

Scott


Hey,

Any more decisions made on the RTM release date of ASP.NET AJAX (Atlas)?


Hi Brian,

I blogged about our 1.0 release plans recently here:http://weblogs.asp.net/scottgu/archive/2006/09/11/_2200_Atlas_2200_-1.0-Naming-and-Roadmap.aspx

Hope this helps,

Scott


I had, I guess still "have", been loving Atlas and the functionality it has promised, but it's still been getting increasingly buggy (for instance,this new one) as I use it more and more that there is no way I am comformatable releasing an Atlas-based website to our customers at this time...

I totally understand that while it's "go live" right now that it is still "beta" (or whatever the new term is), I just hope between now and official release that it's a lot more stable

Ah well, i'll be keeping my fingers crossed and hopes up


hello.

where and when does that error happen? i've used 2 or 3 controls of the toolkit and haven't got any errors till now. any chance of building a small demo project that reproduces this?

(you can email me if you want)


Scott,

Thanks for the reply. That helps a lot.

Atlas problems... what versions support on add_pageLoaded hook?

I've inherited a large-ish project that uses a late version of Atlas (not ASP.NET AJAX)

The version in the javascript file headers is 2.021006.A

My problem is I need to hook in a global "Please Wait" message on all Postbacks and Submits.

Hooking into the Form.onSubmit is no problem, and the "Please Wait" message is normally cleared by the page reloading.

However the project uses quite a lot of UpdatePanels and ModalPopUpExtenders. These don't clear the message after a callback (as the page isn't reloaded)

A quick google found a simple solution - Including something like...

Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(clearPleaseWait);

..in the Master Page should do most of what I want.

Unfortunately I can't see aPageRequestManager object!Sys andWebForms are there, but there's only 2 properties ofWebForms, one of which is_PageRequestManager which doesn't have any properties of its own.

So, the questions are...

Does the ATLAS version I'm using support/expose PageRequestManager events?Is there still any documentation anywhere for this version?If No and No, is there a workaround for what I'm trying to do?Or have I got to bite a considerably sized bullet and upgrade to ASP.NET AJAX?

Thanks in advance for any much-needed help!!

If it was a pre-beta release, things were done a lot different. We had a few sites that used Atlas or ASP.NET Ajax for a little over a year now, and we had a lot of things that had to be rewritten to work with the beta and newer releases. Most standard server controls for it worked fine, but all our custom stuff had to be rewritten. There may be someone on here that might have some limited documentation somewhere. Most of the documentation was all online and pulled whenever a new release came out.

Does the version your have contain a UpdateProgress control? You may be able to use one in the master page that would work for all the pages that use it. That should display a message during asyncpostbacks and callbacks. I haven't done a lot with the behind the scenes parts of ATLAS or ASP.NET Ajax because it doesn't usually require you to unless you are really fine tuning things, which could be a good and bad thing...

If you do have to upgrade to the newest release now, you may want to run a copy of the site to make changes to while upgrading because that can take some time...