Questions tagged as 'visual-studio'

1
answer

the name of the type or name space xamarin was not found

I'm trying to start an app in Visual Studio 2017 and Xamarin, when I login to App.xaml.cs, I get this error the name of the type or name space xamarin was not found in several points, maybe I have to install something else.     
asked by 21.03.2018 / 03:17
1
answer

Problem with visual studio 2017

I'm a beginner in visual studio, I just installed it this morning and I do not understand how I can solve this problem, I downloaded the c ++ package and every time I compile, this appears:    Error MSB8036 The version of the Windows 8.1 SDK...
asked by 17.03.2018 / 01:23
0
answers

Does a server have access to the internet to run a .NET page inside an intranet?

Currently working in local mode with a Web application developed in .NET using c #, Html and JavaScript, which works perfectly (in local mode). But, when I do the publication in the server of this Web App, the functionalities of it are lost,...
asked by 13.03.2018 / 17:37
1
answer

help with error in visual Studio

Hello I have the following problem in a C # project I have 3 projects and when I run the program he sends me the following error:    The following errors occurred while trying to load the application.   - The detected OwinStartup attribute of...
asked by 10.03.2018 / 01:56
0
answers

Github error in visual basic 2013

From one moment to another when I want to do a pull or push from visual studio I'm having this error: Error. Detailed message: An error was raised by libgit2. Category = Net (Error). Error sending the request. It gives me on all my machine...
asked by 06.03.2018 / 19:20
0
answers

Problem when sending DataGridView data from the child form to the parent form. Nothing happens

I need to send a line from a datagrid view of a child form to the text boxes of a parent form. After sending them, the child form must be closed automatically. I have a child form that I send to call from a parent form with the following code...
asked by 15.03.2018 / 22:37
0
answers

Error permissions when moving directory

I have tried to solve this error for some time but I can not find the solution. Code public static void PermDirectory(string perms) { var directory = new DirectoryInfo(perms){ Attributes = FileAttributes.Normal }; foreach (var in...
asked by 05.03.2018 / 16:02
0
answers

Peek definition in HTML Tools for Visual Studio Community 2017

I was looking at the HTML Tools extension for Visual Studio 2017 and I found the "Peek definition" functionality useful for editing css files from the html itself. My problem is that I usually work with ASP .NET Web Pages, using .apsx files, whi...
asked by 06.03.2018 / 09:48
0
answers

visual studio UWP

We have a Universal Windows Platform (UWP) project. The repository is in the windows cloud. The Visual Studio version is the 2017 community. A companion moved some files that already existed and were commiteed, within a new folder he uploaded...
asked by 03.03.2018 / 07:22
0
answers

Error using RequiredFieldValidator control when opening vs 15

The project started in Visual Studio 13 then updated to version 15 but at the time of testing give this error. When I comment on the validations, it works again <asp:RequiredFieldValidator id="rfvTnitp" runat="server"...
asked by 26.02.2018 / 17:04