Click here to Skip to main content
15,891,136 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Yanshof5-Oct-10 7:18
Yanshof5-Oct-10 7:18 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Abhinav S5-Oct-10 7:27
Abhinav S5-Oct-10 7:27 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Yanshof5-Oct-10 17:54
Yanshof5-Oct-10 17:54 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Abhinav S5-Oct-10 18:18
Abhinav S5-Oct-10 18:18 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Ian Shlasko6-Oct-10 2:53
Ian Shlasko6-Oct-10 2:53 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Yanshof6-Oct-10 2:57
Yanshof6-Oct-10 2:57 
GeneralRe: How to change border or userControl z-order in runtime ? Pin
Ian Shlasko6-Oct-10 3:15
Ian Shlasko6-Oct-10 3:15 
Questioncrashing UI in silverlight application at development time in VS2008 Pin
sumit70344-Oct-10 21:21
sumit70344-Oct-10 21:21 
i am beginner in silverlight.I am facing one problem at the development time in Vs2008.whenever i am making any new application.first time i am able to see my UI design at the development also but second time it is crashing.
and every time it is giving error.plz any one help me.

Error is--->
Click here to reload the designer
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at MS.Internal.XcpImports.RenderTargetBitmapRenderNative(IntPtr nativePtr, IntPtr element, Int32& dirtyX, Int32& dirtyY, Int32& dirtyWidth, Int32& dirtyHeight)
at MS.Internal.XcpImports.RenderTargetBitmapRender(HostingRenderTargetBitmap bitmap, UIElement visual, Int32& dirtyX, Int32& dirtyY, Int32& dirtyWidth, Int32& dirtyHeight)
at System.Windows.Interop.HostingRenderTargetBitmap.Render(UIElement visual)
at MS.Internal.Silverlight.Host.RuntimeInterop.RenderElementToTargetBitmap(Int32 elementKey, Int32 targetBitmapIdentifier)
at MS.Internal.Silverlight.Host.Interop.RenderElementToTargetBitmap(Int32 element, Int32 targetBitmapIdentifier, ISilverlightContentDownloadCallback urlcallback)
at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateBitmap()
at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.UpdateTree()
at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.CiderInternalImage.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at MS.Internal.Silverlight.Host.CiderSilverlightImageHost.MeasureOverride(Size constraint)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
AnswerRe: crashing UI in silverlight application at development time in VS2008 Pin
Pete O'Hanlon4-Oct-10 21:37
mvePete O'Hanlon4-Oct-10 21:37 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
#realJSOP5-Oct-10 9:00
mve#realJSOP5-Oct-10 9:00 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
Pete O'Hanlon5-Oct-10 23:26
mvePete O'Hanlon5-Oct-10 23:26 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
#realJSOP6-Oct-10 1:44
mve#realJSOP6-Oct-10 1:44 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
Pete O'Hanlon6-Oct-10 2:54
mvePete O'Hanlon6-Oct-10 2:54 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
#realJSOP6-Oct-10 8:25
mve#realJSOP6-Oct-10 8:25 
GeneralRe: crashing UI in silverlight application at development time in VS2008 Pin
Pete O'Hanlon6-Oct-10 9:47
mvePete O'Hanlon6-Oct-10 9:47 
QuestionSilverlight/WPF Pin
JAYRAJ GIRI4-Oct-10 20:58
JAYRAJ GIRI4-Oct-10 20:58 
AnswerRe: Silverlight/WPF Pin
Pete O'Hanlon4-Oct-10 21:29
mvePete O'Hanlon4-Oct-10 21:29 
GeneralRe: Silverlight/WPF Pin
JAYRAJ GIRI4-Oct-10 22:07
JAYRAJ GIRI4-Oct-10 22:07 
GeneralRe: Silverlight/WPF Pin
Pete O'Hanlon4-Oct-10 22:14
mvePete O'Hanlon4-Oct-10 22:14 
GeneralRe: Silverlight/WPF Pin
#realJSOP5-Oct-10 9:01
mve#realJSOP5-Oct-10 9:01 
AnswerRe: Silverlight/WPF Pin
Abhinav S4-Oct-10 22:15
Abhinav S4-Oct-10 22:15 
AnswerRe: Silverlight/WPF Pin
#realJSOP5-Oct-10 9:03
mve#realJSOP5-Oct-10 9:03 
AnswerRe: Silverlight/WPF Pin
thatraja7-Oct-10 19:57
professionalthatraja7-Oct-10 19:57 
QuestionHow to define condition variable on xaml ? Pin
Yanshof4-Oct-10 19:39
Yanshof4-Oct-10 19:39 
AnswerRe: How to define condition variable on xaml ? Pin
Mycroft Holmes4-Oct-10 19:45
professionalMycroft Holmes4-Oct-10 19:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.