visual-studio-2008-sp1

Is there a “back” button/hotkey for navigation in Visual Studio 2008?

倾然丶 夕夏残阳落幕 提交于 2020-01-02 01:03:49
问题 I jumped to a line in a code file in Visual Studio using "Go to definition". I am now lost in the file and I want to go back to the line I was at before. How do I do it? 回答1: You can hit Ctrl - (Ctrl and the minus sign) I believe. Also, Ctrl Shift minus navigates forward. Depending on your mouse software, you should be able to map those keyboard shortcuts to your mouse's back/forward buttons. You can typically do this with gaming mice, and there's probably third-party gaming software that

The Symbol file MyFile.pdb does not match the module

删除回忆录丶 提交于 2019-12-24 02:58:05
问题 I've searched on this issue, and found many flavors and ideas but no real solutions. So, donning my asbestos suit and hoping for the best, I'm going to dare ask it again. I have managed C# code that calls managed C++ code, which in turn calls unmanaged C++ code. The unmanaged C++ code is throwing an exception, and I'd like to be able to debug through it. However, when I try to (explicitly, via the Call Stack) load the symbols, I get the dreaded "The symbol file MyFile.pdb does not match the

VS2008 jQuery Intellisense not working - (jquery-1.4.1.js)

本秂侑毒 提交于 2019-12-24 02:22:12
问题 I have searched on google, followed scottguthrie's article & also here on SO for a solution but to no avail. My environment consists of VS2008 SP1, including hotfix for JQuery intellisense. I have downloaded 'jquery-1.4.1.js' & also 'jquery-1.4.1-vsdoc.js' from the jquery website. Referenced it in an 'HTM' file like this: <script src="Js/jquery-1.4.1.js" type="text/javascript"></script> and when i write code like below, there is no intellisense. <script type="text/javascript"> $ </script> Any

LINK : fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-1_45.lib'

无人久伴 提交于 2019-12-23 18:34:20
问题 I am getting this error when i tried to build/compile the code is VS2008 C++. the weird thing is i installed boost 1.46.1 but i get this error for boost 1.45. LINK : fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-1_45.lib' i tried looking on different sources. But unfortunately unable to solve it yet. although i included all the paths for libraries and include files. Please any guidence in this regard will be highly appreciated. Many Thanks. Muhammad 回答1: This is nothing to do

C++ Project compiles as static lib, fails (linker error) as dynamic lib. why?

こ雲淡風輕ζ 提交于 2019-12-23 09:29:12
问题 I've a VS2008 native C++ project, that I wish to compile as a DLL. It only references one external library (log4cplus.lib), and uses its functions. (also uses log4cplus's .h files , naturally). When I try to compile my project as a static library, it succeeeds. When I try as DLL, it fails : 1>MessageWriter.obj : error LNK2019: unresolved external symbol "public: static class log4cplus::Logger __cdecl log4cplus::Logger::getInstance(class std::basic_string<wchar_t,struct std::char_traits<wchar

Cannot step into .NET framework source with VS2008 SP1

孤者浪人 提交于 2019-12-20 09:19:13
问题 Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I've played around with checkboxes to no end; I've re-deleted the Symbol cache folder a dozen times; and I've tried all kinds of debug symbol servers. All it does is download some .PDB files, but when I try to select a stack frame in .NET, I always get the message about no source available and "do you want to view disassembly". What gives? Added: Web application; Windows Vista Business x32; .NET 3.5 SP1. 回答1: I

ClickOnce application skips asking for an update (or fail launch if skip is selected)

邮差的信 提交于 2019-12-18 01:58:54
问题 I updated my ClickOnce application and then when the user runs they are asked if they want to install the new version. I am working in a highly controlled environment. When an update is available it has to be installed (backwards compatibility with the database is not ensured with old versions). Another option is to fail the run if skip is pressed (that works fine too). I need some way to stop them from running an old version of the application. 回答1: This article answers your question. I'm

ClickOnce application skips asking for an update (or fail launch if skip is selected)

ⅰ亾dé卋堺 提交于 2019-12-18 01:57:29
问题 I updated my ClickOnce application and then when the user runs they are asked if they want to install the new version. I am working in a highly controlled environment. When an update is available it has to be installed (backwards compatibility with the database is not ensured with old versions). Another option is to fail the run if skip is pressed (that works fine too). I need some way to stop them from running an old version of the application. 回答1: This article answers your question. I'm

Web site reports xxx does not exist in current context after upgrade to VS2008 Sp1

喜欢而已 提交于 2019-12-13 03:39:56
问题 I just upgraded to VS2008 Sp1, and I have a weird issue going on. I get a lot of errors from my code behind pages indicating that a control doesn't exist in the current context and I am also getting an errors that the pages do not have methods. It seems like ide is trying to compile the c# code without compiling the aspx code. The site runs fine via both IIS and Visual Web Developer, and in fact when I open up the code behind page, all the errors go away. Anyone have any idea why VS2008 SP1

How to edit default templates for database objects using VSTS 2008 Database Edition GDR Version

大憨熊 提交于 2019-12-12 18:23:21
问题 I'm giving Visual Studio Team System 2008 Database Edition (GDR Version) a go on a new project I'm working on and have come up against a slightly annoying problem that I am hoping someone knows how to resolve. In a nutshell, I would like to alter the default templates used to generate database objects, particularly stored procedures. In the past, using SSMS, I have simply created my own templates which contain the formatting, default number of parameters, etc, that I would generally like to