Posts by Antonio Junior • 43 points
6 posts
-
0
votes0
answers13
viewsQ: edmx Entity Framework error
Gentlemen, I cannot update a table in the system, which I do maintenance due to the following message : The model was generated with warnings or errors. Please see the Error List for more Details.…
-
1
votes0
answers468
viewsQ: Maximum request size exceeded Httpexception (0x80004005)
I am trying to upload files on my system however I cannot due to error message: Httpexception (0x80004005): Maximum request size exceeded. I’ve tried several solutions and nothing Following the code…
-
0
votes1
answer3671
viewsQ: string was not recognized as a Valid datetime
Hello. This problem is occurring only when I place the site on iis. I have tried several solutions, however, I can not solve.Below the code snippet where the problem occurs: public DataTable…
-
0
votes1
answer318
viewsQ: How to Reset a Gridview c# aspnet?
I have two tables(Datatable) different and need to use them in the same Gridview. But when I call Gridview on the screen it always takes the value of the first table. Does anyone know how to make a…
-
2
votes1
answer2250
viewsQ: How to access external network folders with c# Asp.net?
When I try to read files on another network (which requires authentication), the error below occurs. The same problem I also have when I try to access protected folders. Does anyone know how to fix…
-
1
votes1
answer1049
viewsQ: How to jump line in tooltip?
Hello, I’m trying to put balloons with information on my SVG map (when I hover over the map the information appears), however, when I try to put information like city and phone the information line…