visual-studio-2005

Import Makefile settings to VS2005 IDE

Hi, I'm a newbie in this vast world of programming. I've been given some codes in C which are compiled & linked using makefile. I can compile the code using nmake from VS2005. Now i want to build the program in C++ VS2005 IDE. From a quick google search, there seems to be no automated functions in importing makefile settings to VS IDE. ...

Convert web site to a web application project.

Hallo, I converted a web site to a web application project (visual Studio 2005) but now files doesn't find my classes (.vb)! Into the web site are classes automatically into App_code folder. After conversion don't exist App_code folder but only Old_App_Code folder. I tried to copy my old .vb classes into the root folder but without res...

SOAP call with query on result (SSRS, Sharepoint)

Hi! I created a report in VS using a shared data source which is connected to a sharepoint list. In the report I created a dataset with a SOAP call to the data source so I get the result from the sharepoint list in a table. this is the soap call <Query> <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems&lt;/SoapActi...

CA2W gave me a "'AtlThrowLastWin32': identifier not found" error

I got a strange compilation error when I followed the MSDN document to use CA2W to convert big5 strings to unicode strings in Visual Studio 2005. This is the code I wrote: #include <string> #include <atldef.h> #include <atlconv.h> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { string chineseInBig5 = "\xA4\xA4\xA4\x...

HP iPAQ 514 Development with Visual Studio 2005

Hello! I can't connect Visual Studio 2005 to HP iPAQ 514. It was a gift to renew my MSDN Subscription. I can connect prefectly with Active Sync. I use Windows XP SP3. How can I connect to device with Visual Studio 2005? It said that I need a development certificate. Thank you! ...

Change Default Starting Domain For .NET Website Project

I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localhost. Now I would like to have my project use the fiddler.local.com instead of localhost when I run my project. Is there a way to do this? i.e. http://fiddle...

Visual Studio 2005 Code Definition Window Stopped Working

It was working fine, now it's stopped. I select a symbol in my C code and the Code Definition Window stubbonly asserts that "no definition selected". Also if I select "Go to definition" for a function then VS says "The symbol '' is not defined event though it is. The code compiles fine by the way. Is there a known issue here? Regards ...

Is There a Visual Studio 2005 ASP.NET debug and release build

Is there a "debug" and "release" build in VS 2005? If so, how do I switch between the two? ...

nunit automatic test generator vs2005

Is there a good free plugin for generating a template for Nunit test for visual studio 2005? ...

What is CString::StringTraits? What is it for? There seems to be no documentation

Using Visual Studio 2005 As per the title; MSDN and google can't tell me, I'm hoping it'll let me know if the contained string contains Unicode characters or not - but that's a different problem! ...

displaying parameters

When deploying my report the paramter selection at the top is automatically hidden, you have to click the double down arrows to display them. Is there a way to set it so that these are automatically shown? ...

How does visual studio know which cpp files to rebuild when an include file is changed?

In some of my VS 2005 projects, when I change an include file some of the cpp files are not rebuilt, even though they have a simple #include line in them. Is this a known bug, or something strange about the projects? Is there any information about how VS works out the dependencies and can I view the files for that? btw I did try some ...

Vs 2005 remote debugging

hi, i am unable to connect to visual studio remote debugger when it is running as windows service I am getting this error "Unable to connect to the Microsoft Remote Debugging Monitor named '[email protected]' Logon failure: unknown user name or bad password" but when i run the remote debugger through startup menu it work fi...

What are the side-effects of using "invalid" attributes on an asp control?

For a <select> control, we can use the onchange attribute to run some javascript when the option value changes. Intellisense would lead me to believe that the asp:ListBox control does not hold this attribute (as you'll get underlining in visual studio telling you that this is invalid). However, this works. <asp:ListBox ID="roleList...

Setting up a build dependency without using a reference?

All: I am working on a solution where one of the projects is actually plug-in to the main exe that the solution builds. Since this one project is a plug in, it's wrong to reference the plug-in from the main exe (that assembly isn't guaranteed to be present in a deployment, it's optional). So here's my problem: If I modify code in my pl...

Help with Tic Tac Toe game in Visual Basic 2005

I'm having 2 problems with my game. 1.) Upon initialization, if I select multiplayer, the buttons are still disabled. I have to refresh to get it to work. 2.) When I'm doing single player, my AI is not working right. When the AI picks its square, it still lets me choose a square with the AI's symbol as if I'm playing a multiplayer gam...

Broken std::map visualiser in VS2005

I'm using the Intel compiler and visual studio and I can't seem to debug values that are in maps. I get a quick preview which shows the size of the map but the elements only show up as "(error)", I'll illustrate with a quick example, i've generated a map with a single entry myMapVariable[6]=1; if I mouse over I get this "myMapVariable ...

Source Safe, Exclusive Lock on Files

My Hard Drive has failed with some Files in Visual Studio 2005 not checked-in, the changes are minor, however I am unable to edit these files on another machine as source safe says it is checked out by another user. Is there any work around to 'unlock' these files so I can continue with my projects? Many Thanks ...

how to link OpenGL with VC++

Hi to all, I am developing one game where I want to add OpenGL framework with VC++ 2005 express edition. But I dont know how to add OpenGL framework with VC++. So can any one guide me for this. Please explain me in detail. Thanks in advance ...

print compilation time of each file in visual studio C++

How can i create a table to get compilation time of each c++ file in visual studio 2005 project. ...