Questions tagged as 'visual-studio'

1
answer

How to use macros in VS2008?

I know how to use macros only in NetBeans as per the link manual. But I wanted to know how do I use macros in vs2008? I want to set a macro and a shortcut key for it. eg a macro that writes in the editor "blababla" [new line] "blablabla"...
asked by 11.03.2014 / 14:32
0
answers

OpenCV 4 in Visual Studio 2018

I'm trying to use the OpenCV library in Visual Studio, however I get the following error message:    LINK: fatal error LNK1104: Can not open file   'opencv_calib3d400.lib' The lib is in the C: \ opencv4 \ build \ lib \ Release location an...
asked by 21.12.2018 / 05:44
0
answers

The 'licenseUrl' element will be deprecated

I have a library made with .NETStandard, after I updated Visual Studio, I now get a warning:    NU5125 The 'licenseUrl' element will be deprecated. Consider using the   'license' element instead. See the code: <Project Sdk="Microsoft...
asked by 04.12.2018 / 00:11
1
answer

NHibernate + .NETFramework 3.5

Would anyone know what the latest version of Nhibernate works in .NET 3.5? I got to search the site itself, but I could not find it. The one I own is 2.1.0.4000.     
asked by 29.11.2018 / 20:59
0
answers

Problems with Visual Studio

I have several problems in my Visual Studio Community 2017 version 15.8.5, especially with nuget. When I try to start the Nuget Package Manager these errors happen. I've done what the above picture asks for, but it does not even wor...
asked by 28.11.2018 / 22:01
1
answer

How can I find the name of the gpu and cpu in qt c ++

Any of these solutions work for me, first I tried a system management code to try to find the name of the gpu and cpu, but of that error for me in visual studio, the compiler does not seem to accept the clr, and I'm using qt in the project with...
asked by 05.12.2018 / 17:17
1
answer

Calling a Modal via Html.ActionLink

I have a screen that does the user's password change. This screen shows the user name and clicking the name, it is directed to the screen to change the password. As I would do to make this call with a modal, I already have the scripts, but I...
asked by 30.11.2018 / 16:43
0
answers

Can not open or locate PDB file and DLL not loaded in VS2017. How do I solve it?

I installed Visual Studio Community 2017 and configured for use in OpenGl with the GLAD and GLFW libraries. Here I am trying to run the code from the Learn OpenGL, Hello Window website: #include <glad/glad.h> #include <GLFW/glfw3.h...
asked by 02.12.2018 / 19:16
1
answer

How do I make the selected item in a Categories List reallocate in the first position

In my application I have an area with several category links that is a PartialView. The following categories come from the following Categories of ControlController var categorias = db.Categorias.ToList(); Shoes | Health and Beauty | Sup...
asked by 11.11.2018 / 15:58
0
answers

Reference Error Assembly in Asp.net MVC

I have a DDD project in VS 2017 and Asp.Net MVC, using SDK 2.1.201. I formatted my computer and reinstalled VS 2017 and SDK 2.1.201 ... but when I open the project, it gives compilation error in all layers related to the assembly Microsoft.AspNe...
asked by 09.11.2018 / 22:05