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
paddy
NA
10
0
Very strange problem (1 project, 2 computers...)
Jan 22 2009 11:54 AM
Hi there,
sorry for the less meaningful subject, but I couldnt write that in such a short description field.
I have a project, built upon different dll's (MVC Pattern). I dont want to go into deep because
I _know_ that it is no source code problem.
On the first computer, all runs fine (the application is using .NET 3.5 + SP1).
On the second computer, when I run the application an exception is thrown :
Type Load Exception: function <XXX> in Module "View.dll" has no implementation.
But indeed it HAS. I already tried (without success) :
1. completely reinstall VS2008
2. remove all dlls and rebuilt them
3. I copied the whole project folder from pc1 (where all runs fine) to pc2... all compiles fine,
but when I run it, the error described above is shown again
When I try to run the app in debug mode, it even dont jumps into the main() function.
Right after the "run" click, the error is shown :(
That problem is driving me crazy and I have NO clue
how to solve it :-(
May anybody had that before and can help me out
Reply
Answers (
1
)
Debugging only shows error in the Application.Run() line in IDE.
c# Downloading File