Questions tagged as 'visual-studio-2013'

2
answers

c # query with cycles

Good people I'm doing a job in using C # and my knowledge is still very limited and I'm having a question. I have 2 tables and what I wanted to do was to show the 2 information where the information would not be repeated. Thisisa1-nrelationwh...
asked by 14.07.2015 / 13:30
1
answer

Error installing Visual Studio 2013 Professional

: I'm having the following error: A assinatura digital do objeto não pôde ser verificada. When installing Visual Studio Professional 2013 on a Windows 8.1 Single Language notebook print:     
asked by 27.05.2014 / 01:25
1
answer

How to install Qt for MSVC without the Microsoft IDE?

Is it possible to install Qt and the MSVC compiler without installing the Microsoft IDE? I downloaded this version of Qt 5.4.0 for Windows 32-bit (VS 2013, OpenGL, 694 MB) and installed, but I do not have much knowledge of microsoft product...
asked by 20.01.2015 / 17:19
1
answer

How to disable Migrations from a project with EF6?

Hello I have a class library with templates using Code First and I enabled Migrations with the "enable-migrations" command in PMC to test and it works very well. Since I'm at the beginning of the model definitions, I'd rather leave it for aft...
asked by 21.04.2014 / 20:29
1
answer

Error Connecting to Bluetooth Printer Windows Phone 8.1 Silverlight

When trying to connect to the Bluetooth Printer gives the following error. "No more data is available (Exception from HRESULT: 0x80070103)". This error only occurred from Visual Studio 2013, in Visual Studio 2012 It worked normal. My Code....
asked by 12.05.2015 / 14:02
2
answers

CheckBoxListFor with error

   Description: An error occurred while compiling a resource needed to service this request. Examine the specific details of the error and modify the source code accordingly.       Compiler Error Message: CS1061: 'System.Web.Mvc.HtmlHelper' doe...
asked by 07.05.2014 / 19:05
1
answer

Remove namespace or full names

My question is if there is any shortcut, command or function of Visual Studio that removes the namespace or full names of classes, for example: to add a Data Annotation without making a using you have to put the complete namespace System. (), Bu...
asked by 22.05.2015 / 15:41
1
answer

Web.Config transformations - What to do with connectionString.config if I do not use Web Deploy?

My Web.config points to an external connectionString file. <?xml version="1.0"?> <configuration> <connectionStrings configSource="connectionStrings.config"/> </configuration> So far without news. The problem is tha...
asked by 15.06.2015 / 23:23
1
answer

Concatenate project name to create Template in Visual Studio 2013 C #

I'm creating a project template and editing the .vstemplate file has something like this: <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> <Name&...
asked by 16.04.2015 / 15:57
1
answer

Create item in another project Visual studio 2013 Template

I'm creating a template in visual studio, but I want it to add an item to a project and it's created in all other solution projects, can anyone help me? the code is more or less this: <VSTemplate Version="3.0.0" xmlns="http://schemas.micros...
asked by 17.04.2015 / 17:45