| Thread | Last Post | Replies |
|
| The designer removes code | 06 Dec 2005 16:56 GMT | 1 |
We have a form that includes a lot of user controls. Everything works fine when we compile it and run it but if we open the form in the designer, the designer removes three of the user controls and all designer code for them. Lucky for me that we use SourceSafe.
|
| Project Template script query | 06 Dec 2005 15:41 GMT | 1 |
Still running VS'2003, I've created some Project Templates and modified the associated default.js scripts so that they add extra symbols and stuff into each new project as it's created.
|
| Express & Pro Installed on Same Machine | 06 Dec 2005 15:17 GMT | 4 |
Does anybody know if you can install an Visual Studio Express product and a Visual Studio 2005 Professional on the same machine so they can be used side by side? I develop in Visual Studio 2005 for Software Developers and am asking
|
| Multiproject Solution - can't copy assemblies -- GAC | 06 Dec 2005 12:18 GMT | 1 |
I have 15 project solution which builds a set of interrelated class libraries. Until today the assemblies were private and not strong-named. Today I converted the solution to produce and use strong-named assemblies. Unfortunately this lead to a number of "can't copy <assembly> ...
|
| Assert.Equals(obj,obj) fails with decimal parameters | 06 Dec 2005 10:45 GMT | 2 |
I've a problem with VS 2005 TS (Trial). When testing and using Assert.Equals(obj,obj) with decimal parameters, the VS desn't perform the test correctly. This code should fail:
|
| Running VS 2005 from the command line | 06 Dec 2005 09:23 GMT | 3 |
Hi; I use nant for my builds. So first, if there is a better tool than nant, please let me know. Second, nant does not support VS 2005 (yet). How can I build a solution from
|
| VS 2005: regular vs Professional vs Team Edition | 06 Dec 2005 09:10 GMT | 3 |
Hi; I presently have VS 2005 Professional (release) installed on my computer. I just got my MSDN CDs and there are two VS 2005 CDs: 1) Visual Studio 2005 - 180-day Limit on Use.
|
| Create a Today Screen Add IN for PPC using vb.net | 06 Dec 2005 06:52 GMT | 1 |
Can anyone offer some instructions/examples on how I can create a today screeen addin using vb.net.
|
| VS 2005--Not showing Data Sources when Form is showing | 06 Dec 2005 06:44 GMT | 5 |
I create a new Windows form project in VS 2005. I click on the form (Form1). I then use the menu Data-Add New Data Source. I successfully obtain a connection to my DB, and a DataSet is generated which shows up in the Solution Explorer. When I double-click on that DataSet and ...
|
| VS.NET 2005: Errors with Globals object | 06 Dec 2005 06:42 GMT | 15 |
Using Visual Studio .NET 2005 RTM, we have encountered a problem in our VS.NET add-in when storing and retrieving global variables from either a solution object or a project object (Project.Globals.VariableValue(VariableName)).
|
| retrieving data from ArrayList 2nd Node to GridView | 05 Dec 2005 17:25 GMT | 1 |
I'm trying to retrieve data from ArrayList and I would like to dump it into the GridView ---------------------------- Sample Class structure:
|
| VS 2005 and .NET 1.1 Applications | 05 Dec 2005 15:30 GMT | 3 |
Is it possible to write .NET 1.1 Applications with visual studio 2005?
|
| VS2005 -So many options! update/upgrade decisions, what to do!? | 05 Dec 2005 15:26 GMT | 3 |
Wow! I blew off all this .NET. C# and VS 2003 stuff the last few years, oh, for many obvious reasons and I'm glad I did. What spiked my interest now is my reading on the net that VS 2005 is now more friendly with the decades old C/C++ and VB developer base. I guess
|
| VC++ 6.0 environment | 05 Dec 2005 14:07 GMT | 2 |
I know that in VB you can set the environment to MDI for the compiler itself. is there a way I can do that with VC++ as well? Matt
|
| SQL Image Type to ASP.Net? | 05 Dec 2005 13:24 GMT | 4 |
I am storing PDF files in a SQL Server 2000 data field type Image. How do I display it in an ASPX? I would ideally like to have it act like a .pdf file linkage where the browsers settings take over, but if there is another way, I would be open to
|