design-time
Debug at design time
I have a bug at design time described here, but I don\'t get to make Visual Studio debug at design time.[详细]
2023-01-29 12:15 分类:问答Why isn't my revised .NET Windows Form not showing new changes after running the program again?
In my desktop application, previously I have designed the form and ten execute it but then I went for slight changes in my form.But even afte开发者_JAVA百科r changing, while I run the program now the[详细]
2023-01-26 12:38 分类:问答Why doesn't this datatemplate work at designtime?
The following simple datatemplate only works at runtime. At designtime it displays nothing. Why is this so?[详细]
2023-01-26 02:32 分类:问答Modifying a property at design-time doesn't update XAML in Expression Blend 4
I\'ve been working on a custom panel for WPF and have run into a problem with some design-time code.To boil the issue down, if I have some code running at design time, and that code modifies a propert[详细]
2023-01-24 16:24 分类:问答Rebuild T4 template when external file is modified
I\'m building a set of T4 templates that gather their data from an XML file. Is there any way to force Visual Studio to regenerate the templates when the XML file is changed?[详细]
2023-01-24 01:56 分类:问答How prevent container control from being moved in user control during design-time?
I have a custom control that contains 6 panel controls that act like containers for other controls that are dropped in during design time.This was done by creating a custom designer inheriting from Pa[详细]
2023-01-23 09:21 分类:问答Design time exception not caught in .Net Winforms
I have a form that is used at design-time to configure various properties. I\'ve tried two ways to do a form-level catch all exception:[详细]
2023-01-18 13:13 分类:问答How to force Visual Studio 2010 to ignore a WPF XAML declared DataContext at design time?
Quite often I will set up WPF UserControl with a declarative DataContext: <UserControl...> <UserControl.DataContext>[详细]
2023-01-08 02:55 分类:问答Design-Time Population of ListBox with Sample Data in WPF
I have a view (usercontrol) that contains a listbox. At runtime the listbox will be populated with instances of another view (also a usercontrol).[详细]
2023-01-06 20:50 分类:问答WPF fake/ghost design time error
I have a strange behavior in VS2008 a few times: After some changes in a xaml file, removing a control with a compile time error, VS2008 keeps saying the error is still there, even when the control it[详细]
2023-01-06 10:01 分类:问答