xaml-designer Questions
6
Solved
Design View for Xaml on Visual Studio Professional RC 2012 used to work for me. But suddenly stopped for no reason I can figure.
Visual Studio 11 No longer Recognizes Xaml Files.
In properties,...
Semitone asked 21/7, 2012 at 19:55
7
Solved
I am new to WPF and I am trying to resolve an error. I am trying to build a custom control library where I can make my own control objects. When I go to File > New Project > WPF Custom Control Libr...
Chlorine asked 24/9, 2012 at 16:58
2
In my project, I have several WPF windows and controls. For each one, I've created a sample view model so I can see the window or control mocked-up with sample data in the XAML designer by includin...
Dawndawna asked 26/4, 2017 at 21:31
4
Solved
One of my XAML files shows a strange behaviour in the XAML designer (but not during runtime):
public class MyDesignTimeViewModel
{
public MyDesignTimeViewModel()
{
MyText = "abc";
MyInt = 5;
...
Scheldt asked 21/6, 2016 at 14:20
3
I feel very much annoyed by default zoom of XAML Designer in VS2015 (not sure if version is relevant), which is Fit all by default.
Is there a way to set it to 100% by default? Disabling zoom feat...
Carew asked 3/12, 2015 at 14:43
3
Solved
When switching from a code file to a XAML file in Visual Studio 2012, the focus goes to the designer. If I want to edit the XAML (which is 99% of the time), I need to use the mouse to move the focu...
Heine asked 21/11, 2012 at 18:31
5
Solved
I'm encountering the following
System.Runtime.Remoting.RemotingException error when I create a blank
Windows 10 Universal Application...
Following are event viewer screens...
I have checked...
Inaugurate asked 31/12, 2015 at 9:49
3
Solved
I'm getting a bit frustrated by this, maybe someone has encountered a similar problem or has an idea how to fix it.
I upgraded to Windows 10.
I installed Visual Studio 2015 Community.
I created ...
Finding asked 30/7, 2015 at 15:37
1
I'm developing a UWP app with Visual Studio 2015, and one of the things I want to do use some sample data at design time.
Now, I've added a XAML file, set the build action as DesignDataWithDesignT...
Boffa asked 21/1, 2016 at 13:17
4
Solved
Where disappeared XAML designer for Universal Windows app in Visual Studio 2015 Update1?
It is working for wpf and window 8.1 apps and XAML designer is enabled in Tools->Option->XAML Designer
Copalite asked 4/12, 2015 at 12:44
0
My problem is with my XAML designer in vs 2015 community edition on my windows 10. it simply does not load. XAML designer on WPF desktop app works fine.
VS 2015 xaml designer
An unhandled excepti...
Buxton asked 13/1, 2016 at 20:13
1
Solved
This probably seems like a strange question, but I'm having trouble seeing a custom true-type font that I've loaded as a resource in my WPF application, and I'm wondering if it may have to do with ...
Cumings asked 22/9, 2015 at 17:40
2
Solved
I have the following situation. I installed Visual Studio Update 3 last night. Now I have a problem that when I open my projects (Universal Apps) which i have done while i had update 2, my designer...
Betrothal asked 5/8, 2014 at 8:52
1
Solved
I've recently discovered the very useful design time attributes from Blend for a WPF component, which (among other things) allows you to set a DataContext only at design time. Awesome!
Combined wi...
Bosomed asked 1/1, 2014 at 5:24
1
Solved
Problem is if this process doesn't exist, build fails. I try to write something like this
tasklist /nh /fi "imagename eq XDesProc.exe" | find /i "XDesProc.exe" && (
TASKKILL /F /IM "XDesPr...
Lyns asked 1/4, 2013 at 17:35
1
Currently when i have a problem (like errors and warnings, that are resolved but are still present in the ErrorList or to reload assemblies used by the designer) with the XAML-Designer in Visual St...
Eliaeliades asked 20/11, 2012 at 10:21
2
Whenever I run my Windows Phone application while the XAML page is open, Visual Studio adds the following to my XAML:
mc:Ignorable="d"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"...
Indivisible asked 24/2, 2012 at 5:38
3
Solved
I know similar questions exists but they don't address this exact problem.
I'm having an issue with Visual Studio 2008 SP1 whereby it hangs for 4-10 seconds whenever the xaml edit receives focus. ...
Berardo asked 24/11, 2009 at 16:21
1
© 2022 - 2024 — McMap. All rights reserved.