B
Bob H
Hi,
I've a simple component that references another component (that I've
compiled into a dll):
Imports myapp.MyClass 'compiled into Data1
Imports System
Namespace Data2
.....etc
End Namespace
I'm trying to compile Data2 using "vbc /t:library /r:System.dll,Data1.dll
data2.vb" using the DOS commandline and it's not finding the data1.dll
library (I'm in the application dir). I've tried putting the data1.dll in
the app directory and the /bin dir, but still the same problem.
Any clues please as to where I'm going wrong?
Thanks
Bob
I've a simple component that references another component (that I've
compiled into a dll):
Imports myapp.MyClass 'compiled into Data1
Imports System
Namespace Data2
.....etc
End Namespace
I'm trying to compile Data2 using "vbc /t:library /r:System.dll,Data1.dll
data2.vb" using the DOS commandline and it's not finding the data1.dll
library (I'm in the application dir). I've tried putting the data1.dll in
the app directory and the /bin dir, but still the same problem.
Any clues please as to where I'm going wrong?
Thanks
Bob