Click here to Skip to main content
15,889,216 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF application with listview hangs and threads keep increasing Pin
Pankaj Chamria27-Mar-09 21:02
Pankaj Chamria27-Mar-09 21:02 
AnswerRe: WPF application with listview hangs and threads keep increasing Pin
ABitSmart28-Mar-09 1:13
ABitSmart28-Mar-09 1:13 
GeneralRe: WPF application with listview hangs and threads keep increasing Pin
Pankaj Chamria3-Apr-09 6:03
Pankaj Chamria3-Apr-09 6:03 
GeneralRe: WPF application with listview hangs and threads keep increasing Pin
ABitSmart3-Apr-09 6:31
ABitSmart3-Apr-09 6:31 
AnswerRe: WPF application with listview hangs and threads keep increasing Pin
BlitzPackage28-Mar-09 2:31
BlitzPackage28-Mar-09 2:31 
QuestionBest components or framework for real-time desktop application? Pin
SirajP27-Mar-09 12:11
SirajP27-Mar-09 12:11 
AnswerRe: Best components or framework for real-time desktop application? Pin
BlitzPackage27-Mar-09 16:40
BlitzPackage27-Mar-09 16:40 
QuestionWPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:02
mve#realJSOP27-Mar-09 4:02 
I'm trying to force the aero appearance in a wpf form. My app.xaml file looks like this:

<Application x:Class="AnagramsWPF.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="Window1.xaml">
    <Application.Resources>
        <ResourceDictionary Source="/PresentationFramework.Aero;component/themes/aero.normalcolor.xaml" />
    </Application.Resources>
</Application>


When I run the app under the debugger, it runs fine, but if I run it without the debugger, it throws this exception:

'/PresentationFramework.Aero;component/themes/aero.normalcolor.xaml' value cannot be assigned to property 'Source' of object 'System.Windows.ResourceDictionary'. Could not load file or assembly 'PresentationFramework.Aero, Culture=neutral' or one of its dependencies. The system cannot find the file specified. Error at object 'System.Windows.ResourceDictionary' in markup file 'AnagramsWPF;component/app.xaml' Line 6 Position 29.


I have no earthly clue how to fix it. Can anyone help?


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:13
mvePete O'Hanlon27-Mar-09 4:13 
GeneralRe: WPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:22
mve#realJSOP27-Mar-09 4:22 
GeneralRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:38
mvePete O'Hanlon27-Mar-09 4:38 
GeneralRe: WPF ResourceDictionary problem Pin
#realJSOP27-Mar-09 4:50
mve#realJSOP27-Mar-09 4:50 
GeneralRe: WPF ResourceDictionary problem Pin
Pete O'Hanlon27-Mar-09 4:55
mvePete O'Hanlon27-Mar-09 4:55 
AnswerRe: WPF ResourceDictionary problem [OT] Pin
Wes Aday27-Mar-09 9:17
professionalWes Aday27-Mar-09 9:17 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage27-Mar-09 14:53
BlitzPackage27-Mar-09 14:53 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:03
mve#realJSOP28-Mar-09 1:03 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
BlitzPackage28-Mar-09 2:35
BlitzPackage28-Mar-09 2:35 
GeneralRe: WPF ResourceDictionary problem [OT] Pin
#realJSOP28-Mar-09 1:00
mve#realJSOP28-Mar-09 1:00 
QuestionCustom Input Method Editor (IME) candidate window with WPF? Pin
Matt Sherman26-Mar-09 9:16
Matt Sherman26-Mar-09 9:16 
QuestionWcf Service in a Windows Service Pin
Jammer26-Mar-09 7:33
Jammer26-Mar-09 7:33 
AnswerRe: Wcf Service in a Windows Service Pin
Ray Cassick26-Mar-09 8:15
Ray Cassick26-Mar-09 8:15 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer26-Mar-09 8:23
Jammer26-Mar-09 8:23 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 1:52
Jammer27-Mar-09 1:52 
GeneralRe: Wcf Service in a Windows Service Pin
Ray Cassick27-Mar-09 2:11
Ray Cassick27-Mar-09 2:11 
GeneralRe: Wcf Service in a Windows Service Pin
Jammer27-Mar-09 2:19
Jammer27-Mar-09 2:19 

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.