| Thread | Last Post | Replies |
|
| Newbie user: my ide crashes upon start | 30 Apr 2004 18:19 GMT | 3 |
I just bought VS.NET (academic). Whenever I type a simple: "#include <iostream>" in the IDE, then hit <return>, my entire computer reboots. Any ideas why? This make the product slightly difficult to use.
(I have p4 2.6, ram 768, WinXPPro SD1
|
| Auto indent? | 30 Apr 2004 17:51 GMT | 2 |
Hello group Is there an 'auto indent' for opening and closing braces? If there is, how do I set the spaces to indent TIA Ray K
|
| Web Form Design View and HTML out of sync | 30 Apr 2004 07:06 GMT | 1 |
There has to be some way to get the design view and html to be synchronized. Can someone please point me in the right direction. It's just sooooo annoying to click on a control in design view and then click html view and the cursor not be at the controls code but
|
| Iterating projects with Enterprise Templates | 29 Apr 2004 23:29 GMT | 1 |
I'm trying to iterate and retrieve all C# and VB projects in a solution. The solution has enterprise template projects, so I need to know the constant to use to compare with teh Project.Kind property, or something like that. Any help is much appretiated, thanks!
|
| Where is WebSettings path stored? | 29 Apr 2004 18:44 GMT | 4 |
I have looked in .csproj and in .sln file and cannot locate where the Project/Web Settings/Path is stored. Also looked in csproj.webinfo file and cannot find it. I have run out of places to look. Please help.
|
| Suddenly vs.net will not create new projects | 28 Apr 2004 18:10 GMT | 1 |
Suddenly, after many months of problem free usage of vs.net 2003 ( version 7.1.3088), when I open the IDE, select "new project", select folder, assign name ("testcode"), and then click "OK"... I get a dialog box with the following error message: "The folder 'testcode' isn't ...
|
| Using DW with VS.NET | 28 Apr 2004 04:10 GMT | 1 |
I'm doing most of my .net work with DreamWeaver, but would like to start using VS.NET more (but not exclusively). I've developed some pages (namely user controls) as single-files...in otherwords, I'm not using code-behind.
|
| Lost my design view? | 27 Apr 2004 15:09 GMT | 1 |
Don't know what I did, but for this one particular project I can't activate 'View->Designer'. I had the form an toolbox when I started the project yesterday, but today the form and toolbox(toolbox is there but 'empty') are gone I've tried other projects and they're OK. But ...
|
| compiling dependencies | 27 Apr 2004 01:37 GMT | 2 |
Regarding VS.NET 2003 I have a solution with two projects in it. One is a C# class library, and the other is a C# win forms app. The winforms app has the class library as a dependency. Compiling the whole solution fails, because the IDE complains that it cannot 'copy the output ...
|
| CPU usage | 27 Apr 2004 01:36 GMT | 2 |
I`m running Visual Studio 2003 Enterprise Edition on a dual Intel Xeon 2,4 GHz, RAID 0 SCSI system. As you know Xeon procesors have hyperthreading I am puzzled by the fact that VS is using only 25% of the total CPU power, that is one of the four virtual procesors (half of one real ...
|
| Customize Event Handler Names | 26 Apr 2004 23:05 GMT | 1 |
Does anyone know where in the system settings I could go to change the name of the events that get wired up automatically by VS.NET 2003? For example, in C#, use any method to auto-create an event handler (dbl click a button, use the tab trick when manually wiring up events), and ...
|
| IDE expression evaluation bug? | 26 Apr 2004 16:50 GMT | 1 |
I have the following code: Const d As Date = #4/8/2004 11:00:00 AM# Dim diff As Double diff = d.Date.AddDays(1).Subtract(d).TotalSeconds
|
| Task List | 26 Apr 2004 16:16 GMT | 1 |
As I'm debugging my application, I get compilation error, but quite often, Task List doesn't expand. I end up with having close VS .NET and start it again. If it's like once or twice a day, I can live with it, but this happens a few times an hour. Does anyone know how to get around ...
|
| Sorting Files in Solution Explorer | 25 Apr 2004 14:30 GMT | 4 |
How can one sort the files in the solution explorer by name? VC++ 6.0 did this automatically, but VS7.1 keeps them in the order added.
|
| args debug parameter | 25 Apr 2004 12:42 GMT | 1 |
i used vc6 ide and now i move to .net i want to debug my project with command line argument (args) in visual studio i was open the settings and put my argument where in .net i put the same argument?
|