visual-studio-2005

ATL Server Web Service on Windows Vista and VS2005

Hi There !!! Let's find someone who could help me on this problem. I have created on VS2005 under Windows Vista a new Visual C++ ATL Server Web Service Project with: Blob Cache Session Services (Memory-backed session-state service) I compiled the project sucessfully. Then, i opened IExplorer and access de URL to generate the WSDL. The W...

Creating ATL Server Web Service with VS 2005 Wizard and CLR option doesn't works on Vista/IIS7

Hi There! I created a ATL Server Web Service With Visual Studio 2005 Wizard and chanded the project settings to support CLR:oldSyntax. Generating WSDL Web Service and consuming it works fine on XP width IIS 5.1. On Vista with IIS 7, only works fine when i compile the project without CLR option. With the CLR, the WSDL isn't generated. I ...

No filenames in pdb program database.

I have a .pdb program database from a C++ application compiled in debug on Windows VS2005. I use the DIA SDK to find function names but I can't seem to retrieve the filenames for the symbols. Is there some switch I need to turn on? Does this work?! ...

Targetframework missing after conversion of VS 2005 to VS2008

I converted a project from VS2005 to VS 2008 and I am missing target framework in my preferences for project in Application tab of properties for my project. Am I missing something?. ...

Easiest way to use Vista icons in VS 2005?

I've downloaded a Vista icon from the web for a new application I'm developing. When I try to compile it in Visual Studio 2005 C++, I get an error message: error RC2176 : old DIB in res\XXXXX.ico; pass it through SDKPAINT The error message seems a little misleading, I think the "old DIB" is actually a newer format that it wasn't ex...

SSIS 2005 changing connection server for "Execute SQL Task" has no effect --

I created SSIS packages a while ago, today I need to re-point them to a different SQL server. I have a bunch of "Execute SQL Task" tasks, which need their Connection property changed to a different server. I created a new connection manager, double-clicked on each of the sql tasks, changed their Connection property to the new one, ran. ...

Ms Sitelock 1.15 and VS 2005

Hello Folks, I'm trying to implement the MS Sitelock template into one of my Active-X Controls. I've downloaded the sitelock 1.15 sdk and I'm stuck on the very first step. Including the sitelock.h header file causes a bunch of compile errors that have to do with the sal.h header file. It looks to me like sitelock.h wants to use attr...

Can I run/test/create dtsx packages outside Visual Studio?

Not too familiar with dtsx packages - can they be created/run outisde Visual Studio? Is BIDS (Business Intelligence Development Studio) just required to do all the above (in Visual Studio) or is it an independent development enviroment for dtsx packages? Please shed some light if you can (and get some eazy rep)! ...

VS2005 loading project references from GAC

I'm using VS2005 (haven't moved to 2008 because I'm still using some legacy tools) and have a question about the way project references work. If I make a project reference to a project that has been deployed to the GAC, VS will use the assembly in the GAC. This is annoying when I have older code in the GACed assembly and I am making cod...

Visual Studio PHP

I've used VS.PHP (http://www.jcxsoftware.com/vs.php) for years with great success, but I've run out of licensing on all my machines and I want to have a unified development environment for my PHP programming. Granted it's only $99 and I enjoy paying for code that helps me out, but I have too many home machines and would rather spend tha...

Building GMP library with Visual Studio?

Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using Visual Studio 2005? I tried to find information about building the library myself, but could not find anything that really helped me. I'm not very experienced with building libraries myself (I've managed to build boos...

Can't find MSVCP80.dll (side by side problem?)

Hi, when I try to start the release-version of my project from visual studio 2005 (SP1) I get the following error message: "This application has failed to start because MSVCP80.dll was not found. Re-installing the application may fix this problem" When I look at the manifest for the release version it specifies the following: <?xml v...

'align' : unrecognized extended attribute

Hi all, I was working with vc 6 and win ddk 3790.1830, now i have instsalled visual studio 2005 and win ddk 6001.18002 now when i compile my code i am getting "'align' : unrecognized extended attribute" can i know how to solve this problem. please help me its urgent with regards vinayaka karjigi ...

How to remove references that are automatically added in web.config

All aplications in Visual Studio 2005 in my machine add n references automaticlly. How do I fix that? ...

"Find All References" broken in one solution

At some point "Find All References" feature got broken for a single solution that I have. It works in all other solutions. For this one, it always returns "Search found no results" What could be the problem? ...

Visual Studio 2005 C++ Compiler slower that Visual Studio 6 Compiler?

One of our old C++ projects is still with Visual Studio 6. Once a year I try to convert it in to a higher Visual Studio Version but it's not easy because not all the code is written by us. Anyway, I finally succeeded in converting the project to VS2005 after fixing a few hundred lines of code. But compiling the projects takes a very lon...

How can one easily set up sproc parameters in a strongly-named DataSet in Visual Studio 2005?

I don't usually work with this type of data layer so I'm not familiar with all the terminology and it's difficult to search for answers. I have an XSD file in Visual Studio 2005, and I'm looking at the GUI editor. I created a table adapter by dragging a stored procedure onto the form. That stored procedure is basically a SELECT stateme...

Visual Studio Deployment Does Not Detect Dependencies and Gives Warnings Even When They are Added! Why?

Here's the Problem Warning 1 Unable to find module dependency with signature 'CRT.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E' Warning 2 Unable to find module dependency with signature 'OpenMP.1E507087_0819_45E0_FF1F_C8B3B9A1E18E' Warning 3 Unable to find module dependency with signature 'ATL.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E' ...

Create Microsoft Word document from C++ in Visual Studio 2005

Hi. We got a homework assignment to create a Microsoft Word document using Visual Studio 2005 and C++. Could anyone explain how this could be done. I was trying to do it using VSTO, but I've had no luck. All resources on the internet I could find explain how this could be done in VB or C#, but I need some C++ examples. Thanks EDIT: Acc...

User Control Does not appear in ToolBox in VS2005

When I create a user control in VS2005, it does not appear in toolbox. My project has quite huge number of User Control so the workaround to drag/drop usercontrol dll to toolbox is not a possible solution. Can any one suggest how I can get rid of this VS2005 bug. Thank you. ...