Hi All,
Installation no Problem. FTB works fine with ASP.NET in Windows.
I've published the sites and copy it to a linux with installed mono (Version 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433). All pages works fine as aspected - except i call the page where the FTB should work. I get an Error:
// ---- bof
Cannot cast from source type to destination type
Description: HTTP 500. Error processing request
Stack Trace:
System.InvalidCastException: Cannot cast from source type to destination type.
at System.Web.UI.ScriptManager.GetCurrent (System.Web.UI.Page page) [0x00000]
at System.Web.UI.ScriptManager.RegisterClientScriptBlock (System.Web.UI.Control control, System.Type type, System.String key, System.String script, Boolean addScriptTags) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
// ---- eof
Where is the problem?
Using VS 2008, ASP.NET 3.5 and the Ajax Control Toolkit.
Regards