A
AA
Hi,
I am having to vb files. One is located under C:/VB/main and the other
is under C:/VB/class.
File under main looks like:
<code>
Module Module1
Sub Main()
Dim test As New Test1
End Sub
End Module
</code>
The class Test1 is defined in the file (class_test.vb) under class
directory. When I compile the code, I get an error saying Test1 is not
defined. This is because class_test.vb is located in some other
directory.
Any idea how this can be resolved? I want to main the directory
structure.
Regards,
P
I am having to vb files. One is located under C:/VB/main and the other
is under C:/VB/class.
File under main looks like:
<code>
Module Module1
Sub Main()
Dim test As New Test1
End Sub
End Module
</code>
The class Test1 is defined in the file (class_test.vb) under class
directory. When I compile the code, I get an error saying Test1 is not
defined. This is because class_test.vb is located in some other
directory.
Any idea how this can be resolved? I want to main the directory
structure.
Regards,
P