Jump to content
Software FX Community

chart objects no longer appear in intellisense list for codebehind pages


kunickiaj

Recommended Posts

For some reason, after installing VS2005 and ChartFX7 on a new machine, intellisense does not work for chart objects in my codebehind pages. In the example below Chart1 exists and the page compiles and loads, but no intellisense. This can be quite a nuisance.

Posted Image 

page code: 

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="FilmsR2RTest.aspx.cs" Inherits="FilmsR2RTest" Title="Untitled Page" %>

<%@ Register Assembly="ChartFX.WebForms" Namespace="ChartFX.WebForms" TagPrefix="chartfx7" %>
<%@ Register Assembly="ChartFX.WebForms.Adornments" Namespace="ChartFX.WebForms.Adornments"
  TagPrefix="chartfxadornments" %>
<%@ Register Assembly="ChartFX.WebForms" Namespace="ChartFX.WebForms.Galleries" TagPrefix="chartfx7galleries" %>
<asp:Content ID="cphMain" ContentPlaceHolderID="cphContent" Runat="Server">
  <chartfx7:Chart id="Chart1" runat="server" EnableViewState="False" Height="347px"
  RenderFormat="Auto" Width="616px">
  <series>
<chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
<chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
<chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
</series>
  </chartfx7:Chart>
 
</asp:Content>


 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...