| Thread | Last Post | Replies |
|
| Javascript Brace Matching (VS 2008 SE) | 30 Jul 2008 14:51 GMT | - |
Is there a way to turn on brace matching in Visual Studio for Javascript? It works great for C#, but I can't seem to get it to work for javascript. It would make coding web applications much easier if I could see the scope of the code I'm writing.
|
| Visual Studio 2008 Crashes editing properties | 28 Jul 2008 08:37 GMT | 7 |
I am having a problem with editing properties of controls on either html pages or master pages. When I edit the property of the control and try to type anything it crashes vs2008.
|
| Visual Studio Intellisense Shortcuts | 25 Jul 2008 19:49 GMT | 1 |
Some time back I heard of shortcuts that one could use while an Intellisense menu was active that would group the entries by methods, members, properties, and code snippets. This shortcut would allow you to quickly see all the methods instead of having to scroll a lot to
|
| Dataset Designer and Property Pages not responding | 24 Jul 2008 20:05 GMT | 2 |
Has anyone else noticed that when you are using the dataset designer gui and you right click on a column that the properties window does not catch up and display the correct column details? Anyone know of a fix?
|
| Dataset Designer and identity columns - AutoIncrement values | 24 Jul 2008 15:10 GMT | - |
Have a SQLServer2000 database with a table that has an identity column. Added this table as a datasource using the wizard, and then trying to edit it in the Data Designer. I would expect, the designer picks-up most of it's properties from the
|
| VS 2008 crash when attaching to process, Data Execution Prevention | 24 Jul 2008 02:27 GMT | 1 |
My Visual Studio 2008 running on Vista x64 cannot attach to a process anymore. When trying to attach to a process via the Gui (crash is right before the Process selection is even shown) or via a macro (Dim process As
|
| VS.Net project and memory problems | 23 Jul 2008 19:48 GMT | - |
OK... Solution: 5 projects Project1 (Main project)
|
| What is MSSharedLibKey.snk | 23 Jul 2008 14:12 GMT | - |
I have a Visual C# Solution in VS.NET 2008 and one of it's assembly is using signing. It finds the proper .snk file but when I try to compile the whole project in Release mode
|
| VS2008 not working in XP 64 | 23 Jul 2008 05:41 GMT | 5 |
VS2008 Is not working properly in XP-64, the splitters don't work, it locks up after try to size panels or docking. I'm think it's the latest updates. Anyone else having these problems.
|
| VS2008 Export Template menu item disabled | 22 Jul 2008 10:35 GMT | 2 |
I am trying to create some custom item template for SQL script but by following the MSDN steps, I first found that I did not have Export Template... under File menu. After googling a bit, I added it to the File menu but now it is disabled all the time.
|
| collapse all projects | 21 Jul 2008 20:15 GMT | 1 |
In VS05 Solution Explorer, how to collapse all projects at once ?
|
| go to definition with keyboard | 21 Jul 2008 20:12 GMT | 1 |
vs2008 c# Whats the hot key to go to definitions and whats the hot hey to get back. with the mouse would be hover over the word ,right click ,then right click select "jump to" click on previous reference.
|
| C++: auto indent changed from 2005 to 2008 | 18 Jul 2008 21:35 GMT | 2 |
in previous versions of VS it auto-indented my C++ code like this: if(cond) {
|
| visual studio macro: How to stop closing document on DocumentEvents.DocumentClosing? | 17 Jul 2008 23:34 GMT | 1 |
I'm writting a macro in Visual Studio 2008. I want to check document when I click close on a file in Visual Studio Editor, and keep the document opening if I find something. I add check code in DocumentEvents.DocumentClosing, but I don't know how
|
| VS 2005 - Only 'Build' and 'Publish' appear in Build Menu | 16 Jul 2008 02:11 GMT | 3 |
Hi. I recently moved to a new workstation. When developing Web Applications in VS 2005, the Build Menu in Visual Studio only contains the 'Build' and 'Publish' options. Normally there's also 'Clean', 'Rebuild', etc showing on this menu. I can right-click the project in the ...
|