visual studio - PlatformVerificationTask fail during Windows CE5 development -


we have c# projects windows ce5. worked fine of them stopped compiling following error:

error 2 "platformverificationtask" task failed unexpectedly. system.typeinitializationexception: type initializer 'microsoft.compactframework.build.compiler.systemtypes' threw exception. ---> system.typeinitializationexception: type initializer 'microsoft.compactframework.build.compiler.coresystemtypes' threw exception. ---> system.typeinitializationexception: type initializer 'microsoft.compactframework.build.compiler.assemblyreference' threw exception. ---> system.invalidoperationexception: implementation not part of windows platform fips validated cryptographic algorithms. @ system.security.cryptography.sha1managed..ctor() @ microsoft.compactframework.build.compiler.assemblyreference..cctor() --- end of inner exception stack trace --- @ microsoft.compactframework.build.compiler.assemblyreference..ctor(string assemblystrongname) @ microsoft.compactframework.build.compiler.targetplatform.settov2(string platformassemblieslocation) @ microsoft.compactframework.build.compiler.targetplatform.setupassemblyreferencefor() @ microsoft.compactframework.build.compiler.targetplatform.get_assemblyreferencefor() @ microsoft.compactframework.build.compiler.coresystemtypes.initialize(boolean donotlockfile, boolean getdebuginfo) @ microsoft.compactframework.build.compiler.coresystemtypes..cctor() --- end of inner exception stack trace --- @ microsoft.compactframework.build.compiler.assemblynode.getassembly(string location, idictionary cache, boolean donotlockfile, boolean getdebuginfo, boolean useglobalcache, boolean preserveshortbranches) @ microsoft.compactframework.build.tasks.platformverificationtask.execute() --- end of inner exception stack trace --- @ microsoft.compactframework.build.compiler.systemtypes.clear() @ microsoft.compactframework.build.tasks.platformverificationtask.execute() @ microsoft.build.buildengine.taskengine.executeinstantiatedtask(engineproxy engineproxy, itembucket bucket, taskexecutionmode howtoexecutetask, itask task, boolean& taskresult) myproject

i tried reinstalling related problem: sdks, visual studio, .net frameworks. tried different visual studio versions: 2005 , 2008. nothing helps. projects not windows ce compiling fine.

i tried disable platform verification. projects starts bulding, if try start debug session - nothing happens.

maybe faced problem?


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -