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
0answers
3 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
9 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
3 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 ...
-6
votes
0answers
32 views

Google Maps not displaying using C#

I'm making a C# windows application in Visual Studio 2005,in which I want to display a Google map as output. For this purpose, I have downloaded Gmap.NET(Version 1.6) from http://www.codeplex.com/ ...
0
votes
1answer
12 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 ...
-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 ...
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
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
28 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
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 ...
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 ...
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
18 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" .... ...
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
2answers
25 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 ...
-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 ...
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 ...
3
votes
2answers
105 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
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?
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 ...
3
votes
1answer
54 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
18 views

Motorola MC1000 length of barcode read and beep

I have a program in VStudio 2005 for motorola mc1000 data collector that runs on Windows CE. I want to show an error when the reading barcode length is different than expected, I try the following ...
-6
votes
1answer
86 views

Check the Current User is authenticated against Active Directory? [closed]

Uses: WinForms; .NET Framework 2.0; I want to check if the Currently logged-in user is authenticated against Active Directory? I'm not going to pass user's password, its basically input the ...
-1
votes
0answers
24 views

MT2070 Audio and Vibration

In a customized application developed with EMDK for .NET 2.7 on MT2070 (Firmware 1.49), playing two audio or vibrating is not steady - it means Interval between Audio A and Audio B is sometimes too ...
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
29 views

Visual C++ project dependencies with multiple build configurations

I have a VC++ 2005 solution with two library projects A & B (which emit A.lib & B.lib), and an application project. The application has two build configurations release_A & release_B, ...
0
votes
2answers
52 views

In Visual Studio is there a way to set a breakpoint in some function called via GetModuleHandle + GetProcAddress?

When using the following code, it seems that even if I linked TheFST.dll with debug information (/DEBUG), I am unable to stop in a breakpoint in the function setSecurityRetriever. Is there a reason ...
0
votes
0answers
49 views

Dev express Grid : Master-Detail with IIS 7

Forgive me as i am totally new in Dev express. I have created a web application in VS2005 (Framework 2.0) with Devexpress 7.3 version. Then I have Added Dev express Grid Master Detail with Tabs in ...
0
votes
0answers
54 views

CreateProcessAsUser fail,use GetLastError() to get the error code is 1314

I use win7 os and the develop environment is vs2005. The situation is I want to create the process as current account's priviledge.(such as: in the normal account ,right click the program choice "run ...
0
votes
3answers
44 views

Visual Studio 2005 VS Visual Studio Express 2012

I already have the Pro version of Visual Studio 2005. (Using only VB.NET, day and night, to write only WindowsForms exe programs for the past 8 years. 100,000s lines of code.) I now have a need to ...
1
vote
1answer
99 views

TransactionScope rollback with Visual Basic.net and SQL Server 2008

I'm learning how to use transactionScope with Visual Basic.net in Visual Studio 2008 and I'm trying to make and easy query updating some data and the launching an exception, but the transactionScope ...
1
vote
0answers
19 views

Query time of ms access on network

A ms access 2000 mdb file is hosted on a network drive. Inside this mdb, tbl_History table has 42,223 records. Every month, new 2,400 records are stored on this table. A customized application ...
0
votes
0answers
8 views

MVP + VSS VS2005

In search of a better and correct answer I am posting my question here. If anyone can clear my doubt it will be helpful. This doubt is related to VSS and Development environment. For my new project ...
0
votes
1answer
56 views

Matrix report - Page breaks for each column group

I'm using VS2005 to create my reports. I have a matrix report that works beatifully. I have country going down on the left hand side (row group called "matrix1_country_name") and data going across ...
1
vote
1answer
32 views

Formatting subtotals in a matrix report

So I have a matrix report where the formatting from my data cells is not inherited by the subtotals. I read this article ...
0
votes
0answers
23 views

Editing office (microsoft and maybe openoffice) files in a aspx page

We have an asp.net project that has some integration with Microsoft Office. We've been asked to make an aspx page that allows the user to edit an office file (.doc). It could be from Microsoft Office ...
0
votes
1answer
53 views

Managed C++ Wrapper - How to to expose the Method with pointers as arguments?

I am writing a managed c++ wrapper. It has a method with arguments as pointers. How to expose this type of method? Eg: void Test(float* salary);
0
votes
1answer
21 views

Using PrintQueue Class in Visual Studio 2005

I want to use the PrintQueue Class to Manage the printers and print jobs. I am having Visual Studio 2005, but PrintQueue is not supported in vs2005. Is there any way to use this class in vc2005?
0
votes
1answer
204 views

No symbols are loaded for any call stack frame. The source code cannot be displayed

please can anybody help me? I'm suffering - every time I debug my c++ (opencv) code, I have an exception and then the following msg: No symbols are loaded for any call stack frame. The source code ...
2
votes
1answer
154 views

Filter WinForms DataGridView by date range

I would like to filter my DataGridView by a date range which is listed below. I have a ListBox with 2 items with start and end date. Start date on top, end date below in listbox. ListBox ...
0
votes
1answer
52 views

opencv visual studio 2005 exception (windows 7 32 bit)

please can anybody help me please I'm suffering every time i debug my project i have this exception and i cant solve it please help what is causing this exception and how can i solve it. this my code: ...

1 2 3 4 5 56