Hi all!,
I'm having a horrible time trying to get the Appstylist to work after I installed the WCSF 2.0 for VS2005.
Is it even compatible?
I've referenced allll the web.UI dlls in the Web.config but I keep getting this error:
Parser Error Message: An error occurred creating the configuration section handler for infragistics.web: Could not load file or assembly 'System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.
Specifically this web.config line:
section name="infragistics.web" type= "System.Configuration.SingleTagSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
If I try to access the Application Styling Configuration Tool within VS, I get an Error(no number) which states that a reference to the Assembly needs to be in the Web.config, even though it is clearly in the Web.config.
In addition, the Templates for creating a net Advantage App Stylist website are no longer present if I try to create a new test site to get at a "sterile" web.config.
Multiple uninstalls/ reinstalls did not fix it either.
Any help would be great TY!
There's not enough information to determine what's causing this result.
Please remember that these forums area a peer-to-peer resource to share issues and ideas with other Infragistics users. If you require official support from Infragistics, please submit a support request to Infragistics Developer Support from this page of our website.
an update:
evidently my Public Key Token was wrong so the first part has been fixed. yaaaaaa!
also the Infragistics Appstylist Templates are now available again after I reinstalled from the commandline.
The problem still remains with the Config tool though. For some reason it isn't recognizing the website in my Multi-project solution.