Tagged Questions
The visual-studio-designer tag has no wiki summary.
5
votes
1answer
776 views
Visual Studio 2010 - WPF disable design view for individual control
Is there a way to disable the design view of an individual UserControl - without disabling the design view for other controls?
Certain controls of mine do not support design view, and in these cases ...
4
votes
1answer
161 views
Creating a custom design-time collection editor in WPF
I want to have a custom collection editor dialog in WPF (to edit a collection property on a custom control at design time) preferably by extending the exiting one , but I cannot find the existing one ...
3
votes
2answers
244 views
Second WPF project in one solution gives log4Net error
I am totally confused with the following error.
I have my application which works perfectly fine and uses log4net for logging.
I will now be implementing my own updater system. And I want it to be ...
3
votes
4answers
924 views
Visual Studio 2008 Warning About Changes to Designer-Generated Code
This question is kind of anecdotical but still interesting to me; I was wondering why Visual Studio 2008 is not loving the following use of constants:
public class Service101 : ServiceBase
{
/// ...
2
votes
3answers
819 views
How to select tabs on Silverlight TabControl in the VS designer
In XAML (Silverlight), how do I edit anything but the first tab in the VS Designer? All I can see is the first tab, and I don't know how to set which one is selected so that I can see the content of ...
2
votes
2answers
1k views
Issue with shared WinForms resources across projects in Visual Studio
I've moved all image resources in a large multi-project solution to a new project specifically created for shared resources.
Adding a new reference to other projects where the shared images are used ...
2
votes
1answer
565 views
Compact Framework: Failed to use InputPanel in a control
I developed a control that uses the PDA's InputPanel to interact with the user. The relevant part of the code is below:
namespace MyNamespace
{
// ...
using Microsoft.WindowsCE.Forms;
...
1
vote
1answer
81 views
Compact Framework, Custom TabControl, Designer interactions
I'm considering making a custom TabControl for the Compact Framework 3.5, one that has Designer interactions enabled.
All my research so far has led me to solutions for a control targeting the full ...
1
vote
2answers
36 views
Visual Studio User Contol Design
If you have a user control with a field like public int number = 10; can you make that value come up in the properties box when you use the designer in VS 2010 and C#?
1
vote
2answers
126 views
Can visual studio designer show classes inheriting generic types?
I am trying to clean up all designer errors in our solutions and ran into the following error:
The designer could not be shown for this file because none of the classes within it can be designed. ...
0
votes
1answer
41 views
how create designer in Visual Studio 2010? [closed]
I created an item template that generates a .CS file and adds it to the project. I want to create a DESIGNER that is shown everytime the user tries to open this .CS file from the Solution Explorer, ...
0
votes
0answers
33 views
How to generate a database from EF model with table field RowGuid = Yes
Of course I'm aware of Visual Studio designer for EF models is not perfect. But I found some issues that made me a little confused.
First I was trying to create a model
No problems here.
Then I ...
0
votes
0answers
44 views
FormView throws error in design mode
I have my FormView which is perfect and the .aspx page debugs without any error.
But when I switch to design view it says:
Error creating control-frmclient The end tag is missing for ...
0
votes
1answer
470 views
VB.NET Usercontrol with designer browsable property not saving value at run time
I have been making a control and have added a property for a list(of CustomClass). The custom class contains a string, an image and a list of another custom class which contains a string and an ...
0
votes
1answer
100 views
Issue in the Design View for ASP.Net Custom Server side Control which inherits GridView
I have created a Custom Server Side Control which inherits GridView Class. I have added a public string property, which accepts the column names of the Data Source(DataSet or DataTable) with comma ...
0
votes
2answers
127 views
WinForms control event handler gets removed when selecting another one and thus it becomes 'unreferenced'
Question about the WinForms designer and how to customize behavior. What I've seen multiple times is that when you select a different event handler for a button it will remove the old one (as in ,the ...
0
votes
1answer
347 views
AdornerDecorator for WPF Window changes offset of controls
I have the following window definition
<Window x:Class="MyWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
165 views
What could have caused all of the controls on my form to disappear?
I am not sure what problem is, but after make a copy of my project..close and open it again..all the controls on my form disappear. become blank..(menu, toolstrip..)
However i am still able to run ...
0
votes
1answer
74 views
Possible to resize activity blocks in Visual Studio 2010 Workflow designer?
I'm trying to edit my TFS 2010 build templates using the Visual Studio 2010 Workflow designer. I have this nice widescreen display, and the designer insists on displaying the activity blocks in itty ...
0
votes
0answers
206 views
VB Designer: Events cannot be set on the object passed to the event binding service
I have a WinForm in which I have a WPF UserControl... maybe this does not matter
So, when I try to open the form in (VB.NET) Designer, a message appears:
Events cannot be set on the object passed ...
0
votes
1answer
119 views
Visual studio designer saves everything to .resx instead of .designer.cs
I have just got a project handed to me where the Visual Studio Windows Forms designer saves most of the properties to the .resx-file instead of the .designer.cs file as usual. Its really irritating ...
0
votes
1answer
119 views
any disadvantages when opening XAML with XML Text Editor instead of Cider XAML Editor
I have made the experience that editing large XAML files is extremly faster when doing it in the standard XML text editor instead of the the split-screen cider XAML editor with the design view. This ...
0
votes
2answers
997 views
Building Visual studio like application, need inputs
I am working on a Visual studio like application i.e. have a tolbox, an editor and property grid similar to VS.
User can drag and drop the controls(custom and third party) to the editor window and ...
0
votes
2answers
204 views
Designer resets property value
I have a problem setting a default value on a property, that is "updated" by Visual Studio Designer every time the form is modified in it.
Situation:
class MyHour {
MyHour() {}
...
0
votes
3answers
776 views
Implement Dispose(bool) on a UserControl
How to implement the Dispose(boolean) at a UserControl... when the VS Designer already implemented it with a DebuggerNonUserCode attribute? Will my modifications on this method removed?
(code from ...
0
votes
1answer
353 views
Pointing a ConnectionString to a special folder via Visual Studio Designer
I'm trying to set a DataAdapter connection string to point to %APPDATA% from within Visual Studio designer by editing the DataAdapter properties. I cannot seem to be able to use that moniker on the ...
0
votes
1answer
41 views
Aligning Form in Visual Studio 2005
I am trying to add functionality to a form in Visual Studio 2005 that extends the form to the left. However, I am unable to figure out how to change the top and left alignment of he form in the form ...
0
votes
2answers
378 views
Errors in VisualStudio when opening UserControl in designer
Background:
I have created this UserControl. In the constructor of the user control I call a function that retrieves some values from the database. If an error occurs while retrieving the values a ...