Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
WebSplitter problem after install
posted

I have just installed the new infragistics 2008 volume 1 for ASP.Net.

I wanted to create a simple demo solution to see how the web splitter works and can be integrated in to our software.

I created a new web application solution in visual studio.  I added the websplitter control from the toolbox and then started the application in debug mode to see if i at least get two empty panes.  The solution builds with no errors.  However i get the following problem are there any hints?

 

 

 

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0426: The type name 'Default' does not exist in the type 'Infragistics.Web.UI.LayoutControls.WebSplitter'

Source Error:

Line 118:        public default_aspx() {
Line 119:            string[ dependencies;
Line 120:            ((WebSplitter.Default)(this)).AppRelativeVirtualPath = "~/Default.aspx";
Line 121:            if ((global::ASP.default_aspx.@__initialized == false)) {
Line 122:                dependencies = new string[1];