Using .NET class in Visual Studio 6.0 enviornment.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I need to use the .NET platform crypotography class 'AES128' in my Visual Studio 6.0 project. But i don't have a .NET platform. Is there something like a runtime dll or something available from .NET that i can directly use to make calls from my VS 6.0 project ?
 
To put it simple: No

If you did have a copy of VS.NET (or even an eval version) you could build
yourself a .NET Class Library that is exposed as a COM component and use it
that way from VS 6.0
 
Back
Top