Hello!
I'm new to compiling for ASP.NET, and am trying the 3rd step for this scroller control:
3. Compile the control to an assembly / dll.
I put the .vb file in the folder:
c:\Windows\Microsoft.net\Framework\v1.1.4322\
I tried that, and tried to run the following command line after changing the DOS directory to the v1.1.4322 directory:
vbc /t:library /out:ScrollPosition.dll /r:System.dll
..and get:
"no input sources specified"
Any suggestions are welcome! Thanks!
I'm new to compiling for ASP.NET, and am trying the 3rd step for this scroller control:
3. Compile the control to an assembly / dll.
I put the .vb file in the folder:
c:\Windows\Microsoft.net\Framework\v1.1.4322\
I tried that, and tried to run the following command line after changing the DOS directory to the v1.1.4322 directory:
vbc /t:library /out:ScrollPosition.dll /r:System.dll
..and get:
"no input sources specified"
Any suggestions are welcome! Thanks!