I was using the trial version, but we just ordered the .NET CF Real-Time chart sw and I am having a setup problem. I added references to the new DLLs and left my previous code that referenced the QC classes unchanged. When I compile, I get the following error:
Assembly generation failed -- reference assembly QCRTGraphNetCF does not have a strong name
I have found some info on how to sign the DLLs, but I question the fact that I need to use various external tools and steps to overcome this signing problem. Can you give me some info here? Should I sign the DLL, and if so, how do you recommend that I do this?
We did not strong sign the DLL's. Is it a requirement that your application is strong signed? You would get that error message if your application were strong signed, but the DLLs were not.
Thanks for the reply. OK, that helps me. We don't need to strongly sign our app, and it is not. I will try to run the sample programs. It seems I have some sort of setup problem.