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
Diego
NA
21
0
Problem load a dll dynamically
Jan 19 2011 6:02 PM
Hello All,
I have a webservice application and the following code:
private static Type buildType(string fullNameClass)
{
Type autType = null;
AppDomain app = AppDomain.CurrentDomain;
foreach(Assembly assembly in app.GetAssemblies())
{
autType = assembly.GetType(fullNameClass);
if(autType != null)
break;
}
return autType;
}
The
problem
is that
sometimes
the
app.GetAssemblies
(
)
does not return
the
DLL
expected
. Its find the DLL
for
about
an hour and
then stop.
Thank for any help.
Reply
Answers (
3
)
C# Simulated click doesn't work when clicking on Flash
Asp.Net gridivew addition of two columns in third one