Questions tagged as 'visual-studio'

0
answers

Error calling a service through ServiceClient in C #

I have a project part (MVC that connects to DB through web services) from my company that calls WCF services like this: public static ReturnType CallWebMethod<TService, ReturnType>(String endpointConfigurationName, String myMethod, objec...
asked by 12.09.2017 / 15:20
1
answer

SpecSync4MTM problem

So everybody, every time I try to run specsync4mtm.cmd sends me   'C: \ Users \ zidan \ OneDrive \ Documents \ Visual' is not recognized as a   internal or external command, an operable program or a batch file. ' I've already added...
asked by 05.09.2017 / 15:16
0
answers

Visual Studio 2017 v15.3.0 - Debug mode with bug

Here's a picture: Hereisthecodefortheimageabove:List<string>teste=newList<string>(newstring[]{"0", "1", "2", "3", "4" }); I installed the newer version today (15.3.0). Someone who is with version 15.3.0, and can tell me how it...
asked by 16.08.2017 / 00:48
0
answers

The type is defined in an assembly that is not referenced

I have a project called DataLibrary , the .dll is referenced in another project of mine, but for some reason, when compiling VS it gives me an error saying there is a type that is set to DataLibrary mas I need to add a reference. I...
asked by 02.08.2017 / 19:37
1
answer

Compare Plugin NotePad ++ is it possible to use in VB6 or .NET?

I need to know if it is possible to use the Notepad ++ Compare plugin in the projects made in VB6 and .NET. If so, I would like some tips on how I can use it. And I have no idea how to start. The system that I'm adjusting needs to send me...
asked by 11.08.2017 / 19:24
0
answers

Alternate WebBrowser that rotates recent pages

I would like to know if there is any control for the .NET platform that runs current pages without giving errors. I already searched YouTube on Google, but I never think so. Awesomium.NET does not change. GeckoFX is outdated, and any other I can...
asked by 28.07.2017 / 23:44
1
answer

INTERNAL COMPILER ERROR Visual Studio 2017 with SFML

I'm having a problem compiling a code in visual studio 2017 with the SFML libraries, when I try to compile it it gives the following error:   INTERNET COMPILER ERROR in 'C: \ Program Files (x86) \ Microsoft Visual Studio \ 2017 \ Community \...
asked by 26.07.2017 / 17:42
0
answers

Is there a tool for doing black box testing in C #?

I know that Java has the sikuli IDE. Does C # have a similar tool?     
asked by 16.07.2017 / 19:59
0
answers

Xamarin forms - Selecting and displaying images

I'm developing an application in Xamarin forms and I'm needing a feature where the user can choose an image from the gallery and that image can be displayed in an Image control in the application. I'm working with MediaPlugin and I've also tri...
asked by 25.07.2017 / 13:13
0
answers

Project not found when trying to install Entity through NuGet

The drop-down list where all my solution projects are or should be listed is coming in blank. What should I do to list the projects there? I already gave a rebuild and still remains empty. The list is Default Project of Package Manage...
asked by 07.07.2017 / 14:11