WyUpdate Error

HiI download WyBuild trial and use it in my project.I use windows 7 64 bit and i recieved this error when i use program in my system in spoon studio in 64 bit systems only.wyUpdate.exe entry point Not FoundThe procedure entry point InterlockedExchange could not be located in the Dynamic Link Library KERNEL32.DLLThanksMehdi Amini

This almost sounds like you have a virus or malware on your computer. I can't reproduce this problem on a clean computer. Also, do you have the .NET Framework 2.0 installed on the computer you're testing on?

Lastly, scan your computer for viruses. Because, honestly, that's what you're problem sounds like. See:

C0000139 {entry point not found} the procedure entry point RtlCopyContext could not be located in the dynamic link library ntdll.dll

When booting up, I get "WINLOGON.EXE-entry point not found." error.

Its solved after reading this issue:http://stackoverflow.com/questions/2599311/unable-to-find-an-entry-point-named-interlockedexchange After I change wyBuild to use .net framework 4,does wyUpdate need .net framework 2 ?Thanks

Are you saying you're running wyBuild or wyUpdate in a faux virtualized environment (spoon studio)? If so, there's your problem. Don't do that. Just install the .NET Framework.

After I change wyBuild to use .net framework 4,does wyUpdate need .net framework 2 ?

We talk about the requirements of the wyBuild, wyUpdate, and the AutomaticUpdater here.

Yes I use spoon studio with built in .net framework 4 .After change Target architecture from any cpu to x86 problem solved.Thanks.