Questions tagged as 'visual-studio'

1
answer

Problem with Youtube Extractor with C #

Good morning I'm trying to make an application with WindowsForm in C # to download YouTube audios . I use a Nuget package called YoutubeExtractor . The code is as follows: private bool DescargarAudio() { bool...
asked by 23.12.2017 / 16:05
1
answer

The type 'Servicios.WS1' is ambiguous

I have just developed a Web Service that will be consumed by an App made in Xamarin. When I try it on the localhost there is no problem, but when I publish it on the web it gives me the following error:    The type 'Services.WS1' is ambigu...
asked by 18.12.2017 / 19:49
2
answers

Change the owner of a work area in Team Foundation

Good afternoon everyone, I have a project in VS2012 connected to a TFS. I downloaded the project in my premises with a user that has been unsubscribed and the work area associated with that user and project is defined as private (I did not re...
asked by 21.12.2017 / 18:30
1
answer

how to pass a .scss sheet to .css?

I just installed sass with ruby installer cmd, now how should I convert my code into css and apply it with link in html? ? I am new in the pre processors and I do not find the right option to achieve this, in the page of sass econtre muypoca inf...
asked by 02.12.2017 / 16:28
2
answers

Keep value of a timer in form change

In my application I have a Timer that counts down from X seconds When the startup works without problems, the error comes when the form changes to the label where the remaining time loses its value. I'm using inheritance of forms, the...
asked by 05.12.2017 / 10:35
1
answer

Doubt with Visual Studio and SQL Server

Dear, It turns out that I have a system in visual studio which I wanted to generate a visible query in a datagridview, this gave me error at first, but I realized that as it added a very high amount for an int for it did not work , so I chang...
asked by 25.01.2018 / 13:25
1
answer

Exception from HRESULT: 0x80070002 Visual Studio

Hi, I'm working on Visual Studio and I do not know what I did now that I can not access the controllers of my project, I can run it without problem but when I try to access it the following appears ... Does anyone know what can be d...
asked by 04.01.2018 / 19:41
1
answer

DLL, its methods and / or classes do not appear in reference

Add a dll reference of a project Lybrary asp Core in another project for tests but I do not see the classes that were implemented or adding namespace using (Visual studio 2017), how to see those classes? or does the compiled have something to do...
asked by 27.07.2017 / 18:04
1
answer

Restore .bak in SQL Server CE

Good day to all, my question is as follows how to restore a sql server .bak backup to a sqm server compact edition .mdf database / or otherwise run a .sql script in sql server ce, thank you in advance for your help     
asked by 05.09.2017 / 22:19
1
answer

Connection error Mysql C #

At the moment of executing a select to connect to a Mysql database I get the warning of Mysql connection can not be open the code fragment I use is the following: private string mensaje; private string usuario; private string c...
asked by 21.08.2017 / 23:48