Questions tagged as 'visual-studio'

1
answer

Grouping and adding in a query in SQL Server

Good afternoon, I have the following problem: I'm developing a C # program to query internal company data. It's working perfectly, but I need to group field (s) and add other value (s). Query(C#+MSSQL):SqlCommandmyCommand=newSqlCommand...
asked by 04.01.2018 / 13:27
1
answer

Error adding view in visual studio

Hello, I'm starting in ASP.NET MVC and am having this problem when adding a view, would anyone know what this error is about? Error:    There was an error running the selected code generator:       Exception has been thrown by the target o...
asked by 09.01.2018 / 04:15
1
answer

UWP application executing sequences of videos in MediaElement coming from a Liststring

I'm using Media Element in an application UWP to run a sequence of videos, how do I do when one video ends the other runs in sequence? In the code below when the first video of List<string> videos10 ends the other o...
asked by 03.01.2018 / 02:07
1
answer

How to clean the Visual Studio Output Window?

I'm writing an application that uses the debug class to write to the VS Output screen. I just want to clean the contents of this screen through my code, because after a while it gets very polluted. Is this possible and recommended (as I find...
asked by 06.01.2018 / 18:29
0
answers

I can not access tfs by visual 2017 (English)

I'm trying to access TFS over VS2017 and I'm not getting it. The error reads like this:    The server ' link ' was not added.TF30063.   You are not authorized to access: ' link ' Well, I have my account with hotmail email and my leader...
asked by 21.12.2017 / 11:14
0
answers

Open VS Code projects for VS 2017

I have the layered architecture that was created in Visual Studio Code: WhenopeninginVisualStudio2017itdoesnotopenallfiles: RunningtheprojectbyselectingWeb.Apialwaysgivesthefollowingerror: What is the reason for this error?     
asked by 01.12.2017 / 13:53
0
answers

My chat with signalR is not working, I already followed several tutorials and it does not work

Archive [ChatHub] using System; using System.Collections.Generic; using System.Linq; using System.Web; using Microsoft.AspNet.SignalR; namespace Sandes { public class ChatHub : Hub { public void Send(string nome, string mensage...
asked by 05.12.2017 / 19:27
0
answers

Reading QR CODE with cord

How do I read a QR CODE through Cordova? I have already seen several plugin indications but none worked. Note: I am developing using Visual Studio (I do not know if there is any influence, so the info)     
asked by 24.11.2017 / 14:56
1
answer

Manipulating Excel in Visual Studio

I'm doing an application in Visual Studio with Visual Basic. This application will consume data from a Webservice. I have a problem with one of these Webservices, what happens is this: I was able to get the data from a Web Service and save...
asked by 21.11.2017 / 21:05
0
answers

How to get User's location - City State

I would like to know how do I get the user's location so I can make my systems automatically select the city from the DropDownList City. Through a blog the author teaches how to do this development that I even tried to accomplish it, but I'm...
asked by 09.11.2017 / 04:30