Installing Visual Studio 2017 [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I'm having trouble installing microsoft visual studio 2017. It loads to 100% then the setup fails. I get this error:
Package 'Microsoft.VisualStudio.MinShell.Msi,version=15.0.26711.1' failed to
install.
Can someone help me please?

Try to run installation as administrator. You need to have acces to folder C:\ProgramData\Microsoft\VisualStudio\Packages\.
Also check this article.

Related

Visual Studio 2017 is busy while debugging [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
After I close my app VS freezes and I can't do anything. I must close VS process. Any solutions?
You can send feedback in Visual Studio 2017. You need Microsoft account to report a problem.
See the image below:
Here are the steps on how to report a problem with visual studio 2017.

Cannot download .Net Framework 4.6.2 Developer Pack [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
For some reason I cannot download the .Net Framework 4.6.2 Developer Pack. Here's the link:
https://www.microsoft.com/en-us/download/details.aspx?id=53321
I select English langage, click Download, and I'm redirected to a Thankyou for your download. But nothing happens.
Does it work for you?
I am not sure why it does not work for you and why the "If your download does not start after 30 seconds, Click here" does not show up for you, but here is a direct link to where the "click here" link takes you to on my machine
https://download.microsoft.com/download/E/F/D/EFD52638-B804-4865-BB57-47F4B9C80269/NDP462-DevPack-KB3151934-ENU.exe

Find IP address of remote server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Improve this question
I have dll that using in one my application. This dll connect to one remote server and post and get some data.
When I run this dll in my application, How I can find IP address of this remote server?
Dll written by C++.
Possible find that?
I am using Win7.
Regards,
You can check the endpoints with netstat: netstat -an -p tcp
It comes with Windows.

How would I convert HTML into a PDF document [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I need to create a registration form and when a user registers I would need to take that data and convert it to a PDF document and email that document, how would I go about doing this?
I am using Visual Studio 2012, .NET 4.5, ASP .NET, C# and HTML
You need to look at a library like PDFSharp or PDFCreator

thoughts about antivirus dll [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Currently i've tried the antivirus dll from this site:
http://antivirusscanner.codeplex.com/documentation
After installing this package from nuget i ran the code to scan (and clean) a file.
I got a 'virusnotfound' answer back, but that wasn't what i expected: I had no single antivirus program installed.
Does anyone know if this package contains some function to check if an antivirus program is installed? I want to know for sure if the code works fine.
To be fair, the response it correct: it didn't find a virus. That doesn't say whether or not it had the tools to look very hard. There are only 3 responses:
VirusNotFound
VirusFound
FileNotExist
of those, it sounds like VirusNotFound is the closest.
To check, you could perhaps use EICAR.

Categories

Resources