Advanced Forum Search Results
-
Thanks,
I saw that thread, there is workaround but not answer.
In my case there is no crossdomain issue, it's over security madness.
If someone exposed criteria of "Protected Content" in case of MultiScaleImage It would be helpful.
-
In my application I use MultiScaleImage with customized MultiScaleTileSource and I want to use WriteableBitmap to make image from MultiScaleImage.
I have one problem: I got exception "WriteableBitmap has protected content. Pixel access is not allowed" if I trying to get pixels from WriteableBitmap
Tiles source and site are in one ...
-
Good news, thanks.
-
Yes Stefan's posts are very usefull :))
Now I must convert my 5 TB image database into jpg .... ha ... ha ... very funny
If you need application that reproduce bug I'll try to extract it from my system and provide it with image DB
P.S. I expressed my opinion in Russian because I tired dancing with tambourine ...
-
Похоже друзья из Макрософт забили на нашу проблему, выпустили глючный продукт, а поддержки 0.
P.S. My opinion about problem solving from Microsoft, in Russian
-
My investigations show that application crashed when I used PNG + ScaleTransform or made changes in FontSize for TextBlock but with TranslateTransform all work fine.
Yesterday I have made testing with Label from Silverlight Toolkit and found the same effect.
-
Today I have performed testing MultiScaleImage with JPG and found that it stable and does not crashing, looks like all problems in PNG
-
First-chance exception at 0x7c94e39c (ntdll.dll) in iexplore.exe: 0xC0000029: An invalid unwind target was encountered during an unwind operation.
Unhandled exception at 0x7c94e39c (ntdll.dll) in iexplore.exe: 0xC0000029: An invalid unwind target was encountered during an unwind operation.
My call stack:
ntdll.dll!_RtlUnwind@16() + ...
-
I found that my project crashing if I turn on text displaying, I have scaled text - TextBlocks that use RenderTransform (ScaleTransform) to recalculate size and position
My project also contains some vector like markers - Geometry objects
I use png and jpg and haven't found differences
-
My Silverlight application based on MultiScaleImage with customized MultiScaleTileSource.
I use mouse wheel helper based on Silverlight's DOM bridge
Before it was updated from Beta2 to RC0 all worked perfect.
But after update to RC0 ,sometimes during active work, Internet Explorer 7 and Firefox 3 close without any ...