This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.
-2
votes
1answer
29 views
accessing database from website [closed]
I am working on a web site project using c#, where I need to access the database. Can you please guide me regarding database (like is there any specific database I must use - Access, Sql, etc.) and ...
0
votes
0answers
5 views
visual studio 8 solution file dependencies not honored
We have a .sln and multiple .vcproj files created with Visual Studio 2008 SP1 that we provide in an SDK for customers to use to build our C / C++ applications. The problem is that when someone brings ...
0
votes
0answers
5 views
Visual Studio Solution Explorer Active Item Highlight Colour in Windows 8
In Visual Studio 2008 on Windows 8, how can you change the highlight colour of the active item in the Solution Explorer when it doesn't have focus? I find in Windows 8 that it's quite faint and ...
0
votes
0answers
15 views
Using log4cxx with a Qt library
Good afternoon guys,
I'm working on a project that is using a Qt library in Visual Studio 2008. In this project I am using log4cxx 0.10.0 which is working fine. However, I am unable to get it to ...
0
votes
0answers
16 views
How to develop REST server with C# on Windows Compact 7?
I want to develop the web service with C# on Windows Compact7. But it cannot use like "System.ServiceModel.Web".
How can I develop REST Web service with C# on Windows Compact7? I need to make it with ...
0
votes
0answers
24 views
visual studio says cannot open lib file even if its there : lnk1104 error
I am trying to test a boost code
#include <boost/asio.hpp>
#include <iostream>
int main( int argc, char * argv[] )
{
boost::asio::io_service io_service;
io_service.run();
...
-1
votes
0answers
21 views
BM_SETIMAGE doesn't show picture on XP
I'm trying to show a picture in a button. This is the code I'm using:
SendDlgItemMessage(hDlg, IDC_LOGIN, BM_SETIMAGE, (WPARAM)IMAGE_ICON,
(LPARAM)LoadIcon(GetModuleHandle(0), ...
0
votes
1answer
27 views
Why ToolStripItem can't handle big numbers?
I have a recursive funcion that search for folders.
private int contFiles = 0;
private List<string> GetFiles(string folder, string filter)
{
var files = new ...
0
votes
2answers
24 views
How to get XML namespace?
I tried using this code: [C#]
var textReader = new XmlTextReader(path);
if (textReader.NamespaceURI == "http://www.portalfiscal.inf.br/nfe")
{
//...
}
My XML:
<?xml version="1.0" ...
0
votes
1answer
18 views
mciSendString/winmm.dll - Playing an Audio file
I am working on a program in Visual Basic 2008, I am required to have different types of sounds with varying volumes. Hence My.Computer.Audio.Play is not a valid option.
I decided to use ...
1
vote
1answer
32 views
Compiling Qt 5, getting warning “The build will most likely fail.”
I'm following this tutorial on compiling Qt 5 on Windows, using Visual Studio 2008 as the compiler.
When running configure.bat I get a warning - The build will most likely fail.
This is the complete ...
0
votes
1answer
19 views
Where is _g_config.h in MinGW?
I'm trying to compile a C++ project with Visual Studio 2008.
The project uses
G_config.h.
Therefore, I installed MinGW 4.6.2
However, I cannot find G_config.h in MinGW.
How can I get G_config ...
0
votes
0answers
26 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 ...
2
votes
1answer
31 views
C# folderBrowserDialog is not showing Ok button on selecting My Computer
In my application, i want the folderBrowserDialog to allow selecting My Computer. But the OK button gets disabled after selecting My Computer from the dialog box.
Is there any way to enable the OK ...
0
votes
1answer
27 views
SSRS data-driven subscriptions saving pdf file on the parameter value passed
I have a SSRS 2008 R2 report, with a parameter employeeID. When we do the data driven subscription I am exporting the report into a PDF file.
The PDF is saved/generated as reportname.pdf by ...
-5
votes
0answers
23 views
Menu should change the content [closed]
I am not able write the codings for the button.
Whenever an menuitem is pressed, the form should show up the content according to the option chosen.
2
votes
1answer
24 views
Should I compile my VS2008 C++ Win32 applications statically or link them dynamically? [closed]
I'm trying to avoid the dll hell problem and users having to install redistribution packages in case they don't have the dlls.
Is it recommended that I compile my application statically?
0
votes
2answers
34 views
Appending lines to a text file on an FTP server (Visual Basic 2008)
I am making a simple hangman game as a school project, I thought it would be a good idea if players were able to submit words for other players to attempt to guess. I am required to use Visual Basic ...
0
votes
0answers
43 views
Trying to run “cout_mat.cpp”
I've recently configurated OpenCV in my machine as described in here.
I'm trying to run this simple code:
#include "opencv2/core/core.hpp"
#include <iostream>
using namespace std;
...
0
votes
1answer
30 views
Disabling Intellisense in Vs2008
Intellisense parsing brings my 12 core (24, hyperthreaded), 32GB machine to its knees every time I open a Visual Studio (2008, SP1) solution (which is quite often because VS crashes frequently) - for ...
0
votes
2answers
19 views
Windows Mobile 6.1 taking ages to deploy - is it me?
I have taken over a colleague's project and am working on a Windows Mobile 6.1 project and deploying it to a Windows Handheld Pocket PC (barcode scanner).
I have however noticed that when I do ...
0
votes
0answers
18 views
SSRS Visual Studio 2008 Report Object Layering - custom line object hidden behind Chart
I have some line objects where i base their visibility on a date. These lines are placed on top of a chart (line graph) object. The lines appear and disappear exactly as I want them to when I am in ...
0
votes
1answer
39 views
Connecting vb.net SQL Server dataset
I created a program using VB.net 2008 and SQL Server 2005. And I am using dataset to connect to SQL Server and Crystal Reports getting data from connection to database too.
But I find it difficult ...
0
votes
0answers
18 views
Error in crystal report
I am using crystal report in vb.net 2008 and getting file from database. the table name is Gaji and I am using 3 attributes which countains number but saved in string type. And I want to count the ...
-1
votes
2answers
47 views
VS2008 C++ debugger seems unable/unwilling to look inside instances of structs defined within a function. How are people debugging such code?
VS2008 C++ debugger seems unable/unwilling to look inside instances of structs defined within a function when these instances (or references to) are declared in a different scope to the one where the ...
0
votes
0answers
10 views
Lib nlopt python interface compiling
I downloaded windows version here
and run setup.py in cmd
python setup.py install
but it gives me following error:
D:\nlopt-2.3-dll>python setup.py in
stall
running install
running build
...
0
votes
1answer
20 views
Linking error while linking to Multi-threaded Debug DLL library
I am trying to link an empty project with PoDoFo library (.lib), the library is build using VS project with the Multi-threaded Debug DLL (/MDd) set.
While I am trying to link with that lib in another ...
0
votes
1answer
21 views
VS2008 JIT debugging call stack shows only system calls
I am looking at a un-handled exception via a JIT debugger of VS2008. Can anyone give me some pointer what is going on? Call stack isn't pointing anywhere in code. And pretty sure the code tries to ...
1
vote
1answer
40 views
ModalPopupExtender Error
i want to popup ModalPopupExtender in button click, but when i run my code and click on the button then ModalPopupExtender is not popup even i used all the required AjaxControlToolkit references for ...
1
vote
2answers
144 views
Installation of OpenCV 2.4.5 on Visual Studio 2008
I'm having some difficulties trying to use OpenCV with visual studio 2008 (Professional Edition). I believe I've done everything necessary to run a OpenCV sample, but it crashes due to a run-time ...
0
votes
1answer
19 views
How can I debug an InfoPath VersionUpgrade method?
I inherited an InfoPath form and need to add some more logic to the VersionUpgrade method, to convert old forms to an updated schema.
The previous caretaker had to resort to deploying the form and ...
0
votes
0answers
22 views
Why timer control makes the application very slow
The program in windows form application is working well until i use timer control where i choose the interval of it (1 ms) to get 1000 values, visually i should get these 1000 values in a period of ...
0
votes
1answer
25 views
Determining .dll dependencies in Visual Studio Express Edition C#
I have written a small program in C# in Visual Studio Express 2008. How do I determine which dll's this app requires, so that I could distribute it along with the required files?
Note:
Visual ...
0
votes
0answers
43 views
+50
From a VS2008 VSPackage, how do I get notified whenever caret position changed?
I'd like to get notified whenever the caret position changed in the active text view. The only thing EnvDTE seems to offer is the LineChanged event, which of-course does not get raised when moving the ...
2
votes
1answer
35 views
How do I turn debugging in disassembly off permanently?
Whilst debugging a console app in c# and VS2008, disassembly window appears uninvited.
I am debugging my code line by line using F11. I have break points set and it starts off well then after a ...
0
votes
0answers
13 views
error MIDL2025: syntax error : expecting a type specification near “interface”
A very odd error I am facing while trying to import an old project in Visual Basic 2008. The project is written in C# and C. There is only one .idl file in the project.
While trying to build the ...
0
votes
1answer
28 views
How to build an Excel file with login connexion
I am looking for a way to build a kind of excel application based on an single excel file, used by different kind of users which different level of authorization.
In an ideal world, The user open the ...
0
votes
1answer
59 views
How to deploy boost library?
I have used Boost library (particularly, Boost filesystem) for my project in Visual Studio C++ (9.0 version). This Boost library is installed in C drive. My project is already finished, therefore, I ...
0
votes
0answers
21 views
How to receive number to serial port in c++
I'm working on windows forms and send sequence of numbers using timer like this:
where:
static numberToserial=0;
vector<int>^ ListOfPoints;
System::Void timer_Tick(System::Object^ sender, ...
0
votes
2answers
71 views
Run Oracle Client in 32-bit mode on a 64-bit machine
I have just moved from a 32-bit Windows 7 desktop to a 64-bit Windows 7 Laptop. We have a C# program that we are developing that contains approximately 60 projects within the solution. I keep getting ...
0
votes
0answers
37 views
RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed
I have a win 32 project i am working on and the resource file were working fine till yesterday. Now when i try to open the resource file to edit, it crashes and gives me the following error:
...
0
votes
1answer
45 views
Cannot add reference to WixUIExtension.dll, WixUtilExtension.dll and WixNetFxExtension.dll from VS 2008
I am using Wix 3.7 with VS 2008 and I am trying to add a reference to few WiX dlls so that i can work with UI in my installation. however, I get the following error for each of the following files ...
0
votes
0answers
12 views
ComException HRESULT error
I'm using VS2008 for my application, and my reports are in VS2005. I am using Office 2010, Adobe Reader X and Windows XP. All external users have the same configuration (or so they say.
So I have a ...
0
votes
0answers
13 views
Socket exception unhandled error in vb.net with mysql database
I have completed my project on PC and have transferred it to a laptop. the problem is when i transfer the project it gives me an socket exception unhandled error in vb.net every time at the start, and ...
0
votes
1answer
19 views
Error while handling multiple txt files
I'm constructing a program to search all .xml inside a folder setted by user (Source folder) and copy all these files to another folder (Destination folder).
My program is able to search all XML ...
0
votes
0answers
9 views
Pidion Bip-1300 corrupted files
I'm running my application on the pocket pc, connected to the database and make a data migration. During this process my application freez. I look up, control the "ProgramStore" and it's full, but ...
0
votes
0answers
17 views
Binding Sql DataTable with Telerik Scheduler
I am assigned to work with Telerik Scheduler to display data from SQL with is retrieved using Visual C# codes. I am ready to code for the C# side but I cannot seem to understand how the Scheduler ...
-2
votes
0answers
15 views
Business Intelligence Development Studio 2008 Window scales incorrectly [closed]
The IT group at work just replaced all of our monitors with larger monitors.
After this, when I run BIDS (Business Intelligence Development Studio) 2008, the window scaling acts like an older ...
1
vote
1answer
88 views
The process cannot access the file XXX because it is being used by another process
When I run my application, I get this error on the first "using" here:
public void CreateFile(string filePath)
{
//Create File
string fileLoc = filePath;
FileStream ...
0
votes
2answers
21 views
How to close tab in CMFCTabCtrl
I have used CMFCTabCtrl in my MFC application and I have enabled the active tab close button.
m_TabControl.EnableActiveTabCloseButton();
But when I click close button, the tab is not closed. How ...

