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
9 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
12 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
34 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
19 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 ...
0
votes
1answer
17 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
29 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
31 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
13 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
41 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
11 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
24 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
12 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
47 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
34 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
28 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
38 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
51 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
13 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
23 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
22 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
17 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
44 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
17 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?
-2
votes
0answers
12 views

Visual studio 2005 [closed]

How to retrieve a single record from oracle 10g expression edition and display it in a textbox of visual studio 2005. (i.e) I have a table named "sample" with fields "Name" and "id". I want to ...
0
votes
1answer
97 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
105 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
39 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: ...
0
votes
0answers
81 views

fatal error LNK1181: cannot open input file 'XXX.lib' which is NOT a dependency

Even after rebuilding I am getting this error, but XXX.lib is not a dependency of the project in the current build configuration... it is the dependency of another configuration though. Since ...
0
votes
0answers
31 views

Contextual menu strange behaviour within a modeless dialog?

We develop in C++/CLI with VS2012. We have a modeless dialog where a contextual menu (ContextMenuStrip, right click...) is used. When we built the app with VS2005, everything was fine and the ...
-1
votes
0answers
43 views

Problems installing Microsoft Visual C + + 2005 Redistributable Package (x86)

I'm trying to install Microsoft Visual C++ 2005 Redistributable Package (x86), but the WindowsXP is not recognizing the libraries. I need to test software that accepts only libraries VStudio2005 and ...
0
votes
0answers
32 views

Windows Xp Visual studio 2005 to Windows 7 VS 2010

I got an existing project built on windoxs XP and Visual studio 2005, Now I have a machine with Windows 7 and Visual studio 2010. If i modify the project in my machine, Will it work fine on WIndows ...
1
vote
2answers
44 views

visual studio debug jump out of loop

I know about basic features of visual studio debugging. F10, F11, Shift-F11, ctrl-F10. If I am inside a for loop is there a way of stopping right after the loop is completed? Right now the way I am ...
0
votes
1answer
62 views

How to compile an old version of F# using Microsoft Visual Studio 2010?

I am trying to learn F#, and I was looking into a Suduko Solver program [Link is here] (http://www.ffconsultancy.com/dotnet/fsharp/sudoku/code/1/sudoku.fs)! The original program was developed in ...
0
votes
0answers
37 views

Visual C++ Runtime 8.0.50727.6910 Merge Module

I have a DLL built against version 8.0.50727.6910 of VC80. On the original build machine I also had the appropriate merge module for redistribution of the DLL, presumably installed by some Visual ...
0
votes
1answer
64 views

VC 2005 error “Il mismatch between 'P1' version '20060201' and 'P2' version '20050411'”

I got one error I just can't find the problem, can someone help me or explain whats wrong? Still tried to comment out the problem or search just can't find any clues it just goes with this error: ...
0
votes
1answer
35 views

SSRS Deployment Format Errors

I have built a report in Visual Studio and it works correctly and previews fine as show below:- However, when I deploy it to Report Manager the layout of my report corrupts as shown below:- Has ...
0
votes
2answers
169 views

Loading Data in dropdown list fastest

I have to load data into some dropdownlists which includes loading data into datatables through oracle stored procedures.But this make my page loading slow after each postback. Which technique I ...
2
votes
1answer
66 views

Converting VC++ 6.0 to VC++ 2005

I have converted a C++ program written for VC++ 6.0 to VC++ 2005 with Visual Studio 2005. This raises a lot of errors because VC++ 2005 is somehow more "strict" than 6.0. There are two possible ...
0
votes
1answer
14 views

Weird linking error

My application is giving me a linking error when I try to build it. Error 5 error LNK2001: unresolved external symbol "int __cdecl _AfxInitManaged(void)" (?_AfxInitManaged@@YAHXZ) mfcs80ud.lib ...
2
votes
2answers
170 views

Parse text file with XSLT

I have a plain text file structured like this: !ITEM_NAME Item value !ANOTHER_ITEM Its value ... Is it possible to get with XSLT a file similar to: <?xml version="1.0" encoding="UTF-8" ?> ...
3
votes
2answers
267 views

Using base class function pointer to access derived class member function

I am using function pointer in my project, facing problem, created a test case to show it... below code fail with below error on MSVC2005 (in simple words i want to access dervied class function ...
0
votes
0answers
61 views

how to read the data info buffer from PDF, png, gif, jpgm bmp and Doc file

all i want to write a code which read data from pdf, png, jpg, gif file. if you have any suggestion its greatly appreciable. Thank in advanced
0
votes
0answers
34 views

What method to disable auto assign sequence id in ListControl

I meet a problem, listcontrol control item which view of property is report, the first column of listcontrol is be auto assign sequence id, for now I want to assign value in it by myself, but the ...
0
votes
0answers
21 views

Dataset to class generation

I need to get a complex tree of tables into a strongly typed dataset. Since ODP.NET doesn't support dataset design in Visual Studio 2005, I wrote some code to fill a generic dataset then I used the ...
1
vote
3answers
111 views

Upgraded WinForms project from VS2005 to VS2012. Now my ReportViewer DLLs are missing

I got a copy of a Visual Studio 2005 project from a friend. The project referenced the DLLs Microsoft.ReportViewer.Common and Microsoft.ReportViewer.WinForms. On my machine I have Visual Studio 2012. ...
0
votes
1answer
21 views

RowState property not changing

I have an table edit that won't save changes. It looks like the problem is that the RowState is not changing. The foreach loop is for debugging: private void btnSave_Click(object sender, ...
0
votes
0answers
43 views

Change visual studio visual options programmatically

I want to code a zoom functionality to VisualStudio 2005 like in the 2010/2012 versions. Is it possible to change the visual studio options programmatically ? In this case the font located in : ...
0
votes
1answer
197 views

SelectedIndexChanged event of gridview fails to fire randomly

Hi I have a Gridview SelectedIndexChanged event. it fires on click of any row in that grid. But sometime (once in 10 tries) it doesnt fire. i have some code inside AgeGrid_SelectedIndexChanged which ...

1 2 3 4 5 56