Jump to content
Software FX Community

Namespace reference problem


kailashdhondiyal

Recommended Posts

 



When
i add reference of ChartFX.WinForms.Wrapper and
ChartFX.WinForms.Wrapper.Exporter assembly in my project. It does not
show these namspaces inside projects(namespace is not displaying in
intellisense) hence i can not explore anything(like
properties,events,methods) inside these assemblies.

Please suggest how can i get these namespaces and theirs members inside a class..



Link to comment
Share on other sites

Once you add those references to your project you can browse them in the Object Browser by right clicking on them.

For example for the Wrapper dll I can see the Namespaces inside are like "namespace SoftwareFX.ChartFX.Wrapper", so if you type the using clausule with  SoftwareFX.ChartFX.Wrapper you will be able to see in the intelisense menu all the components.

For the Wrapper.Exporting the namespace is "namespace ChartFX.WinForms.Wrapper.Exporting", so if you type that namespace in the using clausule you will be able to see the components in intelisense.

 Perform a simple test, if you only have added the references, in your code type "SoftwareFX.ChartFX.Wrapper."  that way you will see if its okay or not. If its okay just add the using clausule and there you go.

 

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...