TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chad Mancl
NA
11
0
Assemblies / Serialization
Aug 13 2008 11:35 AM
Hello..
I am trying to solve a problem, but I'm not really sure what to call what I am want do as I am fairly new to C# .net.
I have a Windows Service which basically controls threading and nothing else. This service calls another .dll (Base Class) which I have added as a reference to the Windows Service. Now, this Base Class will call other .dlls or assemblies on the fly (for example I am pulling the name of the .dll out of a table in the database). I want to be able to carry all the properties and values from the Base Class to the new .dll called. I believe serialization is what I am looking for, but every example I've found works just with one solution with mulitple classes, not multiple solutions (.dll's).
Make sense?
thanks for your help.
Reply
Answers (
1
)
Can I add a Refrence to a VS Project through code?
FIND A RECORD IN C#.NET USING SQL SERVER 2000