In my attempts to get silverlight added to my image (A70,128MB) and am using a supbproject to test. This supproject involves coredll.lib,uuid.lib and xamlruntime.lib But dll function calls are missing - been hunting arround and it looks like dotnet 3v5 functions are failing to link even though dotnet 3v5 is in the image and when i target with VS2008 (VB or C++) is installing the dot net cab to the device any advice?
add a dll to the main core
I did - the problem is the linker cannot see functions (dot net 3v5) that should be in the coredll.lib. bought a couple of books - other people on different platforms have had similar issues - turned out to be sdk problem - build process.
see http://webcache.googleusercontent.com/search?q=cache:50NH7dK9-rsJ:www.po... ATS26 - same problem as me