just add a reference to the dll in your solution explorer and import the necessary namespace and start to use the classes in the dll

解决方案 »

  1.   

    在项目里面增加一个引用,引用到你那个C#的dll即可。
      

  2.   

    在你需要添加调用C#的dll库的项目里找到引用那个项,
    然后用右键点击它,出现引用菜单,点击它,就会出现一个对话框,选择你的C#的Dll的路径,就行了,
      

  3.   

    直接添加引用然后using dllname即可啊
      

  4.   

    我还是不太懂,我初用vb.net
    http://tsx.mpc.cn/1.bmp
    http://tsx.mpc.cn/2.bmp
      

  5.   

    用什么打开的项目?VC6?换成VS.net
      

  6.   

    C#写出来的Dll,VC6是不能调用的,所有才会报你的那个错误
      

  7.   

    我用的vb.net调用,有没有办法????
      

  8.   

    哪怎么用vb.net调用?求各位大哥指点迷津.