Link to home
Start Free TrialLog in
Avatar of Ess Kay
Ess KayFlag for United States of America

asked on

Help to dynamically create dll files using VS2010

Hi, please read carefully before posting


I am writing a program, which needs to create DLL files

I give the program some class name, some methods, some properties , though a FORM

The press, CREATE button.

It now needs to create a DLL with all the data i have given it in the location where specified in the form.

Can't find how to do this

Please help


I am using VS2010 VB.net  but am accepting C# suggestions.


The form is simple at the moment, just class name , Dll name and create button


User generated image
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada 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
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
ASKER CERTIFIED 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
Avatar of Ess Kay

ASKER

reflection does this