R
RN1
Most of the questions I have been asking in this newsgroup have
remained unanswered (is grasping .NET too tough a task - I guess so
since even basic questions that I have asked in this newsgroup haven't
been answered); so I sincerely hope someone could help me overcome
this problem
I am trying to compile a VB file using the vbc tool but it generates a
plethora of errors one of them being:
-----------------------------
Unable to load referenced library 'C:\WINDOWS\Microsoft.NET\Framework
\v2.0.5.0727\System.dll': No such interface supported.
-----------------------------
What am I missing? This is what I am using at the prompt where the VB
file MyDLL.vb resides in a command prompt window:
vbc /t:library /out:bin\MyDLL.dll /r:System.dll /r:System.Data.dll
MyDLL.vb
Please note that I have added
C:\Program Files\Microsoft.Net\FrameworkSDK\Bin\
&
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
to the "Path" variable under "System Variables" by opening up the
"System" applet from "Control Panel" & then navigating to the
"Advanced" tab & clicking the "Environment Variables" button.
Thanks,
Ron
remained unanswered (is grasping .NET too tough a task - I guess so
since even basic questions that I have asked in this newsgroup haven't
been answered); so I sincerely hope someone could help me overcome
this problem
I am trying to compile a VB file using the vbc tool but it generates a
plethora of errors one of them being:
-----------------------------
Unable to load referenced library 'C:\WINDOWS\Microsoft.NET\Framework
\v2.0.5.0727\System.dll': No such interface supported.
-----------------------------
What am I missing? This is what I am using at the prompt where the VB
file MyDLL.vb resides in a command prompt window:
vbc /t:library /out:bin\MyDLL.dll /r:System.dll /r:System.Data.dll
MyDLL.vb
Please note that I have added
C:\Program Files\Microsoft.Net\FrameworkSDK\Bin\
&
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
to the "Path" variable under "System Variables" by opening up the
"System" applet from "Control Panel" & then navigating to the
"Advanced" tab & clicking the "Environment Variables" button.
Thanks,
Ron