Questions tagged as 'visual-studio-2013'

1
answer

Multiple Resource Files in .NET

Is it possible to have 2 resource files in visual studio with the same resources name, one of which is intended for testing environments and another for production environments?     
asked by 06.10.2014 / 16:57
1
answer

Error: Build Solution - Visual Studion

When trying to build the solution VS2013 presents the following error: Error 1; Could not copy the file "obj / Debug / Win8AppBoX.exe" because it was not found. I noticed that the .exe file is deleted from the folder at the time of the...
asked by 14.06.2014 / 19:34
0
answers

Put web application online (publish) made in visual studio?

Good, I developed a website in ASP.NET C # in Visual Studio 2013 for a company. This company wants to replace your current website with what I've developed. This site is located on the server of a telephone company. How do I replace the old s...
asked by 04.06.2018 / 16:11
1
answer

Is it more correct to use the Master-Detail concept?

I have a situation that I would like to use the most correct (elegant) way to implement. The scenario is as follows: I'm building a HelpDesk system where Tickets are stored in a table (and consequently has its own Model) and the Ticket evolut...
asked by 18.03.2017 / 13:27
0
answers

How to configure external access in IIS Express for VS 2013?

I have a webservice in asp.net mvc 4 running on my local pc, if I do http://localhost:14807 it works blzinha, but if I do, http://192.168.1.105:14807 that is itself does not work, so does if I try to access another device. I'm usin...
asked by 10.11.2016 / 23:28
0
answers

I do not have the project delete option for a folder and its files

Before we had a NuGet to install our DLLs and so on. Well, now we no longer use NuGet. It turns out that I downloaded from the repository a project to fix a bug, it asks NuGet.exe. As I do not need it, I was remove from the project and when I ri...
asked by 06.12.2016 / 18:36
0
answers

How to check if multiple files are different from TFS?

My scenario is, because of a crash on the TFS server, when it was restored, my entire solution has been "checked" for my user, I wonder if there is any way to check or list only the checked files for my user that has some difference of what is i...
asked by 30.07.2016 / 00:56
0
answers

Color in Visual Studio

Hello Does anyone know how I can change the colors of unused methods / events vs. those used in Visual Studio? I have here VS2013 (using Dark theme) and Resharper but I can not see exactly the methods / events of each object / control in...
asked by 15.07.2016 / 01:08
0
answers

Reportviewer C # with parameters using MySQL

I'm starting to develop reports in Visual Studio 2013, using C # with MySQL. I've been able to do a report without parameters, but when I enter parameters in the query, it returns an error. The query that I put in dataset is as follows...
asked by 08.06.2016 / 16:04
0
answers

Identification of a VSTO solution

I've implemented a Excel Workbook project in Visual Studio. The project runs right, my problem is how to install this on the client computer. I do not want a ClickOnce installer, because the add-in should start every time the client open...
asked by 28.01.2016 / 17:08