Questions tagged as 'visual-studio'

1
answer

Error 401 (Unauthorized) IdentityServer 4 and ServiceFabric (5 nodes)

I have implemented the Identity Server 4 and the service fabric, both in 5 nodes which causes the session to be lost, since the node that created the token is not the same node that validates it. I tried only to use an instance of the Identit...
asked by 25.04.2018 / 17:40
1
answer

How to encrypt and decrypt a file with AES-256 on vb.net?

I am developing a small software that is capable of encrypting files, investigating a bit I found recommendations to use the AES-256 algorithm but the bad thing is that I still can not find any example of any function to encrypt what is a file w...
asked by 19.04.2018 / 23:39
0
answers

Create template for cpp in visual code studio

I would like that every time I create a .cpp in Visual Code Studio, that file is automatically filled with the default code: #include <iostream> using namespace std; Do you know the form or any plugin that does this? Thanks     
asked by 20.04.2018 / 14:08
0
answers

Problem to load Store Procedure with ADO.NET

I am developing an ASP MCV web application with C #, to link my application to a SQL Server 2012 database I have used ADO.NET and I have created a Model.edmx as shown in the image: The problem that occurs to me is that I do not see all the...
asked by 19.04.2018 / 22:05
0
answers

Display MySQL records in a DataGridView

I have a database that stores records from a parent MDI Form, all right there. The problem arises when I require that the records of the BD, are shown in a DataGridView that I have inside a child MDI. I have corroborated different sources:...
asked by 22.04.2018 / 01:58
1
answer

Generate IPA for iOS in xamarin forms of visual studio 2017 from windows

you will see I have a project in xamarin forms developed in visual studio 2017, the goal is to be multiplatform. For debugging and other tests I use an android mobile connected by cable to the PC, windows 10 for the UWP tests and a virtual machi...
asked by 09.04.2018 / 10:08
1
answer

List of Levels in Unity with C #

In the project where I work (with Unity 2017.3) I must use a single scene for all levels of the game. Each level has its class with its particular implementation, but they all inherit from the Level.cs class. What I need is to store the levels i...
asked by 03.04.2018 / 20:07
0
answers

Force Visual Studio Ultimate to delete a file in use

I am trying to write a program in Visual Basic that will erase a file in use. The code below can erase images, music and videos in use but you can not delete documents. Is there any way to make the program detect the process and stop it so yo...
asked by 25.03.2018 / 19:17
0
answers

How to solve problems when publishing in Visual Studio?

I have run into the problem that I can not publish my applications in visual studio, when I try it, it marks me an error that says "Error when creating the default credentials" ... if I try to publish the same application it tells me that there...
asked by 24.03.2018 / 03:17
0
answers

Problem with GITLAB and visual studio 2015

I have a solution in the repository of gitlab.com with visual studio 2015 which I have been working on for some time without problems, but since a few days ago I have a problem when accessing the solution in VS, I can not update the changes and...
asked by 30.03.2018 / 22:17