Showing posts with label updated. Show all posts
Showing posts with label updated. Show all posts

Wednesday, March 28, 2012

Installed new AJAX RT, now ASP controls dont work.

Hello,

I have been runing AJAX CTP and today upgraded to the full release version. I followed the migration instructions and updated my config file. So I thought I would go ahead and hit run as I am not using that much AJAX in my site. Thought I would just let the error messages show me where to update my AJAX code. Well I did not even get to that part of the code. For some reason now all my ASP controls seem to be disconjointed. Has anyone ever seen this message?

Error 10 The type or namespace name 'Controls' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) C:\WebSite\login.ascx 7

And this is the line that it stops on:<asp:TextBoxid="login_password" runat="server"TextMode="Password"EnableViewState="True"></asp:TextBox>

Thanks for any insite.

Michael

Never mind, I figured it out.
I'm having the same problem now. What did you do to correct it?

Monday, March 26, 2012

Internet explorer 6. Sucks up computers memory.

Hi,

I've got two pages on the same site where I use atlastoolkit:confirmbutton in a atlastoolkit:reorderlist.
One of the pages uses is updated with a updatepanel. Both pages has multiple fields that is updated when pressing a save button.

The problem is that users on internetexplorer 6 has to close down explorer regularly to be able to work with the pages since there computers goes slower and slower the longer they are an one of these pages. For example, it takes about 3-6 seconds to save(uses internet explorer 7). If leaving a internet explorer 6 computer on the page for a couple of minutes it takes about 2 minutes to save. After a couple of hours it takes almost 10 minutes.

It's not just the saving proccess. It's everything opening, changing page in a gridview. And atleast for some users the entire computer starts to go slow until they restart internet explorer.

Please can anyone help.
/Christoffer

That seems to be a bit extreme... Make sure IE on the browsers are configured to check for updated versions of the page automatically - will save on IE constantly downloading scripts and stuff...(each time IE does it verifies the scripts etc)...try to disable viewstate where you can as well...Additionally - make sure make sure make sure you are not running the application deployed compiled debug and turn debug compilation OFF in your web.config...Set the SCM to Release version - this will cut down on your memory footprint ...both server and on the client (smaller js files for starters)...

The new Beta 2 release of Ajax according to the docs addresses some of the memory issues as well...