Click here to Skip to main content
15,900,816 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Value Conversions Pin
Geysser10-Oct-11 5:55
Geysser10-Oct-11 5:55 
GeneralRe: Value Conversions Pin
Pete O'Hanlon10-Oct-11 6:12
mvePete O'Hanlon10-Oct-11 6:12 
GeneralRe: Value Conversions Pin
SledgeHammer0110-Oct-11 10:03
SledgeHammer0110-Oct-11 10:03 
GeneralRe: Value Conversions Pin
SledgeHammer0110-Oct-11 11:13
SledgeHammer0110-Oct-11 11:13 
GeneralRe: Value Conversions Pin
SledgeHammer0111-Oct-11 5:10
SledgeHammer0111-Oct-11 5:10 
QuestionCustom Strtpage Namespace Problem Pin
Kevin Marois7-Oct-11 8:53
professionalKevin Marois7-Oct-11 8:53 
AnswerRe: Custom Strtpage Namespace Problem Pin
Alisaunder7-Oct-11 9:35
Alisaunder7-Oct-11 9:35 
GeneralRe: Custom Strtpage Namespace Problem Pin
Kevin Marois7-Oct-11 10:05
professionalKevin Marois7-Oct-11 10:05 
That's exactly what I'm trying to do. But the compiler doesn't like it.

Here's the XAML from the start page template:

<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:sp="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.StartPage"
      xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.10.0"
      xmlns:vsfx="clr-namespace:Microsoft.VisualStudio.Shell;assembly=Microsoft.VisualStudio.Shell.10.0"
      mc:Ignorable="d" 
      xmlns:my="clr-namespace:ProjectTree.Views;assembly=ProjectTree"
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" d:DesignHeight="600" d:DesignWidth="800">


Here's the XAML in my project:

<UserControl x:Class="ProjectTree.Views.ProjectsView"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:sp="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.StartPage"
             xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.10.0"             xmlns:local="clr-namespace:ProjectTree.Models"
			 xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
             mc:Ignorable="d" 
             d:DesignHeight="250"
             d:DesignWidth="250">


I refererenced the same assemblies, and copied the namespace XAML from the other project. So it should compile.
Everything makes sense in someone's mind

GeneralRe: Custom Strtpage Namespace Problem Pin
Kevin Marois7-Oct-11 10:41
professionalKevin Marois7-Oct-11 10:41 
QuestionUnable to click or select TextBox in WPF? [SOLVED] Pin
Alisaunder6-Oct-11 5:29
Alisaunder6-Oct-11 5:29 
AnswerRe: Unable to click or select TextBox in WPF? Pin
SledgeHammer016-Oct-11 6:33
SledgeHammer016-Oct-11 6:33 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 6:40
Alisaunder6-Oct-11 6:40 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Pete O'Hanlon6-Oct-11 7:14
mvePete O'Hanlon6-Oct-11 7:14 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 8:04
Alisaunder6-Oct-11 8:04 
GeneralRe: Unable to click or select TextBox in WPF? Pin
SledgeHammer016-Oct-11 7:26
SledgeHammer016-Oct-11 7:26 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 8:02
Alisaunder6-Oct-11 8:02 
GeneralRe: Unable to click or select TextBox in WPF? Pin
SledgeHammer016-Oct-11 8:23
SledgeHammer016-Oct-11 8:23 
AnswerRe: Unable to click or select TextBox in WPF? Pin
Alisaunder23-Oct-11 2:32
Alisaunder23-Oct-11 2:32 
QuestionPRISM - When is the module catalogue's modules registered with the container? Pin
Phillip Donegan4-Oct-11 22:13
Phillip Donegan4-Oct-11 22:13 
AnswerRe: PRISM - When is the module catalogue's modules registered with the container? Pin
Abhinav S5-Oct-11 2:04
Abhinav S5-Oct-11 2:04 
Questionxps file Pin
Aartemis4-Oct-11 5:41
Aartemis4-Oct-11 5:41 
AnswerRe: xps file Pin
Pete O'Hanlon4-Oct-11 5:50
mvePete O'Hanlon4-Oct-11 5:50 
QuestionSilverlight DataGrid - Get Each Row Issue Pin
NTheOne4-Oct-11 1:51
NTheOne4-Oct-11 1:51 
AnswerRe: Silverlight DataGrid - Get Each Row Issue Pin
Pete O'Hanlon4-Oct-11 1:54
mvePete O'Hanlon4-Oct-11 1:54 
QuestionDynamically Loaded Modules (.xap) with Build Server Versioning Pin
Phillip Donegan3-Oct-11 23:08
Phillip Donegan3-Oct-11 23:08 

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.