Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > visual studio .net ide > december 2004 > threads for december 8 - 14, 2004

Filter by week: 1 2 3 4 5

UserControls disappears from InitializeComponent()
Posted by dnz at 12/14/2004 11:05:01 PM
I'm using VS.NET 2003 to develop a C# WinForms app. I have added some UserControls to a form. Sometimes when I build the app the generated code (for the UserControls) in the InitializeComponent() method is gone and I have to add the controls again. What can I do to prevent this? ...more >>

Prebuild events in deployment projects
Posted by Mombers at 12/14/2004 4:26:05 PM
Hi Is there any way to do this in VS.NET? I'd like to automate the obfuscation and resigning of assemblies just before packaging them. Can't find anything in help or google :-P Thanks Joe ...more >>

Generate Create Script in Server Explorer - customize?
Posted by vbhackattack NO[at]SPAM hotmail.com at 12/14/2004 10:51:32 AM
Hi, is it possible to customize the behaviour of Generate Create Script in Server Explorer (Visual Database Tools in VS.NET 200X), e.g. save Options settings between uses (File Format ANSI), change the format of the name of the file produced (no owner prefix), and set the default folder where th...more >>

Interesting .NET bug - cpp file corrupted
Posted by Sanjay at 12/14/2004 8:29:04 AM
Hello, This problem has surfaced on enough occasions to now be put down as an IDE bug. I am working within .NET IDE (sp1) on a standard c++ project. The files are on a remote server. It often turns out that a perfectly normal compile ends up generating a large number of errors and on clo...more >>

Description of inference from data adapter
Posted by jb at 12/14/2004 5:13:03 AM
In VS.NET, I use "Generate Dataset" to generate the .XSD + dataset from a data adapter (SQL). Could some nice soul be kind enough to point me in the direction of (say) an MSDN article which describes just what is/is not generated/inferred into the schema by this method. I'm (fairly) sure I...more >>

targetSchema gets reset
Posted by jb at 12/14/2004 1:25:09 AM
Following MS' recommendation, I have changed the targetNamespace of my dataset in its .XSD file in a project I am (still) developing from the default http://www.tempuri.org to something of mine, i.e. changed the line: <xs:schema id="DataSetIC" targetNamespace="http://www.tempuri.org/DataS...more >>

shortcut for jumping to start of function?
Posted by Jimmy at 12/13/2004 6:56:06 PM
Hey Im using VS.Net 2003. is there anyone that can tell me how to jump to the start of a function? Guess there must be some kind of a shortcut key, for doing this? -- Jimmy ...more >>

remap Home key?
Posted by Philip Coveney at 12/13/2004 5:23:21 PM
Hello, I would prefer that the Home key always go to column 0, rather than toggle between the first non-whitespace character on the line and column 0. I know how to change key bindings, but I cannot find a command that puts the cursor in column 0. I don't know what Edit.First is suppos...more >>



Query Builder Annoyance
Posted by mdjhome at 12/13/2004 3:37:02 PM
Greetings, When I use the SQLDataAdapter Wizard (Toolbox), upon selecting my table to use to build the dataadapter, the SQL alreays reads the following SELECT INTO FROM tableIChoose Any idea why it is putting this INTO in there? It used to not do this, but now it does. What's the...more >>

Missing Properties menu
Posted by Chris at 12/13/2004 11:53:34 AM
Hi There, I am wondering if anyone has similiar problems and know the solution to it. I created a vb net project ( such as windows application or class library ) and in the solution explorer windows, I right -click on the project name, I could not find the "Properties" menu. Even from the "Proj...more >>

build comment web pages tool returns empty html page.
Posted by Ramy Dulman at 12/13/2004 2:25:02 AM
i comment my project that is built from webservices and when i used the .NET tool - 'build comment web pages...' it gave me an html page with a link with my project name and it led to an empty html page. in the bottom right corner it has a 'no entrance' icon and it wrote 'Resricted sites', i ...more >>

XML Schema designer hangs up
Posted by RLoski at 12/11/2004 8:21:02 AM
I am using VS 2003. I have a project that only contains XML Schemas. I have begun linking the pages using import. Things were working fine all morning. All of a sudden I try to add a complex type and the ide locks up completely. Won't let me exit or anything. I have tried different n...more >>

SP2 intereferes with display of CodeCommentReports?
Posted by Philip Coveney at 12/10/2004 6:48:53 PM
Hello, Recently I installed XP SP2 on my development machine. Since that time, I have not been able to view CodeCommentReports for any solution. I would like some help resolving this problem. When I click Tool | Build COmment Web Pages, all the HTM files get correctly generated...more >>

Editor Environment Setting
Posted by SongSmith at 12/10/2004 5:17:02 PM
I can't seem to find anywhere I can set the text editor fonts and colors. ...more >>

Setting the Link Order of Libraries
Posted by cps at 12/10/2004 1:57:03 PM
Hi, I'm writing a .dll in VS.NET 2003. I've got a problem getting the .dll to link. The answer appears to lie in the order that the libraries link: > The fix is very simple, just do the following. > > - Select BUILD|SETTINGS > - In the left hand pane highlight WIN32 Debug > - Go to th...more >>

References to common relative path
Posted by Edward Diener at 12/10/2004 9:02:59 AM
On .NET projects I am sharing with others we have decided to put our local assemblies and executables in a common relative path to our project files while testing. In order for this to work, sharing the project files on machines with different absolute directory setups, we need to set some of ...more >>

XML Documentation File
Posted by Edward Diener at 12/10/2004 7:14:53 AM
I specify. for my XML documentation setting under project properties, a path that is relative to my project directory, such as "doc/myxml.xml". When I build the project, the IDE does generate the xml documentation file there. It also generates the same xml documentation file in my output direc...more >>

Sometimes can not open forms
Posted by Bob at 12/10/2004 3:35:05 AM
Sometimes when I open a solution/project some of the form icons show as a code only icon and I can not open the forms in design view. What causes this and how do I correct it?...more >>

asp-style document outline for .inc files
Posted by Agoston Bejo at 12/9/2004 10:10:04 AM
Hi! Recently I managed to get Visual Studio to syntax-highlight my .inc files as if they were .asp files. To my surprise, for this I had to tweak with registry values. Now syntax highlighting is all right, but the Document Outline window shows nothing as in the case of e.g. text files. Does any...more >>

[Q] Keyboard shortcut for Open Document???
Posted by Rune Winsevik at 12/8/2004 2:05:38 PM
If I place the mouse pointer over the file name in a line like this... #include "phstream.h" ....and pressing the right mouse button, I get a menu item called: [Open Document "phstream.h"] Is there some way to create a keyboard shortcut for this? -Rune...more >>


DevelopmentNow Blog