Questions tagged as 'visual-studio-2013'

2
answers

How to develop for Windows Phone 8 using Visual Studio 2013

I wanted to know how I can develop for windows phone 8 using VS2013, because it only has the option for Windows Phone 8.1.     
asked by 22.01.2015 / 01:01
2
answers

How to know the current status of the form?

I'm a beginner in the field, I could not find my question elsewhere. Is there a code that shows the state of the form? For example: if it is in focus, is it minimized or maximized? Thanks in advance!     
asked by 24.03.2015 / 16:14
1
answer

Auto-update of publish in Visual Studio by zeroing the database

In a short time I had to create an installer for desktop application in C #, and as in Visual Studio 2013 there was Publish that already created the Setup and Auto-Update I ended up using it for the convenience, but now I have a problem, every t...
asked by 18.11.2015 / 02:18
1
answer

What is the function of the Deploy option in Visual Studio?

Community, when I was compiling a project I got the message that should check the Deploy option. Then there was a question, I would like an explanation (the more detailed the better :)) about Visual Studio's Deploy ( Project - Pr...
asked by 14.04.2015 / 01:07
1
answer

Problem in Visual Studio 2013 XAML

Objects do not appear in XAML Visual. TheyonlyappearifitisaprojectusingSilverlight. But in the Emulator when compiling normal view, it's bad just to edit the application's Visual.     
asked by 25.02.2015 / 19:39
1
answer

Error 04018 when attempting to build a SQL database project

I created my database project in Visual Studio 2013 pointing to an existing database, put a new build to run in TFS and the following error occurs: Error 04018: The “SqlBuildTask” task failed unexpectedly I did not make any changes to bu...
asked by 02.02.2015 / 17:13
1
answer

How to list related data

In my project I have two tables: Student and Occurrences. And they are related so that a student can have multiple occurrences. My need is: In the student Details view (Details.cshtml), I need to show all occurrences related to the student. That...
asked by 30.05.2014 / 21:07
1
answer

MvcCheckBoxList, RadioButtons, and Text Inputs

I'm having a project where I'm using MvcCheckBoxList. My question is this: Would you like to put a mvccheckboxlist together with radio buttons and inputs? For I am in a project in a school that I have to record some occurrences and I need th...
asked by 09.05.2014 / 00:10
1
answer

How do I turn off the visual studio 2013 intellisense only for Text Plan?

I need to edit a text file in Visual Studio 2013, but intellisense is disturbing me this way: Bypressingspaceforthenextworditis" Troque object leitor de DVD " and it is unproductive to keep erasing or pressing Esc all the time. I...
asked by 19.06.2014 / 23:03
1
answer

Visual Studio utf-8 error

I tried to use Visual Studio together with the tools for Python , but when I put: print("Hello World") and pressing F5 it runs smoothly. However, when boto: print("olá") it gives the following error: File "C:...
asked by 02.10.2016 / 02:05