Click here to Skip to main content
15,888,454 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: populate datagrid Pin
V.30-Dec-11 22:37
professionalV.30-Dec-11 22:37 
GeneralRe: populate datagrid Pin
arkiboys2-Jan-12 11:49
arkiboys2-Jan-12 11:49 
QuestionLoad Usercontrols in MVVM Pin
jogisarge29-Dec-11 10:59
jogisarge29-Dec-11 10:59 
AnswerRe: Load Usercontrols in MVVM Pin
Pete O'Hanlon29-Dec-11 11:52
mvePete O'Hanlon29-Dec-11 11:52 
Questiondata binding and resource file Pin
zedray28-Dec-11 0:29
zedray28-Dec-11 0:29 
QuestionPayment gateway in Silverlight Pin
saroja24127-Dec-11 1:47
saroja24127-Dec-11 1:47 
AnswerRe: Payment gateway in Silverlight Pin
ThatsAlok3-Jan-12 20:28
ThatsAlok3-Jan-12 20:28 
QuestionWPF does not run on an other machine Pin
Turhan Coskun25-Dec-11 10:34
professionalTurhan Coskun25-Dec-11 10:34 
The program runs perfectly on my machine but when I try to execute it on an other machine, it crashes after the splash screen. I have checked the event viewer and I have copied the following stack report. I am sure that if can access the details of the inner exception to see what causes the crash I am also sure that I would be able to solve my problem. I have already lost 1 week because of this issue. Please give me an idea for solution and sorry for my poor English.

VB
Uygulama: Safir.exe
Framework Sürümü: v4.0.30319
Açıklama: İşlenmeyen bir özel durum nedeniyle işlem sonlandırıldı.
Özel Durum Bilgisi: System.Windows.Markup.XamlParseException
Yığın:
   konum: System.Windows.Markup.XamlReader.RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri)
   konum: System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader, System.Xaml.IXamlObjectWriterFactory, Boolean, System.Object, System.Xaml.XamlObjectWriterSettings, System.Uri)
   konum: System.Windows.Markup.WpfXamlLoader.LoadBaml(System.Xaml.XamlReader, Boolean, System.Object, System.Xaml.Permissions.XamlAccessLevel, System.Uri)
   konum: System.Windows.Markup.XamlReader.LoadBaml(System.IO.Stream, System.Windows.Markup.ParserContext, System.Object, Boolean)
   konum: System.Windows.Application.LoadBamlStreamWithSyncInfo(System.IO.Stream, System.Windows.Markup.ParserContext)
   konum: System.Windows.Application.LoadComponent(System.Uri, Boolean)
   konum: System.Windows.Application.DoStartup()
   konum: System.Windows.Application.<.ctor>b__1(System.Object)
   konum: System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   konum: MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   konum: System.Windows.Threading.DispatcherOperation.InvokeImpl()
   konum: System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   konum: System.Threading.ExecutionContext.runTryCode(System.Object)
   konum: System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)
   konum: System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   konum: System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   konum: System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   konum: System.Windows.Threading.DispatcherOperation.Invoke()
   konum: System.Windows.Threading.Dispatcher.ProcessQueue()
   konum: System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   konum: MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   konum: MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   konum: System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   konum: MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   konum: System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   konum: MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   konum: MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   konum: System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   konum: System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   konum: System.Windows.Threading.Dispatcher.Run()
   konum: System.Windows.Application.RunDispatcher(System.Object)
   konum: System.Windows.Application.RunInternal(System.Windows.Window)
   konum: System.Windows.Application.Run(System.Windows.Window)
   konum: System.Windows.Application.Run()
   konum: Safir.App.Main()

AnswerRe: WPF does not run on an other machine Pin
SledgeHammer0125-Dec-11 12:54
SledgeHammer0125-Dec-11 12:54 
GeneralRe: WPF does not run on an other machine Pin
Turhan Coskun26-Dec-11 1:16
professionalTurhan Coskun26-Dec-11 1:16 
GeneralRe: WPF does not run on an other machine Pin
SledgeHammer0126-Dec-11 7:39
SledgeHammer0126-Dec-11 7:39 
AnswerRe: WPF does not run on an other machine Pin
Turhan Coskun28-Dec-11 3:38
professionalTurhan Coskun28-Dec-11 3:38 
QuestionBinding a SolidColorBrush resource of Theme Pin
Prasoon Chaudhary22-Dec-11 23:22
Prasoon Chaudhary22-Dec-11 23:22 
QuestionSilverlight Navigation menu Pin
arkiboys22-Dec-11 21:25
arkiboys22-Dec-11 21:25 
AnswerRe: Silverlight Navigation menu Pin
Abhinav S27-Dec-11 21:21
Abhinav S27-Dec-11 21:21 
GeneralRe: Silverlight Navigation menu Pin
arkiboys27-Dec-11 23:07
arkiboys27-Dec-11 23:07 
GeneralRe: Silverlight Navigation menu Pin
Abhinav S27-Dec-11 23:16
Abhinav S27-Dec-11 23:16 
Question[silverlight]How to customerize the readonly for each datagridcell Pin
Loveisasea21-Dec-11 21:43
Loveisasea21-Dec-11 21:43 
QuestionThe authentication header received from the server was 'Negotiate,NTLM' Pin
indian14321-Dec-11 6:30
indian14321-Dec-11 6:30 
AnswerRe: The authentication header received from the server was 'Negotiate,NTLM' Pin
thatraja21-Dec-11 6:58
professionalthatraja21-Dec-11 6:58 
GeneralRe: The authentication header received from the server was 'Negotiate,NTLM' Pin
indian14321-Dec-11 7:23
indian14321-Dec-11 7:23 
QuestionLoggin session for silverlight application Pin
nbeiruty20-Dec-11 23:48
nbeiruty20-Dec-11 23:48 
QuestionSilverLight Child Widow Pin
Ashraf ELHakim20-Dec-11 3:18
Ashraf ELHakim20-Dec-11 3:18 
QuestionImport Adobe Illustrator files into Microsoft Blend 4 trouble Pin
Morpheus31219-Dec-11 9:33
Morpheus31219-Dec-11 9:33 
Questionfile operation not permitted. access to path is denied silverlight Pin
indian14319-Dec-11 6:48
indian14319-Dec-11 6:48 

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.