Tuesday, July 14, 2009

How do I complile a VB.NET 2005 (.vb) class to a dll so I can use it in my c# project ?

I have a vb.net class that I need to use in my c# project. If i had a dll i know i could reference it and use it. But without having a DLL how do i either use it or compile it to a dll so It can be accessed / referenced by my c# project.

How do I complile a VB.NET 2005 (.vb) class to a dll so I can use it in my c# project ?
Create a VB.NET Class Library project, after Building it and Compiling it, look in the project folder such as C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MySolution\Myproject\bin\D... for the .DLL...


No comments:

Post a Comment