PC Review


Reply
Thread Tools Rate Thread

Compiling With VBC

 
 
RN1
Guest
Posts: n/a
 
      15th Mar 2008
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
 
Reply With Quote
 
 
 
 
RN1
Guest
Posts: n/a
 
      16th Mar 2008
On Mar 15, 4:00*pm, RN1 <r...@rediffmail.com> wrote:
> 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


C'mon yaar...someone out there must definitely be knowing
this,,,,,,it's been close to 48 hours since I asked this
question.....is this so hard a question to answer especially for the
so-called .NET MVPs, experts, gurus?
 
Reply With Quote
 
Lloyd Sheen
Guest
Posts: n/a
 
      16th Mar 2008

"RN1" <(E-Mail Removed)> wrote in message
news:5090a31e-8472-495c-907a-(E-Mail Removed)...
On Mar 15, 4:00 pm, RN1 <r...@rediffmail.com> wrote:
> 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


C'mon yaar...someone out there must definitely be knowing
this,,,,,,it's been close to 48 hours since I asked this
question.....is this so hard a question to answer especially for the
so-called .NET MVPs, experts, gurus?

I think most people here use an IDE so this is not something that is
normally dealt with. Plus insulting those who you ask for help is just
plain dumb.


 
Reply With Quote
 
RN1
Guest
Posts: n/a
 
      17th Mar 2008
On Mar 17, 2:16*am, "Lloyd Sheen" <a...@b.c> wrote:
> "RN1" <r...@rediffmail.com> wrote in message
>
> news:5090a31e-8472-495c-907a-(E-Mail Removed)...
> On Mar 15, 4:00 pm, RN1 <r...@rediffmail.com> wrote:
>
>
>
>
>
> > 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

>
> C'mon yaar...someone out there must definitely be knowing
> this,,,,,,it's been close to 48 hours since I asked this
> question.....is this so hard a question to answer especially for the
> so-called .NET MVPs, experts, gurus?
>
> I think most people here use an IDE so this is not something that is
> normally dealt with. *Plus insulting those who you ask for help is just
> plain dumb.- Hide quoted text -
>
> - Show quoted text -


No...no....I really don't mean to insult or offend someone from the
bottom of my heart. I sincerely apologize for the same if anyone feels
so. Actually I have been using the various newsgroups (like ASP, SQL,
VB etc.) since last 6-7 years or so & on 99.5% occasions have got my
queries & doubts resolved but this newsgroup seems to be an exception.
Most of the questions that I have put forward in this newsgroup have
gone unanswered. Since most developers have migrated from ASP to
ASP.NET, I didn't expect such a subdued response from this newsgroup.

I guess I went a bit overboard to vent my frustration & disappointment

Once again, sorry for the folly.....

Ron
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help for compiling delphine_fontaine@yahoo.com Microsoft C# .NET 2 18th Jan 2006 07:00 PM
compiling a DLL Luigi Puleio Microsoft VC .NET 2 29th Jun 2004 07:49 AM
Compiling with .NET 1.0 Matt Tapia Microsoft Dot NET Compact Framework 1 8th Jun 2004 08:16 PM
Stop compiling doesn't stop compiling Rudy Ray Moore Microsoft VC .NET 0 5th May 2004 12:50 AM
vb.net compiling Tim Shelton Microsoft VB .NET 4 24th Apr 2004 11:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:03 PM.