Jump to content
Software FX Community

kunickiaj

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by kunickiaj

  1. 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. 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>
×
×
  • Create New...