Hi
I am using .NET 3.5 SP1 and IG V8.
When I place WebDialogue on user control and run the page I am getting this error.
My applicaiton is having a master page with Tab control.
Inside Tab control I placed the usercontrol with Wbdialogue.
I have tried keeping ScriptManager on Master as well as in usercontrol but of no help.
Can any one advise me on this?
Hi,
I suggest you to test by removing user control with WebDialogWindow from application and drop on master page ScriptManager and WebDialogWindow and check if it will run. If not, then replace WebDialogWindow by any other control which requires ScriptManager. For example, UpdatePanel. You probably will get same error.
If it happens, then your project is probably not configured for AJAX. In case of WebSite, it is mostly defined by content of web.config.
You may create a temporary WebSite within VisualStudio2008 and compare its content with content of your project. It should contain various sections with references to Extensions, scripting, etc. If web.config in your old project is different, then it is better to move all logic from your project into correct AJAX enabled one.