visual-studio-2003

PDB remains open after debugging (Windows 10, Visual Studio)

可紊 提交于 2020-01-09 11:54:44
问题 Our previous development systems used Windows XP and Windows 7. Debugging C++ DLLs from Visual Studio worked great. A recent move to Windows 10 has resulted in an annoying problem. We can debug once (using F5 ), but the 2nd time results in a linker error: MyProg fatal error LNK1201: error writing to program database 'MyProg.pdb' Trying to delete the .pdb manually in Explorer while Visual Studio is still open results in the error: The action can't be completed because the file is open in

Cannot find KeycodeV2.dll, or invalid keycode

左心房为你撑大大i 提交于 2020-01-04 05:25:12
问题 I have a legacy application developed in vs2003 and crystal report 9 web based and installed on windows xp and its running very fine, I want to move this application from windowsxp to window2008 server and iis7 having vs2010 and crystal report xi is installed on that machine , when i tried to open any report I am getting the following error Cannot find KeycodeV2.dll, or invalid keycode i have copy this dll in the bin folder as well as in system32 folder even i have registered this dll with

Developing for Sharepoint 2003 using Visual Studio 2008?

自古美人都是妖i 提交于 2019-12-30 09:51:09
问题 Does anyone have experience with developing for Sharepoint 2003 using Visual Studio 2008? I need to upgrade to VS2008 because of Vista issues but need to support Sharepoint 2003 webparts. The webparts are all pretty simple. Will I be able to support those webparts using VS2008? 回答1: AFAIK VS2008 only allows you to build .NET 2.0/3.0 out of the box, but... I have VS2005 projects spitting out .NET 1.1 assemblies for WSSv2/SPS2003 and .NET 2.0 for WSSv3/MOSS2007 using MSBEE and I would think

Highlight all matching strings/substrings on a datagrid from a keyword search

老子叫甜甜 提交于 2019-12-25 03:45:15
问题 Can someone help me on how to highlight the matching strings/substrings from a keyword search? For example if the user inputs "BEARING", the datagrid should display the following ADAPTER BEARING BAR AIR* BEARING * TURN BEARING BALL BEARING BRONZE I am almost finish but in this example, the whole AIRBEARING is highlighted which supposed to be, it is only the BEARING that should be highlighted only. 回答1: Create a css class and call it 'highlight': .highlight { background-color: yellow; } Then

What code changes are required to migrate C++ from VS2003 to VS2005?

浪子不回头ぞ 提交于 2019-12-24 03:04:25
问题 We are considering moving the win32 build of our cross-platform C++ application from MS Visual Studio 2003 to MS Visual Studio 2005. (Yes, very forward-looking of us ;) Should we expect to many code changes to get it compiling and working? 回答1: I've just migrated a comparatively large codebase from VS2003 to VS2008 via VS2005 and the majority of issues I found were const/non-const issues like assigning the return value of a function that returns a const char * to char *. Both VS2005 and

SQL match on letter and number arrangement without using regular expressions

邮差的信 提交于 2019-12-24 01:36:11
问题 Is it possible to write an SQL statement for MySQL which finds all rows which match a specific arrangement of letters/numbers without using REGEXP? i.e. SELECT myCol FROM myTable WHERE myCol=' {number}{number}{letter} ' Should return 12X and 34Y but not 123X or 34YY [I have asked a similar question before- ( SQL match on letter and number arrangement). The difference is that I have discovered that I cannot use regular expressions with the ADO.Net driver I am using. Whatsmore, I cannot update

How to build a solution to target 64 bit environment? [closed]

和自甴很熟 提交于 2019-12-23 10:53:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 11 years ago . Is there anyway to build a solution to target 64 bit environment in vs2003? My solution is native c++ not visual c++. Any help would be greatly appreciated. cheers, RWendi 回答1: This page on 2003's lack of 64-bit targeting seems to address your issue: http://www.toymaker.info/Games/html/64_bit.html. The first

Do I need to uninstall all higher versions of Visual Studio just to reinstall VS 2003 successfully?

泄露秘密 提交于 2019-12-23 04:26:27
问题 I have Visual Studio 2003, 2005 and 2008 installed on my machine + my OS is Windows 7. Both 2005 and 2008 are working properly except for 2003. I have a project that still needs to be compiled in VS 2003. I have setup-ed it in IIS7 and it is working fine but when opening it in VS2003 it prompts me... "Visual Studio .Net cannot create or open the application. The likeliest problem is that the required components are not installed on the local Web server. Run Visual Studio .net setup and add

the application for project is not installed

白昼怎懂夜的黑 提交于 2019-12-22 01:58:10
问题 I'm opening a solution that was apparently built on Visual Studio 2003 (not sure, I don't know anything about it) and trying to migrate to 2010. When trying to migrate I get the message: the application for project '' is not installed make sure the application for the project type (.csproj) is installed. If I open each one of the single projects of the solution they migrate fine but not the solution itself. 回答1: If your projects individually migrate fine, then create a new blank visual studio

the application for project is not installed

拜拜、爱过 提交于 2019-12-22 01:55:11
问题 I'm opening a solution that was apparently built on Visual Studio 2003 (not sure, I don't know anything about it) and trying to migrate to 2010. When trying to migrate I get the message: the application for project '' is not installed make sure the application for the project type (.csproj) is installed. If I open each one of the single projects of the solution they migrate fine but not the solution itself. 回答1: If your projects individually migrate fine, then create a new blank visual studio