drnicolas Posted November 5, 2006 Report Posted November 5, 2006 Hi, I just started experimenting with the FSUIPC Client DLL for .NET It is very comfortable to use - a real success for anybody programming with .NET But I see a very severe problem: Whenever I exit my program which was started in VS2005, the application stays inmemory consuming actually some 14000 KBytes !! I can't kick it off the memory manually, I have to close VS2005 after each code change and reopen it !! This costs me days !!! Somewhere else I was advised to do something like this: System.Runtime.InteropServices.Marshal.ReleaseComObject(App) App = Nothing ' Eventuell (im Notfall) noch: GC.Collect() GC.WaitForPendingFinalizers() But this didn't help Any ideas ? :oops:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now