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?
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];
Andrew:
Are any other controls giving you this problem or is it only the splitter control?
After install Infragistics 2008 Vol 1. CLR 2.0 .. I created a new web site solution, open the default aspx page and put into it the WebSplitter Control, everything goes fine, compilation but when the page shows up, there is a Javascript error and the control didn't work. When I clicked in the Javascript error icon it says that "Sys is not defined" ... What is that.. can everyone help me ???
as far as i know i only had a problem with this control. I am not sure if i installed something incorrectly or not, because i have previous versions of infragistics installed.
however my work around to this problem was to use a web site, instead of a web application and this seemed to work.