Visual Studio 2005 is a previous version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

learn more… | top users | synonyms (2)

0
votes
1answer
6 views

Visual SourceSafe 6.0 Replacing Same “Unchanged” Project Daily

Using Visual SourceSafe 6.0 and Visual Studio 2005. I recently copied a project from one directory. Made changes to it to serve a different purpose. Changed the name of the project and put it in a new ...
0
votes
1answer
133 views

How to send mail with class (localhost)?

E-mail + Attachment (vCard) send. I have no Idea what I am doing wrong, searched for similar Questions for 2 days but no question/solution on Stackoverflow or Google fits my description. Because ...
0
votes
0answers
7 views

Convert report that was created in Visual Studio 2005 from Visual Studio 2008 format back to 2005

I have a report that I developed in Visual Studio 2005 that I accidentally opened up Visual Studio 2008 and it appears to have converted the report into the Visual Studio 2008 format now. When I try ...
0
votes
1answer
12 views

an added reference doesn't appear in the list of my .net project references

I have a web application developed under Visual Studio 2005. I have a dll (home made) that I need to add as a reference to my project. I do "Add reference", the dll is added to the Bin folder but It's ...
0
votes
0answers
4 views

BizTalk compiling consistently crashes Visual Studio

I'm using BizTalk 2006 R2 and Visual Studio 2005. Occasionally, when I compile my solution, the IDE hangs indefinitely. No errors, no warnings, just goes into 'Not Responding' state and I have to kill ...
0
votes
0answers
4 views

VS compiling BizTalk project cannot write to output directory

Sometimes (but not all of the time) when I compile my BizTalk project from with VS 2005, I receive the error: Could not write to output file 'e:\...\obj\Development\whatever.dll' The process cannot ...
0
votes
1answer
13 views

WINCE Installation prerequisites

I am working on wince for a device having Standard Development Kit. Now my aim is to develop applications for that.So please give me the prerequisites for installation and details about that. Please ...
2
votes
5answers
3k views

C#: Import/Export Settings into/from a File

What's the best way to import/export app internal settings into a file from within an app? I have the Settings.settings file, winform UI tied to the settings file, and I want to import/export ...
4
votes
6answers
4k views

How to suppress compiler warning for specific function in VS2005 (VB.Net)

I have a class that inherits from a base class and implements the following... Public Function CompareTo(ByVal obj As Object) As Integer Implements System.IComparable.CompareTo Now the base ...
-1
votes
0answers
19 views

ORA 12705 - Cannot access NLS data files or invalid enviorment specified

