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
ofek cohany
NA
8
0
Memory leak and external DLL
Apr 1 2007 3:51 AM
Hi there,
I have an external DLL (written in VB.NET) that I've created that has few classes with few public
shared
functions in each class.
I call these function from my website in the following way (example):
my
dll.clsCookies.getCookieValue(param1, "param2", "param3")
Because the functions at the dll are shared, I do not have to create an instance of the class first. I assumed that they exist at the application level and do not have to be destroyed at the end of the use so I don't do that as well.
Is that a good way to use an external dll?
I've noticed that I have a memory leak and I thought that that might be the reason. Can that be the one?
Any advice will help!
Ofek Cohany
Reply
Answers (
0
)
Checking Windows Updates
Google API for C#?