Questions tagged as 'visual-studio-2013'

1
answer

Validating existing user in C #

The VerifyLoginExist function tells you that the login still exists, but still continues to the next line of code and signs in. I want her to call and return to register for a new name. My database has the cod_user as primary key, user (string)...
asked by 29.03.2016 / 21:34
1
answer

Form does not validate using Partial View

I'm using Partial View to Pessoa record, that is, in my View have two RadioButton : Pessoa Fisica and Pessoa Juridica , to select the Radio Button I do the following ajax : $(function (...
asked by 26.11.2015 / 11:34
1
answer

Nugget packet in local IIS or in an intra

I configured the local nuget and it worked very well, both on my machine and on the network. What I want is to put the packages ( DLL ) in the IIS , so that by passing the address ( URL ) of where DLL's is, we can...
asked by 22.12.2015 / 19:50
0
answers

debug php no visual studio

Does anyone know how I can debug and find errors in php using visual studio. I searched for some places, but found nothing satisfactory. When my page has an error in the code, using visual studio it only shows error 500. When I used notepad +...
asked by 06.11.2015 / 17:51
0
answers

Problem when listing text file data in c ++

Good night everyone, I have to deliver a job in college, the same is being done in C ++. As it is the first time that I come across this language, I have a problem in one of the part of the program. Follows: In the text file, the dat...
asked by 06.11.2015 / 21:35
1
answer

Doubt with Asp.Net project

Good afternoon, I'm learning ASP.NET and the guy who is teaching online, started like this: File, New Web Site and selected the ASP.NET Web Application option and has the following Account, App_Data ... etc folders. .. In my visual studio does no...
asked by 05.08.2015 / 18:39
1
answer

Open file (pdf, doc, etc)

I have the following code, which works perfect in IE, but in Chrome it does nothing, it opens the pdf and does not download. Any special settings in Chrome? <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Menu.ascx.cs" Inherits...
asked by 21.07.2015 / 21:40
1
answer

Error with webforms "Process with an Id of is not running"

I'm trying to run a .Net 4.5 webforms application, however the error: "Process with an Id of XXXX is not running." is displayed each time I try to run the application, where XXXX is variable, every attempt to execute the number is changed. Has a...
asked by 15.02.2015 / 17:47
0
answers

Namespace Conflict

I installed system.web.helpers and now I need to install system.web.mvc. It turns out that both have a dependency called: system.web.webpages and so the installation of mvc is giving error. See the error below: Install-Package : Updating 'Micr...
asked by 14.07.2015 / 14:06
1
answer

Can I add tables of content in the same database as the users? ASP.Net identity

I created an ASP.Net MVC 5, EF 6 project with individual accounts. The database is automatically generated with 5 tables: AspNetRoles ASpNetUserClaim AspNetUserLogins AspNetUserRoles AspNetUsers Is it good practice to put more...
asked by 05.04.2014 / 03:30