I am using an Windows XP Virtual Machine (I need to use VS2005 for devleopment purposes). I am trying to access an oracle database in VS 2005 via the Server Explorer. I am recieving this error (ORA ...
0
votes
3answers
26 views

Gridview, change visible values

I have a gridview which values from a database are bound to. There are values stored one of the cells in each row as follows: 1 2 3 4 What would the best method be to change those values not in ...
15
votes
3answers
5k views

F12 no longer works in Visual Studio

This is driving me crazy. Ever since I installed ReSharper 4, F12 no longer seems to work. If you look at the all the ReSharper short cuts in the Goto sub menu Declaration doesn't have any assigned! ...
11
votes
9answers
18k views

vcredist_x86.dll and version 8.0.50727.4053

Visual C++ 2005 I build on my system use CRT DLLs version 8.0.50727.4053. I believe it is the latest one and was automatically updated by Windows. On user systems, this version of the DLL is not ...
0
votes
2answers
26 views

\tf.exe is not a valid win32 application

Whenever i try execute TF.exe (via Windows Explorer/Command Prompt/VS2005 Command Prompt/VS2005 x64 Command Prompt) i get the error: "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe ...
0
votes
2answers
20 views

Dynamicly updating datatable columns if a new column was added to the database

The problem now is that if I alter table to add a new column to the database, clear the datatable, fill the datatable, the new column is nowhere to be found. Even if I restart the program the number ...
108
votes
6answers
14k views

Visual Studio search stops working for “Entire Solution”

Somehow Visual Studio search has stopped working for me. Any time I search "Entire Solution" for some text i get this result: Find all "[What ever i was searching for]", Subfolders, Find Results ...
6
votes
1answer
81 views

How does fstream work? Memory or file?

I'm not finding a clear answer to one aspect of the fstream object necessary to determine whether it is worth using. Does fstream store its contents in memory, or is it more like a pointer to a ...
0
votes
0answers
7 views

Unable to edit resources or create .aps file in Visual Studio 2005

I recently migrated a large-scale VS2005 solution to a new development machine running the same version of VS2005, and everything is linking and compiling without any problems. However, when I attempt ...
3
votes
2answers
2k views

Visual Studio 2010 conversion of 2005 solutions (C++ projects) loses project dependencies

I am trying to convert one rather huge VS2005 solution with many C++ projects to VS2010. After automatic conversion I can see that some of the dependencies between the projects were lost and thus my ...
-3
votes
0answers
35 views

VIM compile VS2005 project [closed]

I have a project in Visual Studio 2005, but I'd rather use Vim to edit the source files. How do I use Vim to compile a project from Visual Studio?
0
votes
0answers
36 views

C++ Interop: embedding an array in a UDT

I have an application that involves a lot of communication between managed (C#) and unmanaged (C++) code. We are using Visual Studio 2005 (!), and we use the interop assembly generated automatically ...
0
votes
1answer
31 views

run git commands in program

We developed an ide we want to implement some git functions in this ide. like in visual studio. ...
0
votes
0answers
30 views

Page Header or footer longer than a page

After browsing the crystal report at run time, i got this message Page Header or footer longer than a page so I changed the paper size from printer setup at design view. after that, I run and ...
1
vote
2answers
5k views

Program initialization failed (0xc0150002) when start a program depend on a third party dll

When I write a c++ program (such as B3DTest.exe) depend on a third party dll(such B3DViews.dll) (the vendor is small company). The program that I wrote is very simple just to test one function in the ...
1
vote
2answers
15 views

Why does my shared data source become a custom data source when deployed?

So I have a lot of SSRS reports that I am attempting to deploy with shared data sources. When I open up the data source in visual studio, "Use shared data source reference" is checked, but when I ...
3
votes
3answers
9k views

error MSB3073: copy /d “C:\LOANAPP\UX\UserControls\*.css” “C:\LOANAPP\UX\GetQuotations\ThirdPartyOperator\CSS”" exited with code 1

We get this error in a project in a web application solution which has VSS as source control. The project has a script in the pre-build event command line in the VS 2005 Project property page - Build ...
3
votes
2answers
65 views

Large Data Set for Processing, need to maintain original data set [C++]

Here's my problem definition: I have an array of seven million indices, each containing a label. So, for simplicity, here's an example array that I'm dealing with: [1 2 3 3 3 5 2 1 7]. I need to go ...
0
votes
0answers
19 views

VS ignores symbol _Debug in Resources.rc (Visual Studio bug ?)

Can anybody explain me that very strange fenomenon ? In my VS2005 Managed C++ project file (VCPROJ) is defined: <Configuration Name="Debug|Win32" .... ...
3
votes
1answer
552 views

FreeConsole behaviour on Windows 8

On Windows 8, we have an issue with FreeConsole. It seems to close the stdio handles, without shutting the file streams. This may be a Windows 8 problem, or it could be that I simply don't understand ...
0
votes
0answers
37 views

Compilation errors when changing from winsock.h to winsock2.h

I am working on a project where I have to support IPv6 addressing scheme. This requires me to replace winsock.h with winsock2.h to make IP-version independent calls. Initially, I faced redefinition ...
0
votes
0answers
93 views

Improving Catalog Management [closed]

There is a catalog management page where user enters color in comma separated format in the form,and submits the entry with some basic product description and price details etc. A new panel ...
-1
votes
0answers
18 views

Leica Zeno Connect — compatibility VS 2005 [closed]

does anybody have any experiences with developing on Leica Zeno Connect? University have bought some machines Leica Zeno 15 with a tool Leica Zeno Connect. Machines have a tool for importing data to ...
6
votes
5answers
3k views

How can drawString method be used for writing diagonal way

I am using c# 2005 i want to write string diagonally on image. But by default c# provides the option to write horizontally or vertically. how we write diagonally? Thanks
0
votes
0answers
17 views

how to see all the errors without getting “Maximum number of errors has been exceeded” in .Net

I am compiling a VB.Net project. It is giving 102 errors. One error among 102 errors is "Maximum number of errors has been exceeded". What I understand from this error is, Visual Studio is not showing ...
0
votes
0answers
15 views

how to gennerate boost examples vs2005 sln from jamfile

There are jamfiles in every boost example folder but no vc project files. I want to run these examples with vs2005 or other vc IDE. Maybe this feasure is include in boost bjam, but i didn't find it.
0
votes
2answers
24 views

RichTextBox shows wrong color when used with LoadFile() and SaveFile() repeatedly

I'm using VS2005 with VB.net on a Windows XP machine to create a WinForms executable. Seems I can successfully load text into a RichTextBox, set a color, write a line, and save it. But later in my ...
7
votes
2answers
4k views

class name and method name dropdown list is missing (visual studio setting)

Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that are usually above the code. It's just a setting but i can't seem to find it. I don't want ...
0
votes
1answer
40 views

Pop-up Window Fails to Appear in Windows 7

I have been scratching my head about this issue for a while: I use Visual Studio 2005 as my development environment, running on Windows 7 Professional. I use components from Infragistics for ...
0
votes
1answer
151 views

VS2005 to VS2010 project convertion shows “The project type is not supported by this installation”

I had a project created with VS2005. I converted the project to VS2008 and found Ok. But when i tried to convert the project to VS2010 it shows me "The project type is not supported by this ...
3
votes
2answers
108 views

How to add multiple recipients to mailitem.cc field c#

Oki, so im working on outlook .msg templates. Opening them problematically, inserting values base on whats in my db. ex. when i want to add multiple reciepients at "To" field, instead of doing as ...
0
votes
0answers
6 views

Run time error in visual c++ 2005

I had created a dynamic link library using mingw g++ compiler. i successfully linked that dynamic link library with visual c++ 2005 in debug mode as well as in release mode. successfully run the ...
0
votes
0answers
35 views

Linking error when converting project of VS2008 to VS2005

While converting the project of VS2008 to VS2005, I had manually added the files and then build the solution. Everything was successfully done, but one problem is coming. During linking its showing ...
0
votes
1answer
246 views

How to get process file name with non-elevated rights?

I want to enumerate all processes on the machine, checking if Process.MainModule.FileName matches a specific path. With non-elevated rights on Windows 7, Process.MainModule.FileName throws a access ...
4
votes
6answers
1k views

Visual Studio voice commands

you know how Iron Man was using voice commands for his IDE in the movie? Are there any Visual Studio plugins that can do that kind of thing? If not, how do you go about making them yourself?
3
votes
1answer
55 views

Using Array.FindAll method to find subarray which meets criteria

I have an application in Visual Basic.Net and need to find all elements within an array which meet a certain condition. Dim result As my_obj() = Array.FindAll(lstData, HasToBeSent) Where the ...
0
votes
0answers
21 views

Only show results from datatable where link exists in other datatable

I'm using VB.Net and Visual Studio 2005. I have two datatables - dtSales and dtProducts. They both have a field called ProductRef. I want a new datatable that has the rows from dtSales where the ...
1
vote
1answer
19 views

Where to find Remote debugger for visual studio 2005?

I want to start a Remote Debugger on Remote machine, but I didn't find any source for remote debugger installation files. Where can I find Remote debugger for visual studio 2005?
2
votes
5answers
2k views

How to create Visual studio solution from make files?

I have a source code for a project with their make files. I want to create a Visual Studio (2005) solution from it. Is there any direct way to do this? can anyone help me please. I spent hours for ...
0
votes
2answers
3k views

How do I install pthread_win32 (Windows pthread / posix thread library) for Visual Studio 2005?

Just to be clear - I have searched the depths of the internet and back for information on how to do this I'm looking for assistance setting up pthread_Win32 to work with Visual Studio 2005. I'm ...
7
votes
2answers
3k views

“There appears to be a discrepancy between the solution's source control …”

We get this error in Visual Studio 2005 and TFS very often. Can anyone help us pinpoint the cause for this message? The full message is: There appears to be a discrepancy between the solution's ...

1 2 3 4 5 56