Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

can I use VB.net class library from asp.net (C#)?

Hi,

I have a VB.net window application.
I would like to convert it to a class library.
Can I access this class library from c#?
Can I access this class library from asp.net application?
If not, what might be an alternative solution?
I am trying to use the existing vb.net code but build a new interface possibly a web based.

ASKER CERTIFIED SOLUTION
Avatar of Paul Jackson
Paul Jackson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkim18
dkim18

ASKER

a beginner question for you.

Say I have this vb.net application which is consists of win forms and functions.
This creates .dlll file in bin folder.

Is that same as class library?

I would create class library by creating a solution, project in visual studio, import all those classes.

How are class library different than that .dll file in the bin folder of that vb application?
Thanks
Avatar of dkim18

ASKER

Is there an example I can find?
calling vb.net functions from asp.net code behind.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial