Click here to Skip to main content
15,888,323 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: ellipse rendertransform Pin
Mark Salsbery25-Jan-09 8:04
Mark Salsbery25-Jan-09 8:04 
QuestionChannel9 Silverlight Videos Pin
Kevin McFarlane24-Jan-09 4:07
Kevin McFarlane24-Jan-09 4:07 
AnswerRe: Channel9 Silverlight Videos Pin
DaveX8624-Jan-09 4:53
DaveX8624-Jan-09 4:53 
GeneralRe: Channel9 Silverlight Videos Pin
Kevin McFarlane24-Jan-09 5:22
Kevin McFarlane24-Jan-09 5:22 
GeneralRe: Channel9 Silverlight Videos Pin
DaveX8624-Jan-09 5:27
DaveX8624-Jan-09 5:27 
AnswerRe: Channel9 Silverlight Videos Pin
Mark Salsbery25-Jan-09 7:46
Mark Salsbery25-Jan-09 7:46 
AnswerRe: Channel9 Silverlight Videos Pin
Syed Mehroz Alam30-Jan-09 0:13
Syed Mehroz Alam30-Jan-09 0:13 
QuestionUserControl Error ! Pin
Mohammad Dayyan23-Jan-09 8:45
Mohammad Dayyan23-Jan-09 8:45 
Hi .
I've created an UserControl, then I've added its DLL file to my references.
When I've pressed F5 it works, but I can't see the Design of my WPF APP in VS2008 SP1.

The following errors have occurred :

Error	1	
Assembly 'CustomToolTip' was not found. 
Verify that you are not missing an assembly reference. 
Also, verify that your project and all referenced assemblies have been built.	
D:\My works\C#\tooltip\WpfApplication1\WpfApplication1\Window1.xaml	
4	21	WpfApplication1

Error	2	
The type 'myToolTip:UserControl1' was not found. 
Verify that you are not missing an assembly reference and that all 
referenced assemblies have been built.	
D:\My works\C#\tooltip\WpfApplication1\WpfApplication1\Window1.xaml	
21	10	WpfApplication1


By the way, I've tried Blend2 , with it I can see the Design of my App without any problems.

this is my App XAML code :

<Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:myToolTip="clr-namespace:CustomToolTip;assembly=CustomToolTip"
Title="Window1" Height="600" Width="800">
<Grid x:Name="rootGrid" RenderTransformOrigin="0.5,0.5">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="1"/>
<SkewTransform AngleX="0" AngleY="0"/>
<RotateTransform Angle="0"/>
<TranslateTransform x:Name="rootGridXY" X="0" Y="0"/>
</TransformGroup>
</Grid.RenderTransform>
<Rectangle Margin="26,34,496,374" Name="rectangle1" Stroke="Black" 
Fill="Coral" MouseLeave="rectangle_MouseLeave" MouseMove="rectangle_MouseMove" />
<Rectangle Fill="Lavender" Margin="537,29,53,376" Name="rectangle2" 
Stroke="Black" MouseMove="rectangle_MouseMove" MouseLeave="rectangle_MouseLeave" />
<Rectangle Fill="Peru" Margin="192,391,186,37.995" Name="rectangle3" 
Stroke="Black" MouseMove="rectangle_MouseMove" MouseLeave="rectangle_MouseLeave" />
<myToolTip:UserControl1 UserControlTextBlockToolTip="Some texts" 
UserControlToolTipTitle="Title" 
Visibility="Hidden" 
x:Name="customToolTip" />
</Grid>
</Window>



Could you guide me ?
Thank you
AnswerRe: UserControl Error ! Pin
User 27100924-Jan-09 3:48
User 27100924-Jan-09 3:48 
QuestionWPF templates, styles, triggers, et al... Pin
Ray Cassick23-Jan-09 7:20
Ray Cassick23-Jan-09 7:20 
AnswerRe: WPF templates, styles, triggers, et al... Pin
Pete O'Hanlon23-Jan-09 8:23
mvePete O'Hanlon23-Jan-09 8:23 
AnswerRe: WPF templates, styles, triggers, et al... Pin
Mark Salsbery25-Jan-09 8:15
Mark Salsbery25-Jan-09 8:15 
QuestionConvert 2D image into 3D image using WPF Pin
ravi.vellanky22-Jan-09 21:00
ravi.vellanky22-Jan-09 21:00 
AnswerRe: Convert 2D image into 3D image using WPF Pin
Pete O'Hanlon22-Jan-09 22:18
mvePete O'Hanlon22-Jan-09 22:18 
GeneralRe: Convert 2D image into 3D image using WPF Pin
ravi.vellanky22-Jan-09 22:59
ravi.vellanky22-Jan-09 22:59 
GeneralRe: Convert 2D image into 3D image using WPF Pin
Pete O'Hanlon23-Jan-09 1:13
mvePete O'Hanlon23-Jan-09 1:13 
QuestionHow allocate/distribute a WPF application..... Pin
VisualLive21-Jan-09 23:49
VisualLive21-Jan-09 23:49 
AnswerRe: How allocate/distribute a WPF application..... Pin
Pete O'Hanlon22-Jan-09 0:59
mvePete O'Hanlon22-Jan-09 0:59 
GeneralRe: How allocate/distribute a WPF application..... Pin
VisualLive22-Jan-09 3:57
VisualLive22-Jan-09 3:57 
GeneralRe: How allocate/distribute a WPF application..... Pin
Pete O'Hanlon22-Jan-09 4:34
mvePete O'Hanlon22-Jan-09 4:34 
GeneralRe: How allocate/distribute a WPF application..... Pin
VisualLive22-Jan-09 4:55
VisualLive22-Jan-09 4:55 
GeneralRe: How allocate/distribute a WPF application..... [modified] Pin
VisualLive22-Jan-09 14:27
VisualLive22-Jan-09 14:27 
GeneralRe: How allocate/distribute a WPF application..... Pin
Pete O'Hanlon22-Jan-09 22:25
mvePete O'Hanlon22-Jan-09 22:25 
GeneralRe: How allocate/distribute a WPF application..... Pin
VisualLive22-Jan-09 23:04
VisualLive22-Jan-09 23:04 
GeneralRe: How allocate/distribute a WPF application..... Pin
VisualLive23-Jan-09 0:17
VisualLive23-Jan-09 0:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.