Posts by Felipe Lemos • 89 points
8 posts
-
2
votes1
answer256
viewsQ: Version error when attaching sql server database
I’m trying to attach a database to a file. mdf generated by visual Studio, at the time I created the Identity database, however I am trying to attach this database to sql server and this giving a…
-
2
votes1
answer229
viewsQ: Redirect with MVC Timer
I have a little problem I’m cracking my head to solve. I am building an MVC website and would like to make a opening page with Timer rolling like this image: So far, great. The problem is that I…
-
0
votes0
answers493
viewsQ: Bursting of Memory (RELEASE)
I’m having a little problem with my code... is eating a Braba memory... and is not pouring memory ... a simple application within my program... Label printing... every time I print a label the code…
-
0
votes1
answer1359
viewsQ: Security Exception Error
I am trying to post a website on ASP.NET MVC on Ocaweb and came across the following error message... Security Exception Description: The application attempted to perform an operation not allowed by…
asp.net-mvcasked Felipe Lemos 89 -
3
votes1
answer156
viewsQ: How to update sql in visual studio 2015
I am in an ASP MVC project. When I try to log in or use the database the following error occurs: The database 'aspnet-Nerdchest-20160621052548' cannot be opened because it is version 852. This…
-
1
votes2
answers192
viewsA: Remove from account when value is 0
Since you used zero for undefined, just add 1 to the divisor for each non-zero IF( notaAmbiente, 1, 0 ) + IF( notaApresentacaoDasPizzas, 1, 0 ) + IF( notaQualidadeDosProdutos, 1, 0 ) + IF(…
-
-1
votes3
answers2825
viewsA: Check whether a date and time (timestamp) represents the current day
WHERE DATE(dh.envio) = DATE(NOW())
-
1
votes0
answers174
viewsQ: How to Update SQL Server Localdb Version
I have a site project in ASP.NET MVC shared on team and home pc. I can connect in DB normally, however, when I log some user registered on the site on the pc of the job it happens the following…