| Thread | Last Post | Replies |
|
| Intellisense Xml Comments | 09 Mar 2008 02:07 GMT | 3 |
I have a class library dll with an xml help file. In the same solution I have a windows application which references the dll. The xml help file is in the same location and has the same filename as the dll (it was automatically generated by Visual Studio).
|
| for "Visual Basic" and "C" programming | 07 Mar 2008 12:44 GMT | 1 |
How do I build an environment for "C" "visual basic" "java script" by downloading free soft ware from the "internet"
|
| Changing the name of a control does not refactor the .es.resx reso | 07 Mar 2008 04:57 GMT | 7 |
I had a groupbox named 'groupbox1' on a System.Windows.Forms.UserControl called 'usercontrol1'. 'groupbox1' had a Text property which was stored in 'usercontrol1.resx' as 'groupbox1.text'.
|
| Web Service Bug | 05 Mar 2008 09:35 GMT | 6 |
In VS 2005, when you make an ASP. NET Web Service Project, and then rename the class from Service1 to something else (not change the file name from Service1.asmx, mind you), you will get an error when you attempt to run the service. You have to manually edit the markup of the ...
|
| How do I collapse file tree in Solution Explorer (VS2008) | 04 Mar 2008 22:03 GMT | 3 |
As my project grows in size, I am finding that the Solution Explorer file list becomes unwieldy. I think there should be a "collapse" option somewhere, just as there is for Windows, but I cannot find it. In Vista, this is a right-click on the directory, followed by "collapse" on
|
| Is there a shortcut to inserting a non-breaking space? | 03 Mar 2008 09:34 GMT | 2 |
Apologies if I have posted in the wrong forum! Hope someone can help me? I'm new to Visual Studio but not new to .NET. In my previous development IDE (Dreamweaver) you could hold CTRL + SHIFT + SPACE and it would insert a non-breaking space " " into your code.
|