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
查看全文
  • 相关阅读:
    python求余、除法运算、向下圆整、round圆整
    【转】从入门到实践 json练习详解~~和ython : groupby 结果浅解,&之后的 y_list=[v for _,v in y]
    ### 模块“*.dll”已加载,但对DllRegisterServer的调用失败,错误代码为0x80070005
    python从excel里读取数据
    文本文件和二进制文件的区别
    析构函数 声明为protected
    c语言中ln,lg,log的表示。c语言中ln,lg,log的表示。
    js设计模式--创建型--单例模式
    js设计模式--创建型--工厂模式
    解决ElementUI的table组件在flex布局下宽度不能自适应的问题
  • 原文地址:https://www.cnblogs.com/dwfbenben/p/500737.html
  • Copyright © 2011-2022 走看看