Using .NET class in Visual Studio 6.0 enviornment.

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 ?
 
R

Rudi

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top