|
Rank: Newbie Groups: Member
Joined: 10/11/2010 Posts: 2
|
I am using the latest version of EO objects in VS2010. When I use the StateCookieName parameter with the SaveStateCrossPages="true" I get a JScript error in the eo_web.ashx when I run the project. If I remove the StateCookieName parameter, the error goes away.
Microsoft JScript runtime error: 'abp' is null or not an object....in the eo_web.ashx?id=834.....
This only happens on me IDE and not on our development server or our production server. Any ideas?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This sounds like a bug but we will need a test page in order to look into it. Can you isolate the problem into a test page or project and then send it to us? Make sure the test page contains only code needed to reproduce the problem and also runs independently.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/11/2010 Posts: 2
|
I created a new project in order to send to you. The new test project used a simple slide menu control that is not data bound like the one we are using and i do not get the error. I am totally lost as what is happening.
Thanks for the quick response.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is why we need the test project. Many things in your page, such as invalid HTML (unclosed tables, for example) or CSS (for example, a broad CSS rule that applies to all DIVs that is picked up by our control) can break the control. We will be happy to take a look and find out for you if you can isolate the problem, however without a reproducing page there is simply nowhere to start.
Thanks!
|
|