This is a migrated thread and some comments may be shown as answers.

[Solved] Problem on vs2008

4 Answers 305 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 29 Nov 2007, 12:51 PM
Hi Everybody,

I had tried to migrate my web application on vs2008 and I have a problem with prometheus control.
My master contain :
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Callisto.master.cs" Inherits="Callisto_Callisto" %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%@ Register Assembly="RadPanelbar.Net2" Namespace="Telerik.WebControls" TagPrefix="radP" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<%@ Register TagPrefix="radtlb" Namespace="Telerik.WebControls" Assembly="RadToolbar.NET2" %>
<%@ Register Assembly="MTSASPFramework" Namespace="MTS.ASPFramework" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head2" runat="server">
    <title>Callisto</title>
    <link href="Callisto.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div id="wrapper">
        <form id="MainForm" runat="server">
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
        <asp:UpdatePanel ID="MainMasterUpdCalisto" runat="server" UpdateMode="Conditional">
            <ContentTemplate>
                <telerik:RadWindowManager ID="MainMasterPageWindowManager" runat="server">
                </telerik:RadWindowManager>
            <ContentTemplate>
...

If I let the RadWindowManager, I obtain this error message :

The control with ID 'MainMasterPageWindowManager' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.

InvalidOperationException: The control with ID 'MainMasterPageWindowManager' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.]
   Telerik.Web.UI.ScriptRegistrar.GetScriptManager(Control control) +158
   Telerik.Web.UI.RadWebControl.RegisterScriptControl() +16
   Telerik.Web.UI.RadWindowManager.OnPreRender(EventArgs e) +632
   System.Web.UI.Control.PreRenderRecursiveInternal() +86
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Control.PreRenderRecursiveInternal() +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041

If I delete the RadWindowManager, it's ok and my page work fine (with radtoolbar and radpanelbar). I have the same problem with a page contain radscheduler.

My Telerik Prometheus version is 2007.2.1107.0

Anybody know if it's an incompatibily, and if it's yes, when Telerik will make a new version ?

Thanks,
Bilou

4 Answers, 1 is accepted

Sort by
0
Marc
Top achievements
Rank 1
answered on 29 Nov 2007, 01:07 PM
I just finish to try the Telerik Live Demo on my VS2008, and it's work fine, and I don't find a big difference except I use a MasterPage in my app (and my RadWindowsManager is in there).

Any idea ?
0
Georgi Tunev
Telerik team
answered on 04 Dec 2007, 03:05 PM
Hello Bilou,

At this point we cannot tell what the problem might be - I've tried to reproduce the problem locally, but as you can see from the attached movie, everything is working as expected.

Can you please open a new support ticket and send me your application? I will check it and do my best to help.




Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
vinit
Top achievements
Rank 1
answered on 14 May 2008, 09:01 AM
Hello

I got the following error in my appliaction.

'Telerik.Web.UI.RadWindowManager' cannot be converted to type 'Telerik.Web.UIRadWindowManager'

Does any body help me out for this?

Thanks in advance

Vinit
0
vinit
Top achievements
Rank 1
answered on 14 May 2008, 09:29 AM
Hello

I got the solution of this.

If your are using the smartnavigation=true, then the above error was occured.

Regards

Vinit
Tags
Window
Asked by
Marc
Top achievements
Rank 1
Answers by
Marc
Top achievements
Rank 1
Georgi Tunev
Telerik team
vinit
Top achievements
Rank 1
Share this question
or