| Thread | Last Post | Replies |
|
| How stable is VS 2005 Pro | 30 Mar 2007 22:01 GMT | 4 |
I downloaded the trial version of VS 2005 Pro and it locks up when I run the applications through the IDE, these are the starter kits that came with, also when run a ASP.Net site which is just a simple page a second time the web browser does not start. I also installed the SP for ...
|
| Using Envirnoment Variable to Add Existing FIle | 30 Mar 2007 08:12 GMT | 2 |
I have an Envirnoment Variable set, eg: SOMESDK_DIR to C:\somesdk ie. <In COMMAND Window> c:\SET SOME_DIR c:\somesdk
|
| VS2005 TS sp1, How to install? | 30 Mar 2007 00:31 GMT | 1 |
I am having bad experiences with the installation of the sp1. It seems MS is producing software with very poor quality. VS2005 is a big programm wich MS cannot handle because it is too big, without modularization for such a setup. VS2005 is very slow in comparation with VS2003. I ...
|
| Where's the list of overrides gone? | 30 Mar 2007 00:27 GMT | 3 |
In VS 2003, when you were editing a class, the drop down control at the top right showed all the methods you'd already implemented in bold but it also listed all the optional overrides that you haven't yet implemented. To implement one, you just clicked on it and you got the ...
|
| Naming the PDB symbols file to include DLL version | 29 Mar 2007 21:07 GMT | 1 |
I have a project that builds a DLL. The normal PDB file is named "projectname".pdb. Is there an easy way to include the file version from the DLL in the PDB file name? Example: DLL file version is 4.1.0.5 and PDB file is "projectname"_4_1_0_5.pdb.
|
| using show method for Tab control | 29 Mar 2007 19:56 GMT | 3 |
I want to change the Tab pages using button click. On button click, I wish to change to another tab page. for ex from Tab page 1 to Tab page 2. I tried using show() method. However, it does not work. Please help???????
|
| Vista / VS 2003 compatibility? | 29 Mar 2007 18:56 GMT | 4 |
I've heard that VS 2003 won't run on Vista... is that true? If so, is there a timeline for correcting this? -mdb
|
| VS2005 Evaluation - unable to create new solutions?? | 29 Mar 2007 08:48 GMT | 1 |
I already had SQL Server 2005 installed which installs VS 2005 with no visual basic functionality. I already had VS 2003 installed and everything is working fine. Yesterday I downloaded and installed the 90 day evaluation of VS 2005. This
|
| problem with debug | 29 Mar 2007 06:36 GMT | 1 |
hello, I have a visual basic project that call's to a COM+ (maked in C+ +). For both project's I'm working with visual studio 2005. I want to debug both's project's at the same time, first begin to debug de vb and when call's to the COM+ debug in the c++ project.
|
| How do I add a slider control to my form? | 28 Mar 2007 23:30 GMT | 4 |
Using MS Visual Studio .Net 2003 (visual C# .Net) I want to add a slider control to my C# windows form but I don't see it in the toolbox. How do I add it?
|
| Compiled project doesn't seem to change | 28 Mar 2007 23:06 GMT | 1 |
I am developing a custom component in Visual Studio 2005 and all of the component source is contained in a specific folder. I created a new Windows Application solution to test the custom component and added the project containing the custom component to the tester project.
|
| Duplicate a Project to Continue Development | 28 Mar 2007 19:56 GMT | 1 |
I am doing some development on Visual Studio/ Visual Basic 2005. I am using the standard file system for my files, not SourceSafe. I want to use the code I just developed as the base for my next project. How can I duplicate my current project into a new project under a ...
|
| TFS Work Items in Sharepoint | 28 Mar 2007 18:04 GMT | 2 |
Is there a way to allow our users to enter bugs (work items) through our TFS sharepoint site and track those work items in TFS? It seems like an obvious extension but I can't seem to figure out how it should work? Any help would be greatly appreciated.
|
| Default Development Environment | 28 Mar 2007 13:14 GMT | 1 |
I have been happily developing in VS.Net 2003 until today - somehow, I have completely screwed up my development environment and don't know how to get it all back. The projects are fine, but the tool bars and project windows are completely
|
| Setup Projects Group Policy Custom Actions? | 28 Mar 2007 12:41 GMT | 1 |
I have created a setup project that has a custom action, this works fine when I run the installer manually. However i would like to deploy via group policy, I have found that while the files for the application are put into the correct places the custom action is not run. Anybody ...
|