Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralImplementation of an FTP-like thing Pin
Member 1376406313-Jun-04 7:19
Member 1376406313-Jun-04 7:19 
GeneralRe: Implementation of an FTP-like thing Pin
Dave Kreskowiak14-Jun-04 2:42
mveDave Kreskowiak14-Jun-04 2:42 
GeneralQuickly display large images Pin
NaserAbiat12-Jun-04 21:29
NaserAbiat12-Jun-04 21:29 
GeneralViewing a form created in Access Pin
ccotton33312-Jun-04 9:32
ccotton33312-Jun-04 9:32 
GeneralRe: Viewing a form created in Access Pin
Mekong River12-Jun-04 22:49
Mekong River12-Jun-04 22:49 
General.NET-BroadcastEventWindow Pin
PaleyX12-Jun-04 6:16
PaleyX12-Jun-04 6:16 
GeneralRe: .NET-BroadcastEventWindow Pin
PaleyX12-Jun-04 6:30
PaleyX12-Jun-04 6:30 
GeneralRe: .NET-BroadcastEventWindow Pin
Dave Kreskowiak12-Jun-04 7:16
mveDave Kreskowiak12-Jun-04 7:16 
The problem can be cause by how you USE the chart component. This includes just instantiating it and not disposing of it properly before your app shuts down. THis is why you can't find an answer on any sites. Depending on the chart control, the answer to how to dispose of it will be different.

What is probably happening is the chart control you are using, a COM component do doubt, is firing off an event that you subscribed to, but since your app is already being GC'd, the call to your event code is going to where the event handler WAS in memory, which is no longer valid.


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

GeneralRe: .NET-BroadcastEventWindow Pin
PaleyX12-Jun-04 7:19
PaleyX12-Jun-04 7:19 
GeneralRe: .NET-BroadcastEventWindow Pin
Dave Kreskowiak13-Jun-04 8:30
mveDave Kreskowiak13-Jun-04 8:30 
GeneralRe: .NET-BroadcastEventWindow Pin
PaleyX13-Jun-04 13:53
PaleyX13-Jun-04 13:53 
GeneralHelp: Unicode in VB Pin
aida12_9912-Jun-04 3:36
aida12_9912-Jun-04 3:36 
GeneralRe: Help: Unicode in VB Pin
Dave Kreskowiak12-Jun-04 7:12
mveDave Kreskowiak12-Jun-04 7:12 
GeneralRe: Help: Unicode in VB Pin
tramdtt13-Jun-04 15:41
tramdtt13-Jun-04 15:41 
GeneralRe: Help: Unicode in VB Pin
Dave Kreskowiak14-Jun-04 0:18
mveDave Kreskowiak14-Jun-04 0:18 
GeneralRe: Help: Unicode in VB Pin
tramdtt14-Jun-04 22:48
tramdtt14-Jun-04 22:48 
GeneralRe: Help: Unicode in VB Pin
Anonymous16-Jun-04 1:38
Anonymous16-Jun-04 1:38 
GeneralVB.NET Pin
Anonymous12-Jun-04 3:23
Anonymous12-Jun-04 3:23 
GeneralRe: VB.NET Pin
Dave Kreskowiak12-Jun-04 7:10
mveDave Kreskowiak12-Jun-04 7:10 
GeneralRe: VB.NET Pin
Mekong River12-Jun-04 22:47
Mekong River12-Jun-04 22:47 
GeneralDatabase Pin
Jan Konijnenberg12-Jun-04 0:03
Jan Konijnenberg12-Jun-04 0:03 
GeneralRe: Database Pin
Hesham Amin12-Jun-04 0:46
Hesham Amin12-Jun-04 0:46 
Generalbitwise rotation Pin
Ercoolz11-Jun-04 22:07
Ercoolz11-Jun-04 22:07 
GeneralRe: bitwise rotation Pin
Dave Kreskowiak12-Jun-04 1:58
mveDave Kreskowiak12-Jun-04 1:58 
GeneralRe: bitwise rotation Pin
Ercoolz13-Jun-04 3:00
Ercoolz13-Jun-04 3:00 

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.