visual studio 2017

  1. Strahan

    Resolved Visual Studio Installer - how do I change folder perms?

    Hi. I installed the Vis Studio installer extension and make a VSI project. Everything works great. But I found that when I run my program it crashes: Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: WallServer.exe Problem Signature 02: 1.3.4.0 Problem...
  2. N

    excel extension issue

    I have a code similar to this below C#Copy using(webclient wc = new WebClient()) { string fileinfoname = "test_one"; string pathinfo = @"C:\testfolderinfo" + fileinfoname + ".xlsx"; wc.downloadFile("www.testurl.com/report", pathinfo); } I am currently experiencing a situation where the file...
  3. Marcos

    2D Arrays

    Hey guys. I´m trying to develop a code for my engineering classes and having some truble with arrays. I´m using a 2D array as a matrix and need to find the value vx and vy. I have a previous value "lambda" and I need to compare this value with the first column( 0) . I´m looking for a value in...
  4. P

    How to make Intellisense Quick Info for JavaScript and CSS files to appear in Visual Studio 2017?

    In Microsoft Visual Studio Professional 2017, when I edit a JavaScript or CSS file, the Intellisense Quick Info for Members, Objects and other keywords don't appear. However, when I open the same files in Visual Studio Code 1.66.0, Intellisense Quick Info is shown properly. This results in me...
  5. P

    Resolved Productivity Power Tools 2017/2019 extension stops copy operation in Visual Studio 2017.

    I'm using Visual Studio 2017. After installing Productivity Power Tools 2017/2019 extension, I can't use the copy operation. The first time I try to copy a line or block of code after installing the extension, Visual Studio generates an error saying: Next time onwards, whenever I try to copy...
  6. dv2020

    Winform Front end SQL/Query Builder for end user options

    Hi All, I'm currently exploring options to provide a front end user to query a database tables by selection which items/filters they want. I came across this product EasyQuery which looks promising. My initial though was simply to use a data grid/or traditional report and then have the user...
  7. sky06walker

    Question How to establish interbase connection with visual studio community 2017

    Hi all, I'm new in C#, I just started my 1st project by create an app which able to talk (read & write) with Interbase, but I donno how to establish the connection for it. Visual studio version: Community 2017 Hope anyone with this experience can light me up. Thank you.
  8. B

    Question How to correctly made two depending Comboboxes?

    I have a problem with two dependent Combobox. I want to do the dependent Comboboxes. When selecting an area in combobox1, a free taxi located in this area should be displayed on combobox2. I found this video on YouTube and tried to use the code in this video...
  9. S

    Question Why Are Unit Tests Not Working?

    Hi there! I am new in town! I will start off with this Visual Studio problem and see where things go from there. Hopefully, I will visit these forums many times to come. I have a Windows 10 Pro PC here, and the latest build of Visual Studio 2017 Community edition. The problem is that I cannot...
Back
Top Bottom