Can't run DevForce Windows Store sample Application -


i trying run devforce windowsstoredevtour sample application. getting exception:

system.typeinitializationexception unhandled user code hresult=-2146233036 message=the type initializer 'windowsstoredevtour.northwindibentities' threw exception. source=windowsstoredevtour typename=windowsstoredevtour.northwindibentities stacktrace: @ windowsstoredevtour.northwindibentities..ctor(boolean shouldconnect, string datasourceextension, entityserviceoption entityserviceoption, string compositioncontextname) @ windowsstoredevtour.dataservice..ctor() @ windowsstoredevtour.dataservice.get_instance() @ windowsstoredevtour.listpage.d__0.movenext() innerexception: system.typeinitializationexception hresult=-2146233036 message=the type initializer 'ideablade.entitymodel.entitymetadatastore' threw exception. source=ideablade.entitymodel.winrt typename=ideablade.entitymodel.entitymetadatastore stacktrace: @ ideablade.entitymodel.entitymetadatastore.get_instance() @ ideablade.entitymodel.entityrelation.get_metadatastore() @ ideablade.entitymodel.entityrelation.initializeentityrelations(assembly assembly) @ windowsstoredevtour.northwindibentities..cctor() innerexception: system.reflection.reflectiontypeloadexception hresult=-2146232830 message=unable load 1 or more of requested types. retrieve loaderexceptions property more information. source=mscorlib stacktrace: @ system.reflection.runtimemodule.gettypes(runtimemodule module) @ system.reflection.runtimeassembly.get_definedtypes() @ ideablade.core.reflection.reflectionextensions.getalltypes(assembly assembly) @ ideablade.core.platformresolver.b__0[t](assembly a) @ system.linq.enumerable.d__142.movenext() @ system.linq.enumerable.firstordefault[tsource](ienumerable1 source, func`2 predicate) @ ideablade.core.platformresolver.resolve[t](boolean throwifnotfound) @ ideablade.core.appenv.get_current() @ ideablade.entitymodel.entitymetadatastore..ctor() @ ideablade.entitymodel.entitymetadatastore..cctor() innerexception:

i don't know how solve it.

it looks forgot update packages.config entry newer microsoft.composition package used in version 7.2.3. can fix going nuget package manager , updating package latest version (1.0.27).

we'll sample fixed soon.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -