any Idea on how to use https://sentry.io/for/c-plus-plus/ in VisualStudio C++ project? - sentry

any Idea on how to use https://sentry.io/for/c-plus-plus/ in VisualStudio C++ project ?

There are installation steps on the documentation: https://docs.sentry.io/platforms/native/
You also get a guide when you create a new project in Sentry

Related

Can't create new Prism project

I can't create a new Prism (Xamarim.Forms) project anymore 'cause I'm getting this error
Requested value 'autofac' was not found
from visual studio when I try to create the project.
I've tried with both visual studio 2017 and 2019, 'till few days ago I had no problems creating Prism projects and I have no idea of what changed.
Solved removing this key "SelectedContainer" in HKEY_CURRENT_USER\Software\Prism
Do you check if the autofac library is present inside nuget packages?
Else an alternative is does the download from nugetpackages
Install-Package Prism.Autofac.Forms -Version 7.1.0.431
or
https://www.nuget.org/packages/Prism.Autofac.Forms/

Using aspnetBoilerplate Templates in VS express

I want to use AspNetboilerplate (MVC) template to design application in VS-2015 express edition ,but unable to build the project as it gives some reference errors.
Can we use this boilerplate template in express edition or do we need any license version for this??.
Can anyone please guide me on this??
You have to install Visual Studio 15.3.X or up to be able to compile.

opencv 2.4.2 Configuration with Visual Studio 2010 issue?

Recently I decided to make a switch from OpenCV 2.1 to Opencv 2.4. I am having problems in configuring it with opencv. The details are as follows:-
Installed and extracted opencv in folder( opencv2.4).
Created a new folder "BIN" inside (opencv2.4). Used CMAKE to extract all data in BIN.
While using CMAKE I did not select QT, TBB, IPP options.
I added path to System environment i.e. C:\opencv2.4\build\x64\vc10\bin;
I used the solution in "BIN" folder and compiled first with Debug and then with Release options.
Now I started a new VS2010 project.
In project properties; C++ -> General
In project properties;Linker-> General I did
In project properties;Linker-> Input I did
I finally copied all .dll files in my debug folder.
When I run program, I am getting following error.
I dont know what wrong I am doing. Somehow I think I am not linking the library properly. Plz guide me in this regard . . .
There are extensive tutorials coming with the official OpenCV installation. They explain in great detail, with a lot of screenshots, how you configure Visual Studio with OpenCV. You can read the documentation online. I'll link the two tutorials relevant to this question:
Installation in Windows
http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html
How to build applications with OpenCV inside the Microsoft Visual Studio
http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html
You miss the opencv_legacy242.. lib. Add it and try again. Some functionality has moved to legacy in latest release
You may also try follow videos on this subject. They help a lot. Those from a reliable source of course. I know there's one on opencv.org website.

Create DSL Package in visual studio 2010

I have a DSL project for VS2005(Active Writer Customized) .I want to make it compatible with VS2010.So
I migrated the project with DslProjectsMigrationTool.exe which comes with vs2010 SDK.
Created new dsl project in vs2010 and moved my migrated codes to the new project.
Here my Dsl project is building fine.But DslPackage project is showing the following build error.
Error 48 : No Visual Studio registration attribute found in this assembly.
But some blogs relates this error to RegPkg.And i don't have any idea about RegPkg.
Any solutions to resolve build error?
This looks like it could be to do with the RegPkg version. Perhaps try the solution discussed here, which effectively uses Reflector to check which version of RegPkg is expected.

VS2010 and DSL deployment

Can anybody help me on this? I want some guide on how to deploy DSL in vs2010, i use the VSIX output that is in DSLPackageProject\Bin\Debug but when then i want to add that item to some project(File->Add New Item) it just adds dsl but without any DSL functionality that is available in experimental hive,
Many Thanks,
Hrayr
This issue is related to the Beta 1 of Visual Studio, if you install the Beta 2 you will be able to deploy your DSL correctly

Resources