| Thread | Last Post | Replies |
|
| How to get the 2005 IDE to auto-generate the template code for an Overrideable method? | 30 Apr 2007 05:47 GMT | 1 |
I want to override an overridable method in some base class from my class. It works fine if I manually code the method (as one would expect), but I want the IDE to auto-generate the template code for me so I don't have to type all of it in. I'm sure this is possible.
|
| Building solution from the command line | 29 Apr 2007 14:15 GMT | 1 |
I'm trying to build a solution form the command line. The command I'm currently using is: "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" pciw.sln /Build Debug /out compile.txt; type compile.txt
|
| move/select by word broken for .SQL files in text editor | 25 Apr 2007 21:40 GMT | 1 |
In VS 2003, if I edit a .SQL file, then using the arrow keys to move back and forth by words, or using control-click to select a word, doesn't work in comments and quoted strings. It selects the entire string or the entire comment line. This forces one to do most of one's ...
|
| Web Deploy Project - Could not load type '$rootnamespace$.$classna | 25 Apr 2007 16:50 GMT | 3 |
When trying to build a web deployment project for my ASP .Net project I get these ambiguous errors. Any idea what might be wrong? I'm not sure what to even start looking at. Everything builds correctly. (Not sure if this is correct forum)
|
| VS takes several minutes to rename controls | 25 Apr 2007 14:42 GMT | 1 |
When I create complex forms with many controls in either VB or C# using VS 2005, it can take several minutes to rename a control, ie. Label234 to LabelEnablePrompt. This occurs both in debug and release mode and regardless of if the project was recently saved. This has occurred ...
|
| Parallel Installation of VST 2005 (no SP1) on Notebook and Worksta | 25 Apr 2007 14:10 GMT | 8 |
I have installed VST on my notebook and my workstation. When ever I start e.g. on Notebook the VST, close it and afterwards on workstation, then this startup display and delay occurs. Example:
|
| Visual Studio Hanging | 24 Apr 2007 20:16 GMT | 3 |
I have been using Visual Studio 2005 for a while with no problems. Today it froze and I had to restart. Since then I have not been able to launch VS. Looking at the Error Logs in the Event Viewer, these are the related errors I see:
|
| _UNICODE not set??? | 22 Apr 2007 13:46 GMT | 1 |
I'm compiling a program in C++ with VS2005 SP1. It seems that one of the project properties isn't being handled correctly. In the project properties under General I have "Character Set" set to "Use Unicode Character Set".
|
| After a successful build my project is still not "up-to-date" | 22 Apr 2007 05:27 GMT | 3 |
I have a project in VS2003 that never gets "up-to-date". It always runs the linker and always issues an out-of-date want to rebuild warning when I execute the project from the IDE. Is there some way I can get the IDE to tell me what it thinks is out of date? This is the only ...
|
| turn on grid | 20 Apr 2007 20:59 GMT | 1 |
How is the form grid turned on in VS2005 when in design mode? No grid is viewable on the form in design mode (like I see in computer training books for VS2003). But the following is set to True: Tools/Options/Windows Forms
|
| shift-tab stopped working | 20 Apr 2007 18:20 GMT | 2 |
VS05 2.0.50727-7600 For no reason I can discern, the shift-tab functionality to backwards-tab blocks of text no longer works. The shift key works. The tab key works. Blocks of text can be
|
| Ambiiguous in Namespace PROBLEM... | 20 Apr 2007 15:35 GMT | 1 |
Problem... I have a project ... winform During Compilation ... I 'accidently' tried to drop a control onto a form during compilation.
|
| Events button on properties window | 18 Apr 2007 14:59 GMT | 1 |
I've been using for some time Visual Studio for Windows Forms, using C#, now due to customer requirement I have to do something with Visual Basic (modify some code). What is my surprise when I cannot find the 'events' button on properties
|
| maximum projects in solutions | 18 Apr 2007 01:03 GMT | 6 |
is there any limit for projects per solutions? Is there any advice for maximum number of projects? best regards volkhard
|
| How do I create an ImageCollection | 17 Apr 2007 16:02 GMT | 2 |
In the resource editor when I select Images all RMB items are greyed out. When I click Add Resource dropdown there is a "New Image" item but it's sub-menu is empty. What am I missing?
|