Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Visual Studio Toolbox (Read 2286 times)
dolfandon
Junior Member
**
Offline



Posts: 51
Location: Northern Virginia
Joined: Mar 12th, 2009
Visual Studio Toolbox
Apr 15th, 2009 at 1:58pm
Print Post  
Is there a way to get the control to show up in the Visual Studio Toolbox? I added the dlls but nothing shows up.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Visual Studio Toolbox
Reply #1 - Apr 15th, 2009 at 2:11pm
Print Post  
There are several tabs in the "Customize Toolbox Items" dialog, showing the toolbox content for different types of projects. Did you add the assembly while the "Silverlight Components" tab was selected?
  
Back to top
 
IP Logged
 
dolfandon
Junior Member
**
Offline



Posts: 51
Location: Northern Virginia
Joined: Mar 12th, 2009
Re: Visual Studio Toolbox
Reply #2 - Apr 15th, 2009 at 2:37pm
Print Post  
Yes, I have the Silverlight Components tab selected and they show up in the choose items dialog but VS does not show them in the toolbox. There are 3 in the tab

Diagram
DiagramHost
TranslateLayer

Oh, here's the caveat here. This is a ASP Dot Net web application that I want to host the control on one of the pages. If I load up a SilverLight application the controls show up in the toolbox.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Visual Studio Toolbox
Reply #3 - Apr 15th, 2009 at 3:19pm
Print Post  
Yep, when you have an ASPX page open in VS, you can add only the so called Silverlight control to the page. You must create a Silverlight project with UserControl that contains the Diagram, build it, and set the resulting .xap file as a Source of the Silverlight control. The SaveLoad example shows that.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint