| Thread | Last Post | Replies |
|
| Problem - TableLayoutPanel causes form change when opened in IDE. | 15 May 2006 10:02 GMT | 1 |
When I open a c# winform with a table layout panel, the IDE indicates that the form has been changed. The table layout panel has two columns, one of which is autosize. The main problems are:
|
| asp net custom controls library help | 09 May 2006 11:25 GMT | 1 |
I write a costom controls asp.net library using visual basic. I want that while using the controls in design time a help can be shown that is relevant to the control. I read about VSHIK - help integration kit - but I am not sure if I have to
|
| Can't drag-drop SQL objects | 09 May 2006 07:12 GMT | 1 |
I am making the leap from VS2003 to 2005. In the 03 version, I could open a connection to a SQL 2000 database and drag a stored procedure to the form designer and I would have created for me a sqlcommand and sqlconnection object. In VS2005, when I drop a stored procedure onto ...
|
| VS.NET 2003 doesn't exit when kicked off from VB6 | 08 May 2006 10:28 GMT | 3 |
I have a VB6 EXE that I use to build VS.NET 2003 projects. It works fine when building a .NET Class Library, but it doesn't return when it kicks off a build of a Setup & Deployment project. To reproduce, using VS.NET 2003, just create 2 projects - a C# Class Library
|
| Printing out the Task List | 08 May 2006 08:21 GMT | 3 |
I have this long Task list in VS2005. Is there a way to print it out?
 Signature Michael Hockstein
|
| How to view an array of double through double * in the wacth window? | 06 May 2006 12:13 GMT | 1 |
I have a variable double * pDouble. it is pointing to an array of doubles. in the watch window, I can see the value of its first element only. is there any way I can see the whole array, like what a vector<double> variable does?
|
| Applying schemas to Solution Items | 05 May 2006 12:54 GMT | 1 |
I have a number of Xml files shared between various projects in my Solution. I have added them as Solution Items but if I try to apply a schema to them, the IDE takes no notice and immediately forgets the schema. What is the best way to share Xml files between projects?
|
| VS2005 - Add assembly reference to asp.net project crashes IDE | 04 May 2006 07:30 GMT | 3 |
I have an assembly I built which when added to an 2005 asp.net project as a referenced assembly crashes the entire IDE (this same assembly can be used in other project types without any issues; it can also be compiled to 1.1, and included in a 2003 asp.net project without issue). ...
|
| CodeNamespace.AddClass is not working | 03 May 2006 14:52 GMT | 1 |
CodeNamespace.AddClass method is giving error "unspecified error". What I did is ... CodeNamespace cn = (CodeNamespace)applicationObject.Solution.Item(1).CodeModel.CodeElements.Item(1); above line is executed successfull, but when i'm trying to add new class by AddClass method ...
|
| Show product icon on VS2005 splash page | 03 May 2006 14:49 GMT | 1 |
I work on a unit testing framework called csUnit (www.csunit.org). How do we get our product icon to appear on the VS2005 splash page as an installed product?? Thanks
|
| Adding a class that has a base class | 03 May 2006 08:12 GMT | 2 |
I'm creating an addin that adds a class to the project. I want the class to inherit from another class. I looked in the documentation for CodeNamespace.AddClass but its not clear on how to accomplish this. Any links to examples would be great,
|
| how can I get my voice heard? | 02 May 2006 14:26 GMT | 3 |
What's the email address or site that I can post about the new Visual Studio 2005 IDE for bugs or suggestions to make the product better? I would love to have a bug/suggestion tracking site to put my ideas for the IDE. thanks!
|
| Navigating CSS Paths in VS | 02 May 2006 08:24 GMT | 3 |
Hi. If I have an ASPX page (or HTML page) in VS in a project where it's LINKed to a CSS file, is there a way that I can select a page object on the ASPX page and sort of have it show me how it's deriving its style information from the CSS? I guess I'm talking about some kind of ...
|
| Crashing in cslangsvc.dll all the time | 02 May 2006 03:29 GMT | 14 |
Lately VS 2003 has been crashing very often, usually after doing a global replacement of text across many files. But it may crash for other reasons as well. It has become so bad I am having trouble using VS much any more for big changes. I cannot determine the cause, but I did ...
|
| IDesignerHost.GetType() | 01 May 2006 12:14 GMT | 6 |
I originally posted this over in the base Framework forum, but the MS folks there said that IDesignerHost is implemented by Visual Studio, so I thought I'd post the questions here to see if anyone can answer them. Here's an example of a solution that demonstrates, conceptually, ...
|