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
Ishwar Goudar
NA
1
0
Problem in unloading C++ DLL from C# Application
Feb 22 2007 8:41 AM
Hi All,
I have a DLL developed in C++ which I am using in my C# code to access some functions.
I am loading the DLL using LoadLibrary() in constructor.
I tryied to unload the DLL using FreeLibrary() but i did not succeded.
Please advice me how to unload this DLL using FreeLibrary() or by any other way .
Your help will be greatly appriciated.
Reply
Answers (
0
)
Package dependent dll's
Collection Class NOT found in C#, but found in vb.net !! Why?