Questions tagged as 'visual-studio'

1
answer

Visual Studio 2010 Professional does not display Visual Studio Solutions [closed]

Visual Studio 2010 Professional that you have in Add-> New Project- > Other Project Types does not display Visual Studio Solutions. I saw several posts on the internet indicating the following steps to solve the problem: Tools - >...
asked by 21.11.2014 / 01:46
2
answers

Header and Footer with ASP. Net C #

I'm having trouble separating my code, I made some tests to have separate header and footer but in visual studio I did that I can only have a
asked by 14.05.2018 / 16:22
1
answer

why does g ++ not compile the code that visual studio compiles?

and how do you guys think you can handle it? G ++ output Loader w Version Checker.cpp:35:2: error: 'b' does not name a type } w h i l e ( P r o c e s s 3 2 N e x t ( S n a p S h o t , & p r o c E n t r y ) ) ; ^ W...
asked by 25.01.2018 / 04:22
1
answer

Open Visual C ++ with arguments to compile

I'm starting with the visual C ++ and I have a project where it is necessary to visual c ++ compile the program automatically. so I thought of arguments like we can use at the normal prompt like: cmd /k cd c:/Windows But I have not figured...
asked by 25.01.2018 / 05:54
2
answers

Configuration file for C # forms Winforms

Is there any way to create a file where I can set eg a color with the name 'Background' and add the value '#fff', then use it in all my forms, similar to a CSS style, so in case I need to change this color I do not need to change in all the form...
asked by 02.07.2018 / 04:50
1
answer

File being used in another process [closed]

Suddenly my app started to give this error: This started this week, along with a problem that I am trying to solve in another post. I begin to think that they have correlation. This gives, I give ok and when giving F5 again it works, ie to...
asked by 20.05.2016 / 15:17
1
answer

Failed to refer to a nuget package

After installing the W10 Anniversary Update, I have been trying to build an open source project that I normally did before and now I can not do it. I get the following error in Visual Studio 2015 Update 3 output: Severity Code Descriptio...
asked by 15.08.2016 / 21:04
2
answers

What do I need to program in C #?

I use Delphi and need something similar to program a code like this: link     
asked by 27.02.2015 / 00:44
1
answer

How to add additive fonts beyond those offered by Visual Studio?

How can I add fonts other than those offered by Visual Studio? I suspect it's not the Windows fonts because Visual Studio does not list some specific fonts.     
asked by 05.07.2018 / 20:12
1
answer

C # Windows Forms - Get a User ID Logged in

I need to get the ID of a user already logged in to the application to create another product. How do I do this? So,soon,andwiththeemailandpasswordlogged,IwanttofindtheIDloggedinwhenIregisterthecar,itpullsthatIDandregister.Ihavealreadytried...
asked by 13.11.2017 / 02:48