Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
Eddy Vluggen29-Jul-10 8:43
professionalEddy Vluggen29-Jul-10 8:43 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 7:38
I Believe In GOD29-Jul-10 7:38 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
OriginalGriff29-Jul-10 6:11
mveOriginalGriff29-Jul-10 6:11 
QuestionNeed help determining Dirty state of ActiveRecord Pin
Paul Brower29-Jul-10 3:06
Paul Brower29-Jul-10 3:06 
QuestionCode behind File System Watcher Pin
thomforum29-Jul-10 2:50
thomforum29-Jul-10 2:50 
AnswerRe: Code behind File System Watcher Pin
Not Active29-Jul-10 3:05
mentorNot Active29-Jul-10 3:05 
AnswerRe: Code behind File System Watcher Pin
Luc Pattyn29-Jul-10 4:03
sitebuilderLuc Pattyn29-Jul-10 4:03 
AnswerRe: Code behind File System Watcher Pin
Bernhard Hiller1-Aug-10 22:22
Bernhard Hiller1-Aug-10 22:22 
Be aware that some applications strangely create an empty file first, and a few moments later on they open it for writing and write the contents. FileSystemWatcher is very fast, and you may happen to move the file away when it is still empty - if the other application then tries to open it for writing, that application could be stupid enough to cause an exception. Try to create your own watcher class by encapsulating FileSystemWatcher and dealing with empty files and files still being written by the other application, and some more strange things specific of that CAD application.
GeneralRe: Code behind File System Watcher Pin
thomforum10-Aug-10 16:22
thomforum10-Aug-10 16:22 
Questionspecial character replacement Pin
varsh1229-Jul-10 2:14
varsh1229-Jul-10 2:14 
AnswerRe: special character replacement PinPopular
OriginalGriff29-Jul-10 2:21
mveOriginalGriff29-Jul-10 2:21 
AnswerRe: special character replacement Pin
Keith Barrow29-Jul-10 2:23
professionalKeith Barrow29-Jul-10 2:23 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 2:35
varsh1229-Jul-10 2:35 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 2:46
professionalKeith Barrow29-Jul-10 2:46 
AnswerRe: special character replacement Pin
musefan29-Jul-10 2:49
musefan29-Jul-10 2:49 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:12
varsh1229-Jul-10 3:12 
GeneralRe: special character replacement PinPopular
PIEBALDconsult29-Jul-10 3:17
mvePIEBALDconsult29-Jul-10 3:17 
AnswerRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:13
mvePIEBALDconsult29-Jul-10 3:13 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:20
varsh1229-Jul-10 3:20 
GeneralRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:22
mvePIEBALDconsult29-Jul-10 3:22 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 3:36
professionalKeith Barrow29-Jul-10 3:36 
AnswerRe: special character replacement Pin
Luc Pattyn29-Jul-10 4:06
sitebuilderLuc Pattyn29-Jul-10 4:06 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 4:49
varsh1229-Jul-10 4:49 
GeneralRe: special character replacement Pin
Sauro Viti29-Jul-10 5:19
professionalSauro Viti29-Jul-10 5:19 
GeneralRe: special character replacement Pin
Luc Pattyn29-Jul-10 7:43
sitebuilderLuc Pattyn29-Jul-10 7:43 

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.