Skip to main content

Questions tagged [visual-studio-2017]

Visual Studio 2017 (aka Visual Studio "15", includes C++ compiler version 19.1) is a version of Microsoft's Visual Studio. Do not use this tag unless you have a specific question about this specific version.

visual-studio-2017
0 votes
1 answer
72 views

visual studio 2017 version 15.0

I have C++ and Qt production code with .exe files. While I can build and generate binaries, the .exe files don't work as expected (likely due to thread handling issues). I want to set up a development ...
Anas Deshmukh's user avatar
0 votes
0 answers
25 views

gRPC 1.47.4 vs2017 compilation errors

In my company we try to create packages of gRPC and all dependencies in our private conan repository. Currently we stuck with gcc6.4.0 and VS2017. I had currently created packages for these ...
nablit's user avatar
  • 1
1 vote
1 answer
65 views

How to fix fatal error C1083 and LNK1104 on windows while building openssl 3 using conan?

When I try to build my app, which depends on openssl3, with conan, I get the following error while conan is trying to build openssl3: > conan install . --build=missing --profile:build=...
a_girl's user avatar
  • 1,135
0 votes
1 answer
43 views

Exception thrown: read access violation.Unable to read memory

My English is not very good, I'm sorry.I'm a beginner and want to do a problem with Ternary search tree. The problem occurs during the insertion of the node,VS throws an exception in insert_BiTreeNode:...
user25600088's user avatar
0 votes
0 answers
39 views

System.ArgumentException for drawarc in Visual Studio 2017

enter image description here Don't know how to solve this problem. Just doing simulation of four-stroke cycle, when debugging a "System.ArgumentException" occurs. Private Sub Animation(q2) ...
IJH's user avatar
  • 1
0 votes
0 answers
29 views

How to integrate SAP Crystal Report in Visual Studio 2017 Community Edition?

I've been developing my project in VB.NET and reporting in Crystal Reports from years now. Due to some issue or some other software installation which I don't have any idea of, my crystal report ...
bonny's user avatar
  • 709
-1 votes
1 answer
174 views

How to strip a string given as a const char[] through a constexpr function? [duplicate]

I want to define a constexpr function strip_string which allows: Trim the string (removal of contiguous whitespaces in the beginning and end of the string. Normalize contiguous whitespaces in the ...
hlide's user avatar
  • 367
0 votes
0 answers
77 views

AppxManifest.xml : error APPX0501: Validation error. error C00CE012: App manifest validation error:

All of sudden started getting this error message for builds. Application is UWP VS 2017. AppxManifest.xml : error APPX0501: Validation error. error C00CE012: App manifest validation error: The app ...
Rajalbar's user avatar
0 votes
0 answers
61 views

While debugging, browser closes down while uploading a file using ASPX.Net and C#

I'm using VS2017 and my browser is Microsoft Edge (unfortunately, no other browser, I must use this). Upon selecting the file I want to upload, the debugging immediately stops. Am I missing something? ...
itsmePJ's user avatar
  • 43
0 votes
3 answers
31 views

How to reset settings of visual studio 2017?

I try to open VS 2017 as admin i get this warning : when i run the command on CMD as administrator i get this error :
Youssef Boudaya's user avatar
0 votes
0 answers
26 views

Angular project not loading in VS2017

I have one angular project configured in VS2017. Initially on my old machine, I was able to see project loaded in VS and I was able to do my changes. But after moving to new machine, same project is ...
Sunny's user avatar
  • 3,275
0 votes
0 answers
15 views

Microsoft Visual fonts and windows not working properly

enter image description here AS you can see in the picture, the toolbar icons are tiny. And some of the pop up windows the texts are not entirely visible. Its Microsoft Studio COmmunity 2017 version. ...
Jyoti A.'s user avatar
0 votes
0 answers
21 views

Icons for Visual Studio 2017 Solution Explorer file types

I have this icon in my Solution Explorer in Visual Studio 2017 and I don't know what that means. It is not a single file it seems like a whole remote project. When I open it it is shown in Object ...
Radek's user avatar
  • 1
0 votes
0 answers
63 views

How can I remove a lib file from "Commandline" in VS2017?

My C++ VisualStudio2017 project is giving me the following error: 1>------ Rebuild All started: Project: mcs-project, Configuration: Debug x64 ------ 1>chain.cpp 1>crmsd.cpp 1>eef1.cpp 1&...
user366312's user avatar
  • 16.4k
1 vote
1 answer
60 views

How can I get cascading reference dlls in one project to build into my main website project?

I have two projects under one solution. One is an ASP.NET Web Application project, the other is a Class Library. The Web app project is my startup solution, and it has the class library project as a ...
ryan.kom's user avatar
  • 187

15 30 50 per page
1
2 3 4 5
846