visual

SVsBuildManagerAccessor fails when Publishing in VS2010

Something is wrong with my VS 2010, i can't publish any project, i get an error: Get service of SVsBuildManagerAccessor fails ...

Java app able to load library but can't find function (visual c++ name mangling?)

This is my first time using JNI. I need to call a third-party Visual C++ library from a Java program, so I wrote a wrapper in Visual C++. The library loads fine, but when I try to call a function from my wrapper library, I get the dreaded UnsatisfiedLinkError. My wrapper includes the .h file created by javah, and has the following in ...

Breakpoint is not getting hit unless i rebuild the project

HI All , Its all working fine , but from today only my breakpoints are not hitting when i do attach w3p. If i rebuild the project its hitting the break point , from there it won't hit again. I have to do a build again to do that. Can you please tell what is the issue with this. I am doing debug/ Attatch to process and attaching the ...

I need really basic visual studios 08 help..

Im making a really basic website with only 4 pages in visual studios 08. Using the ASP.NET web application template I have created a master page and 4 associated content pages. I added a tree view to the master page to navigate between them. Could someone please explain the Contentplaceholder, how is it typically used? How do I move it? ...

DevEnv Vs2008 crashing on exit when output window is undocked?

VS2008 SP1 I have a bunch of windows (output, call browser, error list, Find Results 1) docked in the lower pane of VS. If I simply undock those windows, then go to File->Exit, VS crashes with "microsoft visual studio has encountered a problem and needs to close" I attach a debugger, it takes me to line 75 of atlcomcli.h "if (*pp)" ...

How to keep alive a program in C++?

I'm using Visual C++ 2010 Express and I just started learning C++. So when I want to run this code: #include <iostream> using namespace std; int main(){ cout << "Hello World! "; return 0; } It works, but the program exits immediately after I started it, how should I keep the program alive? ...

Managing Code Assets

Dear Stackoverflow, I have written quite a bit of code of the past few years. I've been using the Visual Studio Development Environment for my C# code, but I wouldn't call myself an advanced user of Visual Studio. I can create projects, create source code, and build/debug the project. I don't use many of the advanced features of the ...