Along with the above warning, I also get the following message: "This can occur if there is a compilation error in the WebSite, or the web.config file is missing."
Does anyone know what to do to resolve this warning? I do have a web.config file, and I'm just dropping an UltraChart on my Web Form. I am using VS Studio 2008 (VB) on Vista 32-bit business, and I just downloaded and installed the latest version of Infragistics yesterday (12-10-2008).
make sure the Assembly="asdfasdf" attribute matches exactly the other one for "igchart"
I also changed the final two characters to be "%>" rather than "/>", and now I get the error, "Could not load assembly .... or one of its dependencies"
It wasn't there.
I added it to the top of the file (just below the ofther "<%@ Register,,,, >" lines, and then I got an error saying that the server block is not well formed.
do you see the above line (or one like it) at the top of your page?
<%@ Register Tagprefix="igchartprop" Namespace="Infragistics.UltraChart.Resources.Appearance" Assembly="Infragistics2.WebUI.UltraWebChart.v8.3" />
I do have the <igchartprop:GradientEffect /> line in the aspx page. I suppose I could remove the line, but I'm still wondering why I'm getting the warning, and what I need to do in order to resolve the issue at the source.