Questions tagged as 'visual-studio'

1
answer

Application icon in Visual Studio 2012 Express

How do I set the application icon in Visual Studio 2012 Express? ps: Da executável. ps²: Aplicação C++     
asked by 21.12.2014 / 07:15
2
answers

Error trying to establish connection between SQL Server 2014 and Visual Studio

I'm having trouble connecting to Visual Studio 2010 [c #] with Sql server 2014. I followed some tutorials but I was not successful. Why is such a mistake occurring?     
asked by 18.06.2014 / 16:29
1
answer

Nuget - Packages.Config use latest versions of packages

Scenery I have a project where my Libraries (other components of the project) are Nuget packages, and whenever it has some update is generated in Proget a new version .. and all developers have to give an update packages manually so that Te...
asked by 14.02.2018 / 13:35
1
answer

Uploading videos DataType Asp.Net MVC

I want to put a Video Upload field on my Asp.Net MVC system and I did not find anything about videos in the DataType. I found Varied DataType such as [DataType(DataType.ImageUrl)] [DataType(DataType.Upload)] [DataType(DataType.Url)] Am...
asked by 08.02.2018 / 21:58
1
answer

Can I open the VS2017 with a different user than the one I placed in the installation?

Can I open the VS2017 with a user other than the one I put into the installation? Because I'm trying to get in with a new user that was given to me in the company. This new user is my user in AD and with it I access the TFS as with the current u...
asked by 21.12.2017 / 16:45
1
answer

Error opening Package Management Console

When I open Package Manage Console it gives me the following message:    Join-Path: Can not convert 'System.Object []' to the type 'System.String' required by parameter 'ChildPath'. Specified method is not supported.   C: \ Users \ ren...
asked by 19.12.2016 / 14:19
1
answer

Universal Apps 8.1 on Windows 10

Does Windows 10 have backward compatibility with Universal Apps for Windows 8.1? That is, applications written in for Windows 8.1 run on Windows 10?     
asked by 19.12.2016 / 22:25
1
answer

Rollback transaction does not work as expected

I've recently been implementing a request sequence in Visual Basics, and would like to rollback when some fail. So I did the following: Public Class DAO Dim connection As New MysqlConnection Dim command As New MySqlCommand Dim dr A...
asked by 18.01.2017 / 19:55
1
answer

Visual Studio 2013: How to reference project folders in Using

I have a problem, I have in the same project the stock and the box, I'm making a screen that allows you to choose between them and depending on the button you tighten it opens one of the two. However to avoid confusion the BLL2, DAL2, GUI2 an...
asked by 24.01.2017 / 16:47
1
answer

Visual Studio utf-8 error

I tried to use Visual Studio together with the tools for Python , but when I put: print("Hello World") and pressing F5 it runs smoothly. However, when boto: print("olá") it gives the following error: File "C:...
asked by 02.10.2016 / 02:05