Building error in visual studio 2010 - visual-studio-2010

I am working on detection of botnets and want to create IDS by analysing the traffic patterns of botnets. For running the botnet: I got Zeus source code.
When I am building Zeus botnet 2.0.8.9 source code in Visual Basic 2010 (I am a newbie to Visual Studio),following errors occur.
Errors During Building
The errors appear to be quite simple,however i am completely unaware of how to fix it.When I click on an error, it opens Microsoft.CppCommon.targets file and error is highlighted as shown in figure and i donot know what to do.
Microsoft.CommonCpp.targets
Kindly share your views for resolving the errors.

Related

Visual Studio 2019 Extension That Shows Errors inside the Code Editor

I've had to rebuild my machine lately and lost all the Visual Studio extensions I had installed.
I did have one that displayed error messages inside the code block, but for the life of me I cannot find it on the marketplace.
It does very similar things to this extension:
https://marketplace.visualstudio.com/items?itemName=AlexanderGayko.ShowInlineErrors
But the trouble with the extension above, is it writes the error over existing code, which makes it difficult to read.
Okay I've found it myself it's at the following URL
https://marketplace.visualstudio.com/items?itemName=eberthold.SteroidsVS

Visual Studio error on new project creation

Situation.
I have Web developer Express Studio 2008 installed on my system.
Until recent windows update it worked fine, but about 2 weeks ago it start giving me an error every time I attempt to create any new project. Screen shot of an error below:
Express 2008 error
I did try to do windows restore to point before update and it did not worked.
As a next step I installed Visual Studio 2010(same result) and VS 2015 same result but a bit more descriptive error. Screen show below.
VS 2015 error
But there is no clear information on Microsoft MSDN forums about this error or how to fix it.
I did try to do reset(devenv.exe\resetsettings) but so far no luck.
Any idea what is going on and how to fix this?
Right now I can not create ANY new project and some of older projects are not opening as well. There is no system of or any kind of similarity between projects which opens or not.
This is a fairly vague error as the dll in question isn't listed here and 0x8007045a is just the error code for this dll initialization error. As a next step in troubleshooting to find the issue (outside of a windows repair) I'd go ahead and run Process Monitor and watch the file system activity for Visual Studio (once you see devenv.exe show up, right click on it and include just that process.
There's a blog post with some troubleshooting steps here but really though, you need to find which library is the culprit to track down what you'll need to reinstall (likely from a system or shared library side).

VS2015 Can't build any projects

I am not sure how this came to be exactly, but as of today I can't build anything at all in Visual Studio 2015 (community edition).
Even when creating a brand new project, console, winforms, class lib makes no difference, all I get when I try to build is the infamous "The operation could not be completed" popup. I have tried disabling the visual studio hosting process in the project properties, but to no avail.
It's really frustrating since I can't actually work on any projects at all right now. It feels like this should be a well-known issue, but searching here and on google only gives vaguely similar results but I can't find anything matching fully.
Please advise if I can access an error log or something like that to give more info.

Assembly in Visual Studio 2012 - Red syntax error

I'm using Visual Studio 2012 and I've just created a platform for ASM using Irvine Tutorial at http://kipirvine.com/asm/gettingStartedVS2012/index.htm
Everything works just fine, In order to create a new project I just open an existing project of Irvine Examples and add my own assembly file (otherwise in case I create my own project I get error regarding missing EXE file).
The more complicated issue is the syntax of the Visual Studio. I'm getting a red underline under comments as you can see in the attached image.
These errors don't prevent compiling or running of the ASM program but it is really annoying to view tbe code or writing the code with these strong red syntax errors in front of the eyes.
Do you know this issue? How can I fix it? Why does it happen? Is it realted to the intellisense?
See attached image :
Thank you

Can you view Klockwork's On-The-Fly parser errors?

I'm getting an error in Klocwork's Visual Studio integration stating that
On-The-Fly analysis did not start due to XX parser errors.
Is there a way to view On-The-Fly parser errors?
The Visual Studio solution is still building successfully, so I'm guessing it's something I need to make Klocwork aware of in the normal build process.
As of Klocwork Insight 10 the Visual Studio plugin will now display any parse errors in the Visual Studio Error List window.
In the previous versions, to view the parse errors you could look through the KWVS.log file which is written by the plugin to the user's temp folder, ie. the value of %TEMP%.
In general, the Klocwork parser is a bit more strict about things like missing semi-colons, etc. than the Visual Studio compiler is.

Resources