|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/15/2008 5:34:00 AM
Posts: 1,
Visits: 2
|
|
| Hi Guys, Visual Studio 2005. VB
I am going through the tutorials and I cannot build the website because in the code behind the "Imports InfoSoftGlobal" has a green squiggly line under it and says "namespace or type specified in the 'imports InfosoftGlobal' does not contain any public member or cannot be found. Also, the code: Return FusionCharts.RenderChart("../FusionCharts/FCF_Pie3D.swf", "", strXML, "FactorySum", "650", "450", False, False) has a squiggly line stating "name FusionCharts is not declared" I have followed the tutorial properly and have FusionCharts.dll in the bin directory. I can rightclick on the pages and view in browser and the pages work but I cannot build beause of the errors mentioned above. Do you have any ideas what has gone wrong. Thanks for your help, Steve.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/15/2008 12:03:10 PM
Posts: 2,
Visits: 1
|
|
Probably you are missing this code line at the beginning of the page
<%@ Import Namespace="InfoSoftGlobal" %>
|
|
|
|