Click here to Skip to main content
15,886,258 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Dropdown button with "search" Textbox using C# Pin
Pete O'Hanlon20-Jul-09 23:08
mvePete O'Hanlon20-Jul-09 23:08 
AnswerRe: Dropdown button with "search" Textbox using C# Pin
Krishna Aditya20-Jul-09 23:39
Krishna Aditya20-Jul-09 23:39 
QuestionTreeview Expansion in MVVM Pin
VickyC#20-Jul-09 21:19
VickyC#20-Jul-09 21:19 
AnswerRe: Treeview Expansion in MVVM Pin
Michael Sync23-Jul-09 19:51
Michael Sync23-Jul-09 19:51 
GeneralRe: Treeview Expansion in MVVM Pin
VickyC#16-Aug-09 13:07
VickyC#16-Aug-09 13:07 
QuestionXamlParseException at startup under debug Pin
Gary Wheeler20-Jul-09 9:27
Gary Wheeler20-Jul-09 9:27 
AnswerRe: XamlParseException at startup under debug Pin
Mark Salsbery21-Jul-09 7:40
Mark Salsbery21-Jul-09 7:40 
GeneralRe: XamlParseException at startup under debug Pin
Gary Wheeler21-Jul-09 7:57
Gary Wheeler21-Jul-09 7:57 
Thanks for the reply, Mark. The build action for Framework.xaml is indeed Page. Here's the source for Framework.xaml:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:s="clr-namespace:System;assembly=mscorlib">
    <s:String x:Key="DeltaCommon.PrintView_Unwind">Unwind</s:String>
    <s:String x:Key="DeltaCommon.PrintView_Cabinet">Cabinet/{0}</s:String>
    <s:String x:Key="DeltaCommon.PrintView_Rewind">Rewind</s:String>
    <s:String x:Key="DeltaCommon.SetupView_Rewind">Rewind</s:String>
</ResourceDictionary>
I have a hard time believing this is a problem with the XAML, given that a 'rebuild solution' corrects the problem until the next time Visual Studio is started with this solution.

I no longer believe the Visual Studio hosting process is involved, since disabling it has no effect. The exception is still thrown the first time the application runs after Visual Studio loads the solution. The exception stops being thrown after the solution is rebuilt.

Software Zen: delete this;

GeneralRe: XamlParseException at startup under debug Pin
Mark Salsbery21-Jul-09 8:53
Mark Salsbery21-Jul-09 8:53 
GeneralRe: XamlParseException at startup under debug Pin
Gary Wheeler21-Jul-09 9:20
Gary Wheeler21-Jul-09 9:20 
GeneralRe: XamlParseException at startup under debug Pin
Mark Salsbery21-Jul-09 9:41
Mark Salsbery21-Jul-09 9:41 
GeneralRe: XamlParseException at startup under debug Pin
Gary Wheeler21-Jul-09 9:52
Gary Wheeler21-Jul-09 9:52 
QuestionHow to get Windows-wide DPI Scaling number within WPF Pin
fjparisIII20-Jul-09 7:47
fjparisIII20-Jul-09 7:47 
AnswerRe: How to get Windows-wide DPI Scaling number within WPF Pin
Ian Shlasko20-Jul-09 10:09
Ian Shlasko20-Jul-09 10:09 
GeneralRe: How to get Windows-wide DPI Scaling number within WPF Pin
fjparisIII20-Jul-09 12:20
fjparisIII20-Jul-09 12:20 
GeneralRe: How to get Windows-wide DPI Scaling number within WPF [SOLVED] Pin
fjparisIII21-Jul-09 11:27
fjparisIII21-Jul-09 11:27 
QuestionTrying to understand the logical tree and ItemsControl problem Pin
Super Lloyd20-Jul-09 3:19
Super Lloyd20-Jul-09 3:19 
QuestionWPF +WCF Pin
bhavna432120-Jul-09 1:51
bhavna432120-Jul-09 1:51 
AnswerRe: WPF +WCF Pin
Kunal Chowdhury «IN»20-Jul-09 1:56
professionalKunal Chowdhury «IN»20-Jul-09 1:56 
GeneralRe: WPF +WCF Pin
bhavna432120-Jul-09 2:16
bhavna432120-Jul-09 2:16 
GeneralRe: WPF +WCF Pin
Kunal Chowdhury «IN»21-Jul-09 3:01
professionalKunal Chowdhury «IN»21-Jul-09 3:01 
AnswerRe: WPF +WCF Pin
Jammer20-Jul-09 5:34
Jammer20-Jul-09 5:34 
AnswerRe: WPF +WCF Pin
Vijaykishan21-Jul-09 0:15
Vijaykishan21-Jul-09 0:15 
QuestionHow to make groupbox invisble on select of a radiobutton Pin
Krishna Aditya19-Jul-09 20:34
Krishna Aditya19-Jul-09 20:34 
AnswerRe: How to make groupbox invisble on select of a radiobutton Pin
Kunal Chowdhury «IN»19-Jul-09 21:00
professionalKunal Chowdhury «IN»19-Jul-09 21:00 

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.