473,398 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Turns out, ATLAS doesn't work

So I converted my old 1.1 project to 2.0 using the addon that allows
for deploying projects the 'old' way. I tried to add an update panel
on a new page with a button and a label (the most simplistic of
examples) and I get an alert of 'unspecified error'. Sweet. So, I add
an update panel to an existing page and wire it up to a button. Click
the button and get

---------------------------
Microsoft Internet Explorer
---------------------------
Assertion Failed: can't find last / in base url

Break into debugger?
---------------------------
OK Cancel
---------------------------

So sad am I. Any suggestions?

Dec 4 '06 #1
6 1131

SlashDrew wrote:
So I converted my old 1.1 project to 2.0 using the addon that allows
for deploying projects the 'old' way. I tried to add an update panel
on a new page with a button and a label (the most simplistic of
examples) and I get an alert of 'unspecified error'. Sweet. So, I add
an update panel to an existing page and wire it up to a button. Click
the button and get

---------------------------
Microsoft Internet Explorer
---------------------------
Assertion Failed: can't find last / in base url

Break into debugger?
---------------------------
OK Cancel
---------------------------

So sad am I. Any suggestions?
Hi,

If you are using old atlas ctp... upgrade to Asp.net Ajax bata 2...
Sinse you are using 1.1 project. Install the web application project
for vs2005.
Then convert your project.

After successful conversion .. Add Script manager to your page and then
enable partial rendaring of the scriptmanager...

Then use ajax update panel

Thanks

Masudur
Kaz Software Ltd.
www.kaz.com.bd

Dec 4 '06 #2
Hmm, I don't think I had the beta 2. I'll give that a go. Thanks for
taking the time to respond.

Chris

Dec 4 '06 #3
I've got the beta 2 installed. I read through the changes and they
seemed pretty straight forward. Just to make sure I got all the
modifications to the web.config correct, I created a new Ajax Enabled
website. However, I get a compiler error right off the bat that says:

Section or group name 'microsoft.web' is already defined. Updates to
this may only occur at the configuration level where it is defined.
(C:\Documents and Settings\Chris\My Documents\My
Webs\Falconer\ajaxenabledwebsite\web.config line 4)

I'll look it up, but if you know of anything that this points to, I'd
appreciate the help.

Dec 4 '06 #4

SlashDrew wrote:
I've got the beta 2 installed. I read through the changes and they
seemed pretty straight forward. Just to make sure I got all the
modifications to the web.config correct, I created a new Ajax Enabled
website. However, I get a compiler error right off the bat that says:

Section or group name 'microsoft.web' is already defined. Updates to
this may only occur at the configuration level where it is defined.
(C:\Documents and Settings\Chris\My Documents\My
Webs\Falconer\ajaxenabledwebsite\web.config line 4)

I'll look it up, but if you know of anything that this points to, I'd
appreciate the help.
Hi,
Check your web.config...

if the error is

"Error 31
Section or group name 'microsoft.web' is already defined. This can not
be defined multiple times."

Then you have doplicate sections in web.config....

Make sure you have only one "microsoft.web" section in your
web.config

Thanks.

Masudur
Kaz Software Ltd.
www.kaz.com.bd

Dec 4 '06 #5
Make sure you have only one "microsoft.web" section in your
web.config
Already checked. I'm thinking it's the parent folder (which also has a
web.config) causing the proplem. Let's see.

Dec 4 '06 #6
Ok, got it working. So, I create my new page, add my most basic update
panel and all works well. I was overwhelmed with delight (you have no
idea). So I happily wrap one of my existing code snippets into an
update panel, set it to always update (UpdateMode="always"), set it's
internal controls as triggers (ChildrenAsTriggers="true"), make sure
partial page rendering is enabled on the script manager
(EnablePartialRendering="True") and build. I click my button in the
update panel, and the whole page posts back. I then added an external
button and added it's click as a trigger but I had the same results.
Are there some common reasons why this might be the case that anyone
would suggest I check?

Thanks a lot, mates
Chris J.

Dec 4 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Darren L. Weber | last post by:
The following is a first attempt to almost create a shell script for installation of ATLAS and LAPACK. It does not work right now and it is specific to a particular platform. It is posted here to...
7
by: Brad Coble | last post by:
"An instance of 'Microsoft.Web.UI.DummyHtmlTextWriter' could not be used as an HtmlTextWriter. Make sure the specified class can be instantiated, extends System.Web.UI.HtmlTextWriter, and...
2
by: Bob | last post by:
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...
2
by: Tina | last post by:
I'm trying to get started with Atlas and associated necessary javascript at the same time. I started out at http://atlas.asp.net/walkthroughs/gettingstarted/basic.net where they have an...
2
by: GaryDean | last post by:
I have an asp.net app using Atlas (july ctp) written from an example I found at the 4guysfromrolla.com site. It's very much like the examples I find at this site. I have pasted the body of the...
4
by: Brad Baker | last post by:
I'm trying to implement a gridview control using atlas & asp.net per the following article: http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx My frustration is that the page I've...
7
by: Joe | last post by:
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT...
3
by: Robert Scheer | last post by:
Hi. I think I have some conceptual questions here. I have an asp.net web application up and running and now I intend to use Atlas on some of my pages. I have read that after installing Atlas, I...
2
by: Nobody | last post by:
I have an aspx page where I have a repeater control that repeats a asp:LinkButton. When I click on one of the links, I get a post back, and the page flashes. A friend told me to look into ATLAS/AJAX,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.