|
Rank: Member
Groups: Registered
Joined: 3/17/2014 Posts: 3
|
We are using rapidspell v5 with txtextcontrol v16 We have noticed that the form we are using them do not get disposed and stays in memory. While testing with memory profiler we fold the form is referenced by Keyoti.RapidSpell.b0 object
If the forms dispose method we tried disposing the txtextcontroladapter and RapidSpellAsYouType but still not clearing
Any help will be appreciated.
Thanks Nav
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Hi Nav, I believe you're using 5.0.0 - could you try the latest version please and let me know if it's still a problem? http://keyoti.com/downlo...-NET-5.1.1-UD-Setup.msi
Thanks Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 3/17/2014 Posts: 3
|
Hi Jim
I have updated to the latest version but the dll Keyoti.RapidSpell.NET2.TXSupportv16.dll version is still 5.0.11.517 and I am still getting the same problem
memory profiler says there is a timer object which is referencing the Keyoti.RapidSpell.b0 which references the txtextcontrol
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
That's odd about the version, because in my install it's 5.1.13 https://www.dropbox.com/...L.NET2.TXSUPPORTV16.DLL
Best Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 3/17/2014 Posts: 3
|
Hi Jim Using the new dll but now the referencing object has changed to Keyoti.RapidSpell.al from Keyoti.RapidSpell.b0 earlier Please see the link here http://www.pmsc.com.au/keyoti.jpg
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Hi, I've spent some time trying to reproduce, using our mem profiler and manually tracking back the dispose code. All I can see is that you must call RapidSpellAsYouType.Dispose() when you're finished with it (or, it should be automatically done if you used the RapidSpellAsYouType constructor with (components) as the argument). Could you reproduce the problem in a simple project that you can send me please? Dropbox or email to me via support at keyoti.com Also, which profiler are you using? Thanks Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|