Questions tagged as 'visual-studio'

1
answer

SharpDevelop X Visual Studio: Are they equivalent at all?

SharpDevelop is equivalent to VS or not, much to get there. I see great difficulty installing certain packages, for example, Microsoft.ServiceBus.Notifications . Is it an alternative to small projects?     
asked by 22.08.2017 / 18:04
1
answer

Possibility to drag a form with the mouse when its title bar was hidden

Ihaveaproblem!WhenItrytomovemyprogramsomewhereelseonthescreen,Icannot,itseemstobefixed.Doesanyoneknowhowtosolveit?@PS:I'vetriedthiscodeprovidedbyRobertoanditdidnotwork.PublicClassForm1PrivateWM_NCHITTESTAsInteger=&H84PrivateHTCLIENTAsIntege...
asked by 04.10.2015 / 22:14
1
answer

VB - Too many arguments

Well, I have the following error: Error: Too many arguments to 'Friend Sub LerClientes1()'. In the following code: Imports MySql.Data.MySqlClient 'importar as classes do MySQL Imports MySql.Data.MySqlClient.MySqlConnection 'importar...
asked by 08.06.2017 / 10:19
1
answer

How to leave a responsive background in C #?

How do I relate background_image to window size? Example:     It defines my background image, but by changing the size of the window (minimizing) the image gets "incomplete", and does not follow the edges acting as much as independent.     
asked by 28.05.2017 / 14:38
1
answer

Xamarin Visual Studio

I installed Visual Studio with Xamarin, Android SDK, etc. When I compile the project it opens the Android AVD, but the Android System does not load, there is only one black screen.     
asked by 11.04.2017 / 15:07
1
answer

Error Starting IIS Express Web Server - Error 0x80070020

After leaving Visual Studio one night in debug mode stopped on one line, I could no longer run the web application locally because of an error in IIS Express . I tried to stop IIS Express and reopen Visual Studio, but it did not w...
asked by 22.06.2016 / 22:53
1
answer

Compile error: "attribute not allowed"

I'm having trouble compiling a program in Visual C ++ and since I'm a beginner, I can not find where the error is. The program is running perfectly on CodeBlocks. What could be the problem? The error report follows:     
asked by 20.11.2015 / 15:54
1
answer

Errors: division by zero and iterator not dereferencable

I'm having trouble compiling this code, it returns me two errors when I run it: vector<bool> cp( size ); // determine crossover point (randomly) for( int i = _numberOfCrossoverPoints; i > 0; i-- ) { while( 1 ) { int p...
asked by 07.11.2018 / 03:33
1
answer

Load XML into xrRichText

In my application (Visual Studio / C #), I need to load a XML string in a xrRichText , so I think of converting during run time
asked by 07.05.2018 / 20:46
1
answer

How to reference the Assembly in Visual Studio?

I was trying to create an application that connects to a database. But the methods of SqlConnection.Open() , SqlConnection.State and SqlConnection.Close() are with errors all appear the message: The type "Component" is def...
asked by 08.06.2017 / 04:43