zoukankan      html  css  js  c++  java
 
but when I test the custom contorl, It occur an unsupported Error.
 
investigate the reason ,I find in the top of graph class.
there is a sentence 
 #if NETCFDESIGNTIME
[assembly: System.CF.Design.RuntimeAssemblyAttribute("GraphControl, Version=1.0.845.15148, Culture=neutral, PublicKeyToken=null")]
#endif
 
but it is not supported in latest NetCF2.0,only in vs2003's NetCF1.0,we can find the System.CF.Design.dll
but in Vs2005 system.we can find below dll.
 
I think maybe it reason which I can't run it in vs2005 mobile environment.
 
but I don't know how to reslove it,Pls. help me
查看全文
  • 相关阅读:
    6 【程序6 最大公约数和最小公倍数】
    5 【程序5 判断分数等级】
    4 【程序4 分解质因数】
    3 【程序3 水仙花数】
    2【程序2 输出素数】
    1 【程序1 不死神兔】
    终极解决傻X阿里钱盾新手开店及老卖家复核身份证照片模糊无法对焦问题
    struct和typedef struct彻底明白了
    CentOS 6.5 编译安装 LNMP环境
    Another MySQL daemon already running with the same unix socket
  • 原文地址:https://www.cnblogs.com/dwfbenben/p/500737.html
  • Copyright © 2011-2022 走看看