bpayne111 Posted December 14, 2003 Posted December 14, 2003 If i add a .dll file (add existing item, not a reference) to my new class library project. will all of the methods of the added library be included in my new library? i have user control and other classes developed in vb and now i'd like to add them to my new c# project but keep them all bundled in one nice file. thanks brandon Quote i'm not lazy i'm just resting before i get tired.
Administrators PlausiblyDamp Posted December 14, 2003 Administrators Posted December 14, 2003 You will need to add it as a reference and ship both dlls. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
bpayne111 Posted December 14, 2003 Author Posted December 14, 2003 ohhh happy day i just discovered i can use c# and vb files in the same project that is by far my best solution becuase a few files are 1000 plus lines and objects in the vb file are being redeveloped in C#. so i think everything is good now will i come about any problems doing my project in 2 languages at once? i hope not because i sure do not want to re write thousands of lines of code. thanks brandon Quote i'm not lazy i'm just resting before i get tired.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.