calling C# class from VB.NET ASP.NET web app?

  • Thread starter Thread starter Andy G
  • Start date Start date
A

Andy G

Is it possible to call a C# class from a ASP.NET application using VB.NET?
I had to create a class in C# (Creating a DPAPI Library) and now am having
trouble calling the class in my project.
 
Yes, it should be easy so I'm not sure what problems you are running into.
In ASP.Net when you call base.OnLoad(e) in your vb.net app, you are actually
hooking into a C# function...

Perhaps you are confused with the namespace? Is the C# dll properly
referenced?

Karl
 

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

Back
Top