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

C#

 
GeneralImport of CSV via ODBC issue Pin
RB@Emphasys18-Apr-05 8:42
RB@Emphasys18-Apr-05 8:42 
GeneralDeleting a line from a text file Pin
Member 75626018-Apr-05 8:34
Member 75626018-Apr-05 8:34 
GeneralRe: Deleting a line from a text file Pin
Luis Alonso Ramos18-Apr-05 8:46
Luis Alonso Ramos18-Apr-05 8:46 
GeneralProblem DLLImport and events Pin
thaukko18-Apr-05 5:01
thaukko18-Apr-05 5:01 
GeneralRestarting a service Pin
Mauricio Ritter18-Apr-05 4:38
Mauricio Ritter18-Apr-05 4:38 
GeneralRe: Restarting a service Pin
Dave Kreskowiak18-Apr-05 5:24
mveDave Kreskowiak18-Apr-05 5:24 
GeneralRe: Restarting a service Pin
Mauricio Ritter18-Apr-05 6:38
Mauricio Ritter18-Apr-05 6:38 
GeneralRe: Restarting a service Pin
Dave Kreskowiak18-Apr-05 7:33
mveDave Kreskowiak18-Apr-05 7:33 
That is still no solution for leaky code. There is just no excuse for leaving a leak in there like that. You have to go over the calls you're making to the unmanaged library and make ABSOLUTELY SURE, without a shadow of a doubt, that you're properly releasing those unmanaged resources. The documentation on the library your using will most likely help with that.

You said your using a library downloaded from CodeProject. Post a message in the aritcle's forum that you downloaded the library from. Maybe there's a known bug and a fix for your problem there. Check with the auther and ask where the underlying unmanaged code came from and if there any doc's on it.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Restarting a service Pin
Alex Korchemniy18-Apr-05 9:05
Alex Korchemniy18-Apr-05 9:05 
QuestionHow to handle Scroll Bar events for word in c#? Pin
18-Apr-05 3:56
suss18-Apr-05 3:56 
GeneralReadFile, Accept methods in C#.net Pin
Babarsaeed18-Apr-05 3:39
Babarsaeed18-Apr-05 3:39 
GeneralHelp--Drag Drop Event Sometimes not work and Some times it works Pin
M Umair tariq18-Apr-05 1:59
M Umair tariq18-Apr-05 1:59 
Generalrdl in c# Pin
tvprithiv18-Apr-05 1:51
tvprithiv18-Apr-05 1:51 
GeneralRe: rdl in c# Pin
leppie18-Apr-05 3:37
leppie18-Apr-05 3:37 
QuestionHow to Ping? Pin
Alper Camel18-Apr-05 1:31
Alper Camel18-Apr-05 1:31 
AnswerRe: How to Ping? Pin
Colin Angus Mackay18-Apr-05 1:38
Colin Angus Mackay18-Apr-05 1:38 
GeneralRe: How to Ping? Pin
Alper Camel18-Apr-05 1:44
Alper Camel18-Apr-05 1:44 
GeneralRe: How to Ping? Pin
Dave Kreskowiak18-Apr-05 4:57
mveDave Kreskowiak18-Apr-05 4:57 
GeneralRe: How to Ping? Pin
Anonymous18-Apr-05 21:14
Anonymous18-Apr-05 21:14 
GeneralRe: How to Ping? Pin
Dave Kreskowiak19-Apr-05 2:21
mveDave Kreskowiak19-Apr-05 2:21 
GeneralRe: How to Ping? Pin
Alper Camel19-Apr-05 4:13
Alper Camel19-Apr-05 4:13 
GeneralRe: How to Ping? Pin
Dave Kreskowiak19-Apr-05 14:59
mveDave Kreskowiak19-Apr-05 14:59 
GeneralAttaching custom methods Pin
Enishi18-Apr-05 1:29
Enishi18-Apr-05 1:29 
GeneralRe: Attaching custom methods Pin
MoustafaS18-Apr-05 2:42
MoustafaS18-Apr-05 2:42 
GeneralRe: Attaching custom methods Pin
Sebastian Schneider18-Apr-05 3:09
Sebastian Schneider18-Apr-05 3:09 

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.