Click here to Skip to main content
15,891,372 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Eddy Vluggen20-Jul-16 5:41
professionalEddy Vluggen20-Jul-16 5:41 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
mInternauta22-Jul-16 2:06
mInternauta22-Jul-16 2:06 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Eddy Vluggen22-Jul-16 2:59
professionalEddy Vluggen22-Jul-16 2:59 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
mInternauta22-Jul-16 3:13
mInternauta22-Jul-16 3:13 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Eddy Vluggen22-Jul-16 3:25
professionalEddy Vluggen22-Jul-16 3:25 
AnswerRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Gerry Schmitz19-Jul-16 6:17
mveGerry Schmitz19-Jul-16 6:17 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
mInternauta20-Jul-16 4:25
mInternauta20-Jul-16 4:25 
GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
Daniel Pfeffer20-Jul-16 20:58
professionalDaniel Pfeffer20-Jul-16 20:58 
mInternauta wrote:
but it would take a long time to understand the algorithm and fixes it

That's why they pay you the big bucks. Smile | :)

Seriously, if you have a well-known library that is crashing all the time, then you are probably using it outside the bounds it was intended to be used. I would:
0. RTFM! and check that you are using the APIs correctly.
1. Check for limits on file storage (number of files that may be stored, upper limits on file sizes)
2. Check for limits on container size
3. Check for limits on the file-system containing your container (e.g. FAT32 can only handle files up to 4GB in size)
4. ...
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack.

--Winston Churchill

GeneralRe: DiscUtils - a replacement? Im desperate to solve this problem. Pin
mInternauta21-Jul-16 1:54
mInternauta21-Jul-16 1:54 
QuestionUnmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian5-Jul-16 10:29
Derek Tortonian5-Jul-16 10:29 
AnswerRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd5-Jul-16 16:08
Super Lloyd5-Jul-16 16:08 
AnswerRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd5-Jul-16 19:55
Super Lloyd5-Jul-16 19:55 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian6-Jul-16 10:27
Derek Tortonian6-Jul-16 10:27 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd6-Jul-16 13:25
Super Lloyd6-Jul-16 13:25 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian7-Jul-16 8:50
Derek Tortonian7-Jul-16 8:50 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Super Lloyd7-Jul-16 14:35
Super Lloyd7-Jul-16 14:35 
GeneralRe: Unmanaged Hosting of .NET Framework Version 4 Pin
Derek Tortonian8-Jul-16 10:05
Derek Tortonian8-Jul-16 10:05 
GeneralPROBLEM SOLVED Pin
Derek Tortonian13-Jul-16 10:08
Derek Tortonian13-Jul-16 10:08 
GeneralRe: PROBLEM SOLVED Pin
Super Lloyd13-Jul-16 17:50
Super Lloyd13-Jul-16 17:50 
GeneralRe: PROBLEM SOLVED Pin
Derek Tortonian15-Jul-16 13:10
Derek Tortonian15-Jul-16 13:10 
GeneralRe: PROBLEM SOLVED Pin
Super Lloyd15-Jul-16 17:02
Super Lloyd15-Jul-16 17:02 
QuestionDapper Query Async calling a stored procedures with parameters Pin
DotNetFellow29-Jun-16 3:43
DotNetFellow29-Jun-16 3:43 
AnswerRe: Dapper Query Async calling a stored procedures with parameters Pin
Richard Deeming29-Jun-16 3:55
mveRichard Deeming29-Jun-16 3:55 
AnswerRe: Dapper Query Async calling a stored procedures with parameters Pin
Pratik_Scott30-Jun-16 6:47
Pratik_Scott30-Jun-16 6:47 
QuestionCode special to MVC Pin
larsp77728-Jun-16 2:13
larsp77728-Jun-16 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.