Link to home
Start Free TrialLog in
Avatar of Codingitup
Codingitup

asked on

Unexpected call to method or property access since deploying website asp.net

Hi All,

During the development process of my website it works great on local host. Since deploying the website on the web server I get the following message when I go to the page: -

http://ssdintranet/systems/SalesReport.aspx

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)
Timestamp: Thu, 22 Mar 2012 11:49:47 UTC


Message: Unexpected call to method or property access.
Line: 280
Char: 25
Code: 0
URI: http://intranet/Systems/ScriptResource.axd?d=7MrikHdkIYY-qKRcr2qUdK5wb7CNJ_kmJEQC2e0-zvQOtNMRvjyLCrtcukn2u1ozaP0gA2YwoZf78xbpIPitEjzNGEqx6GbWODr1bqrFop41&t=252a36c5


The line seems to be: -

<script type="text/javascript">

When I go to view code in IE.

What do you think will be causing this please?

Many Thanks
Lee
Avatar of Codingitup
Codingitup

ASKER

It seems to show this error and also i've added round button extension to the buttons and this does not show once deployed. Only shows the standard button shape.

Best Regards
Lee
If I remove the ajax extension on the button the error goes away.

Best Regards
Lee
ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

I've managed to get it working with other websites but can't on this one. i'm just wondering as this article was from 4 years ago if this functionality as been added.

Bets regards
Lee
Does other AjaxControlToolkit controls working fine on your deployed site? You may want to check if the web server has correct version of .NET and Ajax Control Toolkit installed on it.