Visual C# question....

  • Thread starter Thread starter Beringer
  • Start date Start date
B

Beringer

I know this forum is for the language but i haven't found a Visual C# forum
so I thought I would ask my question here.

I have Visual C# Standard 2002 Edition. I have downloaded Framework 1.1.

I have also downloaded several component libraries and tried to add them to
my toolbar. In most cases I end up getting a message saying there are no
compenents found in the DLL. Since these DLL are coming from the makers of
the components, I assume these are viable files.

This doesn't happen with all libraries but alot of them. Is there something
I am doing wrong? Is my Developement Environment not set up correctly? The
process I use is: Customize Toolbox, select the .Net Framework Components
tab and then browse to the DLL I want and click Open.

Again sorry if this isn't the correct forum,
Thanks in advance,
Eric
 
Hi Eric,

Visual Studio 2002 uses Framework 1.0, so components using Framework 1.1 elements wouldn't work, which today would be the vast majority of components I suppose. You could try compiling using csc.exe that comes with Framework 1.1. (%windir%\Microsoft.Net\Framework\v1.1.4322\csc.exe)
 
Back
Top