| Thread | Last Post | Replies |
|
| System.Resources.MissingManifestResourceException was unhandled | 27 Oct 2006 15:48 GMT | 1 |
I created a new windows project in vb.net. On Form1 I place a button with the following code... Private Sub Button1_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs)
|
| Post build event at the Solution Level? | 27 Oct 2006 02:33 GMT | 3 |
I would really like to cause something to happen (in this case a bunch of file copies) at the Solution (not an individual project) is built. Does anyone know a method to accomplish this task in anything that resembles an automatic method. -------------------------------------------
|
| Upgrade from VS2005 Pro to VSTO? | 26 Oct 2006 22:02 GMT | 4 |
Does anyone know the thinking behind splitting VS2005 Pro and VSTO (and, aside from the new VSTO SE Beta that enables add-ins, why you don't seem to be able to add the Office functionality to Pro)? I bought Pro a couple of months ago and didn't really appreciate the
|
| Vistual Studio 2005 Professional | 26 Oct 2006 17:21 GMT | 7 |
I download (so I thought) the Net Framework 3. But I can't see it in my toolbox. Are there any components etc.?
|
| Internet Explorer 7 + Visual Studio 2005 + TreeView menu | 25 Oct 2006 22:01 GMT | 1 |
Hi, Sorry to cross-post this, but I was intending to send this to a developer discussion group instead of the other group. I'm developer with a website created with Visual Studio 2005. In the website
|
| Macros and WhiteSpace | 25 Oct 2006 16:56 GMT | 2 |
In a macro, when iterating through all the lines in a selection using the DTE object model, is there an easy way to determine if the line you're on contains only whitespace? Thanks. Jerry
|
| VS & SQL designer | 25 Oct 2006 14:19 GMT | 2 |
Now that I've been spoiled by the SQL development tools in VS 2005, I am wondering if there is a well-defined method of trapping database schema changes on the development machine from one version to the next so that the changes I make in development can be scripted over to a ...
|
| TFS in visual studio | 25 Oct 2006 12:19 GMT | 1 |
I have a TFS server and need to administer it. I have admin rights, but when I click on Team in the menu, and then settings, I don't get any settings for TFS. I can add and remove groups and I am a member of the administrators group. I have unistalled and re-installed the Team ...
|
| MSBuild generates different files than Visual Studio 2005 ? | 25 Oct 2006 04:07 GMT | 5 |
We have a 2005 solution with about 20 projects (mix of C# and C++). When we Rebuild the solution using MSBuild we are missing a few referenced project DLLs from the bin\Debug folders that are present if we Rebuild using VS2005. The project references all have Copy Local set to ...
|
| Clearing/modifying the VS MRU list | 24 Oct 2006 20:10 GMT | 6 |
My VS MRU list sometimes collects old projects that, while still in my folders, are no longer wanted in the MRU. Short of changing the names of the folders, is there a reasonable way to selectively add/delete things from the VS MRU?
|
| How to compile c# code to not be dependent on CLR | 24 Oct 2006 19:30 GMT | 1 |
How can I compile my VS2005 c# code to not be dependent on CLR to run? I want people that install my software to be able to run it without having to bother with CLR's and "Windows installers". I would like to generate a binary for lets say Windows XP.
|
| Serious problems with Intellisense in C# | 24 Oct 2006 19:24 GMT | 1 |
I'm having some severe problems with Intellisense in VS2005 Professional that are just about preventing me from developing my c# web project. When I first go into a c# source file and start to type a line of code, the statement completion will give me what appears to be a list of ...
|
| Can't add projects to solution | 24 Oct 2006 16:04 GMT | 1 |
I have 3 projects I would like to put into a solution, but I'm not able to add more than one project. I only get the error message "Project ... failed to open" when trying to add the second project. All the projects can be opened separately. Anyone knows a solution to this? Thanks.
|
| break points disabled in library project | 22 Oct 2006 03:39 GMT | 1 |
I have a C++ stl (unmanaged) project in VS 2005. There is a testing console app that I have been using with no problems with regard to debugging. I have the testing app in the same solution and it is the startup project. But when I set the startup project to be the library ...
|
| Change SourceSafe user name associated with a project? | 21 Oct 2006 17:43 GMT | 1 |
I have a project that is hooked up to SourceSafe but is using the wrong user name. As a result, when ever I check anything out through the IDE, it looks like someone else has the file. How does one change the SourceSafe user? I've tried going through File->Source Control->Change ...
|