1 Attachment(s)
Memory issue with Panorama viewer
Hello,
I'm working on a project creating a Google Streetview UserControl. I came with the idea for GMap.NET. The coordinator and me have puzzled a lot, but now everythink works.
Except for one thing, it uses huge amounts of memory. I would ask you if you would take a look at it, and maybe solving the problem. We both don't have a clue anymore.
Your sincerely,
Thomas
Re: Memory issue with Panorama viewer
Re: Memory issue with Panorama viewer
At his highest point 500MBs, but that only is for less then a second, then it's around 220, which I think is still quite a lot.
Re: Memory issue with Panorama viewer
How can we troubleshoot it when the solution you attached to that post doesnt contain any of the source code? I cant see anything by looking at a solution that just contains a form that has about 10 lines of code in it when all of the work is done in one of the reference DLLs (StreetView.dll I assume) so if you can upload your actual code then maybe someone can help :)
Re: Memory issue with Panorama viewer
I think you should look at the folder StreetViewControl;)
Re: Memory issue with Panorama viewer
Ohhh, you should have mentioned that.. when someone posts a ZIP file that has a solution file in the root of it then I am just going to run that and not go trawling through the other folders in there ;) Anyway, I'll have a quick look and see if there is anything I can spot
EDIT: Oh dear its C# :(
Re: Memory issue with Panorama viewer
Well, thank you for taking a look. I'm not at good in C# either, but I try my best ;)
Re: Memory issue with Panorama viewer
I had a proper look but I'm afraid I'm not familiar enough with the 3D stuff in WPF so I cant really tell whats going on (the C# doesnt help either of course). Hope someone else can help more than me!
Re: Memory issue with Panorama viewer
At least thank you for taking a look:D
Re: Memory issue with Panorama viewer
Can anyone help me out with this?