Questions tagged as 'visual-studio'

0
answers

Create VSIX Projects in Visual Studio Professional

I created templates for Visual Studio in version Ultimate , but for some reasons I needed to migrate to Visual Studio Professional , and since then my VSIX projects do not work anymore. Extensions to download in v...
asked by 03.02.2015 / 17:19
0
answers

"Asp.Net Development Server Runs" does not close at the end of execution

Asp.Net Development Server Runs remains open in systray . I'm using Visual Studio 2010. 1 - Is this normal behavior? 2 - Can this be a problem? 3 - Could you work around the situation?     
asked by 26.11.2014 / 18:47
1
answer

Visual Studio 2010 and Connection with Access Bank

My Visual Studio 2010 (10.0.40219.1 SP1Rel) is popping the following error message when I try to create a connection to an Access database (Office 2010):    The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. I...
asked by 27.06.2014 / 20:37
1
answer

Error 503 when trying to download extensions in Visual Studio Gallery

When you try to download any extension, the following error is displayed:    The extension could not be installed because of the following error occurred:            The remote server returned an error: (503) Server Unavailable    Itd...
asked by 20.04.2017 / 15:57
1
answer

Basic doubts in C # (Sounds)

I'm new to the forum and new C # programmer as well. I made basic software for college; a coffee maker. and I used sounds in it, however I indicated the sound in ("C: / users / ...") the path in my Pc. When I do the ".exe" of this applicat...
asked by 04.09.2018 / 04:29
2
answers

Can I use C # (through Visual Studio) to develop a program for Mac / OSX?

I would like to know if Visual Studio (through a computer running Windows and C # language) can create an administrative program (simple, for 1 user, involving only a database interaction) to a computer running Mac / OSX . If so, what settings d...
asked by 10.02.2017 / 21:24
2
answers

How to make the main form invisible C #

How to make the main form created by Visual Studio stay invisible after opening another? I tried using the "hide ();" command, but I did not succeed. code: using System; using System.Collections.Generic; using System.ComponentModel; using S...
asked by 02.08.2017 / 13:32
2
answers

Change button name in event

I was making a change in the name of the buttons in the project and accidentally double clicked the button, hence it opened the code, as it had not renamed the variable opened the code with the name button7. As I had made some changes I decid...
asked by 01.02.2018 / 17:33
2
answers

Voice recognition does not work

Recently I formatted my notebook and had to reinstall everything, but now my TCC project is in error, which I did not have before. In this code snippet: SpeechRecognitionEngine sre = new SpeechRecognitionEngine(new CultureInfo("pt-BR"));...
asked by 22.05.2016 / 18:07
1
answer

Bhaskara formula in C # with VS 2017

Personal Talk! I'm using Visual Studio to learn C #, I created a button that when clicked should show the result of a Bhaskara formula. But everything that appears on the screen when testing comes down to "NaN" using System; using System.Colle...
asked by 21.07.2018 / 15:47