cs file in vb.net project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thxBruin

    cs file in vb.net project

    I have a vb.net project and need a class CTest. I have the CTest source
    code, but it writed by cs not vb.net. Can i add this .cs file to vb.net
    project and then build it? or can i compile this cs file and then link it
    with my vb.net project?


  • Yura2000

    #2
    RE: cs file in vb.net project

    You need add vc# project to your solution.

    Comment

    Working...