c# - Method not found: 'Void System.Diagnostics.Tracing.FrameworkEventSource.BeginGetResponse(System.Object, System.String)' -


i upgraded windows 8.1 today. after upgrade experiencing following exception on 1 of wpf windows:

xaml exception: provide value on 'system.windows.baml2006.typeconvertermarkupextension' threw exception.

inner exception: method not found: 'void system.diagnostics.tracing.frameworkeventsource.begingetresponse(system.object, system.string)'. 

i not getting exception before updating windows. note when remove icon window exception not occur - icon="/myprogram;component/resources/language.png"

unhandled stack trace follows:

    framework version: v4.0.30319 description: process terminated due unhandled exception. exception info: system.windows.markup.xamlparseexception stack:    @ ms.internal.threading.exceptionfilterhelper.trycatchwhen(system.object, system.delegate, system.object, int32, system.delegate)    @ system.windows.threading.dispatcheroperation.invokeimpl()    @ system.windows.threading.dispatcheroperation.invokeinsecuritycontext(system.object)    @ system.threading.executioncontext.runinternal(system.threading.executioncontext, system.threading.contextcallback, system.object, boolean)    @ system.threading.executioncontext.run(system.threading.executioncontext, system.threading.contextcallback, system.object, boolean)    @ system.threading.executioncontext.run(system.threading.executioncontext, system.threading.contextcallback, system.object)    @ system.windows.threading.dispatcheroperation.invoke()    @ system.windows.threading.dispatcher.processqueue()    @ system.windows.threading.dispatcher.wndprochook(intptr, int32, intptr, intptr, boolean byref)    @ ms.win32.hwndwrapper.wndproc(intptr, int32, intptr, intptr, boolean byref)    @ ms.win32.hwndsubclass.dispatchercallbackoperation(system.object)    @ system.windows.threading.exceptionwrapper.internalrealcall(system.delegate, system.object, int32)    @ ms.internal.threading.exceptionfilterhelper.trycatchwhen(system.object, system.delegate, system.object, int32, system.delegate)    @ system.windows.threading.dispatcher.legacyinvokeimpl(system.windows.threading.dispatcherpriority, system.timespan, system.delegate, system.object, int32)    @ ms.win32.hwndsubclass.subclasswndproc(intptr, int32, intptr, intptr)    @ ms.win32.unsafenativemethods.dispatchmessage(system.windows.interop.msg byref)    @ system.windows.threading.dispatcher.pushframeimpl(system.windows.threading.dispatcherframe)    @ system.windows.threading.dispatcher.pushframe(system.windows.threading.dispatcherframe)    @ system.windows.application.rundispatcher(system.object)    @ system.windows.application.runinternal(system.windows.window)    @ system.windows.application.run(system.windows.window)    @ system.windows.application.run()    @ maxcut.app.main() 

another issue guessing related 1 above: when try create new project in visual studio 2013 update 4, following error

"failed create 'imagesource' text '..\images\medium.png'

i have tried following solutions http://blogs.msdn.com/b/vsnetsetup/archive/2013/03/19/visual-studio-2012-ide-shows-failed-to-create-a-imagesource-from-the-text-images-medium-png-while-accessing-file-new-file-open-dialog-boxes.aspx

https://connect.microsoft.com/visualstudio/feedback/details/830040/failed-to-create-a-imagesource-from-the-text-images-medium-png

visual studio 2012 failed create project

error when trying start new project in visual studio

net framework 4.6 did trick me, hope works well!

http://www.microsoft.com/en-us/download/confirmation.aspx?id=44928


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -