Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i get this error when i insert an 699 MB file on my program (this program convert files to code):

http://up.pnu-club.com/di-KWYO.jpg[^]

and i get this error when i want to delete some of my files:

http://up.pnu-club.com/di-FU2Y.png[^]

how to fix these ? please explain clearly. thank u.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Dec-15 14:00pm    
What makes you showing those pictures when the information is purely textual?
What's the use of showing exception stack without showing the code which causes the exception?
The way you present the problems is not helpful.
—SA
brandon1999 26-Dec-15 2:27am    
ok, so i don't use pictures anymore.

1 solution

1. The first one is very clear. It says timeout expired. Whatever you are doing is taking too long and so sql times out. So, either increase the timeout period or change your code to be more efficient.

2. The second error is also very clear. Incorrect syntax near an equal sign. You need to fix the syntax of your code. Since you showed a screen shot of debugging the code just look at what SqlStr is and there is likely nothing after the equal sign. Should be very easy to fix.
 
Share this answer
 
Comments
BillWoodruff 26-Dec-15 14:57pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900