By tag: Workaround
0
kicks
Identifying the Run-Time and the Design Mode
Some logic (like connecting to a database) is not meant to be called when the application is in design mode. Opening a Form, or a UserControl, in the Visual Studio Designer (or other IDE design module), which is trying to connect to a database in its constructor or in its Load or Shown event handler...
0
kicks
Workaround: The SplitContainer may crash your VS2008 Designer
If use the default Split Container to build a Windows Form or create a new user control, and set some properties of that Split Container at design time using Visual Studio 2008, you may end up with a broken form or user control. I got that error using the Visual Studio 2008 - Professional Edition.
0
kicks
Workaround: Infragistics column chart with columns having same height
The Infragistics NetAdvantage has pretty much bugs almost on every release. Considering the NetAdvantage 7.x releases, it is not possible to render column charts with all columns having same heights. Here is a workaround for this issue
0
kicks
Avoid OS reboot prompt when installing the .NET Framework 3.5 on Vista
User Comment: "If I read this right, this is a catasrophe, isn't it? No one can safely deploy the 3.5 framework with their applications without adding this custom code to their installer?"
0
kicks
Validation controls as images - workaround
A quick workaround solution for making validation controls display images instead of a plain error text message.