Questions tagged as 'visual-studio-2015'

1
answer

Error executing test project

I added a test project in my solution to test the methods of my MVC application. I created a base class, for the other classes with tests to inherit from it, which contains the creation of the context ( IdentityDbContext ). In the c...
asked by 19.11.2015 / 14:25
2
answers

Windows Universal Apps C ++ vs C #

What is the difference between C # and C ++ to develop universal apps? I saw that in the templates from Visual Studio 2015 to C++ there is a Cross Plataform group with app templates for android and ios. How does th...
asked by 11.04.2016 / 15:23
1
answer

How to make visual studio 2015 publish only the files that are most current?

I put a project in visual studio 2015 to try the tool. It's an ASP.NET MVC application, I'm publishing it directly to the server via FTP. Right click on the project, publish, there I created an FTP profile and I told you not to delete the...
asked by 29.07.2015 / 06:20
1
answer

Set a default comment for every new project

I need to set a default comment, so that in every project that is created it appears, without typing it every time. Ex: \ Author: Peter H.     
asked by 27.08.2016 / 23:27
1
answer

.exe file in Visual Studio 2015

How do I generate an executable that runs on any machine without .Net installed? The one in the bin/debug folder is not useful because it needs .Net to run.     
asked by 21.08.2016 / 23:53
1
answer

Error There are no comments for in the schema

I'm following a tutorial to access database via LINQ. In the video, I saw a function that returns me a list with the data of the database: public static List<LicitacaoOffline> Buscar() { DatabaseEstoqueOfflineDataContext oDB = new...
asked by 28.12.2016 / 18:56
2
answers

How to reference eSocial webservices by Visual Studio?

I've already followed the instructions of this question li, reli, and have re-read the Pedro Gaspar tutorial several times. And I can not reference the eSocial webservices through Visual Studio. What I've done so far was: I installed the...
asked by 15.06.2018 / 20:30
1
answer

Storyboard Follows

I am creating a small example of an iOS application using Visual Studio 2015 in Windows 10. However, whenever I open Main.storyboard by designer and click on one of the UIStoryboarSegue the Segue property looks as if no...
asked by 19.02.2017 / 23:42
1
answer

Error; The connection has not been closed. The current state of the connection is opened SqlServer 2016

I'm creating an application in Visual Studio in C #, and connecting to sqlserver on Server Explore was all correct in connection testing. This is my connection string: return "Data Source=DESKTOP-58ASAQP\MSSQLSERVER16;Initial Catalog=Contro...
asked by 17.04.2016 / 23:06
3
answers

using visual studio unnecessary

Does anyone know why it looks like this? Resolution:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingMySql.Data.MySqlClient;usingSystem.Data;namespaceMySqlSe...
asked by 15.02.2017 / 13:07