Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use ASP.NET with DLL created in VB.BET?

Status
Not open for further replies.

ITWORKER2010

IS-IT--Management
Aug 18, 2010
5
0
0
US
Hello,

I converted a VB.NET application in a DLL. Is there a way to use that DLL in ASP.NET to use that appliication as it was originally created in VB.NET? or do I need to use that DLL as part of a web service, than use ASP.NET with that web service? If the later, how do I use that DLL as part of a web service?

Thanks,
 
Is there a way to use that DLL in ASP.NET to use that appliication as it was originally created in VB.NET?
Do you mean you want to run VB.NET application in a web page? If so, then no, you cannot. You can reference VB code from the dll, such as a class file.

If you could be more specific in what you are trying to do, we may be able to give you a better answer.
 
i assume you have solved this problem since you posted a follow up question...

one point of clarification:
I converted a VB.NET application in a DLL.
you don't convert vb to a dll. you compile vb into a dll. this dll is recognizable by the .net framework and can be referenced in any other .net project no matter what language it's written in.


Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top