做技术的话,感觉还是不用vista个人感觉

解决方案 »

  1.   

    你考过来就行了`  在命名空间那里写  using cards.dll  就行了`~  可能VISTA不行`不过你可以试试
      

  2.   

    把cards copy到本地,然后在你的项目中添加引用.
      

  3.   

    在你的项目中添加cards.dll的引用.
      

  4.   

    using System.Runtime.InteropServices;举例子,动态载入
      [DllImport("cellcore.dll")]
            public static extern int SimInitialize(uint dwFlags,
            int lpfnCallBack, uint dwParam, ref int lphSim);
      

  5.   

    在解决方案中,右键引用-->添加引用-->浏览--》选择你要文件就可以了。
      

  6.   

    可以使用TypeOf反射类来查看类的属性,方法等信息.