Advanced Forum Search Results
-
Hi there,
Have you been able to solve the problem?
I have exactly same problem here and don't know why.
Thanks,
Yelong
-
here they are.
ntdll.dll!_RtlUnwind@16() + 0x61003 bytes
npctrl.dll!_longjmp() + 0x4e bytes
npctrl.dll!CWindowsServices::ThrowException() + 0xc bytes
agcore.dll!jpeg_common_struct::ErrExit() + 0x5a ...
-
ntdll.dll!77b83b6b()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!77b689fd()
ntdll.dll!77b67d82()
...
-
Hi Stefan,
Thank you for your reply.
I have 2 screen shots for my machine and debugging window. hope they help.
You can test the app by the link below.
http://silverlight.services.live.com/invoke/66026/MyDeepZoomTest/iframe.html
it does not always happen, but try to open the app several times and keep on testing for a ...
-
hi there,
please help to test the code below.
add the code to the bottom of Page() constructor in a deepzoomcomposer generated project.
run the project and zom in/out very fast, then I.E. crashes.
any workaround will be really appreciated.
thanks
Canvas c = new Canvas();
ScaleTransform ...
-
Sure, I did try. It came the same issue.
But I got a workaround. Created a new project in the solution and just added the webreference into this new project. added the reference of the project to the old one.
Thanks.
-
hi all,
I have just updated all to the latest release, opened the solution in VS and fixed some issues.
When i tried to update an asmx webservice reference, looks that VS removes all the generated code in Reference.cs and those .datasource files.
so I don't have any classes or functions to call the webservice. tried serveral way. ...
-
Confused...
We DO have this resized event in Beta1, don't we?
-
we DO have this resized event in beta1, don't we?
-
sometimes, SL turns to white screen without any exception. SL itself is not crashed because you can still see right-click menu. you can even catch mouse events.
one example is to zoom an image very deep. you will find it use the following code.
{
this.trxScale.CenterX = ...