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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...