dotdotnet Posted August 21, 2003 Posted August 21, 2003 i keep getting this error, "Exception has been thrown by the target of an invocation" shown on my Task List and it points to line 0. Anyone knows how to solve this problem? I am really at a loss and i am quite new to .Net Quote
Moderators Robby Posted August 21, 2003 Moderators Posted August 21, 2003 Is this a new project you created or from someone else? Quote Visit...Bassic Software
dotdotnet Posted August 21, 2003 Author Posted August 21, 2003 Exception Thrown It's not my code, i got the code from my proj lead Quote
Moderators Robby Posted August 21, 2003 Moderators Posted August 21, 2003 Humor me, Create a new web project and see if it runs. Quote Visit...Bassic Software
dotdotnet Posted August 21, 2003 Author Posted August 21, 2003 New project? The entire solution has several projects, how do i create a new project and overwriting this existing project? Quote
Moderators Robby Posted August 21, 2003 Moderators Posted August 21, 2003 Create a new project within a new solution then. (Forget about your existing one at the moment) I'm curious to see how or if a new solution will run. Quote Visit...Bassic Software
dotdotnet Posted August 22, 2003 Author Posted August 22, 2003 I have done creating a new project and running it...the error message is still there even though it can compile. The existing solution can compile too but the thing is that the project is not running as it should be, it jus waits there with no exception being thrown. So i am suspecting that the problem could lie with this "Exception thrown on target of invocation", and i have tried many ways n means but still doesn't get rid of it. What could be the possible things that are causing this kind of problem since it doesn't refer to any particular line like other errors do. Quote
dotdotnet Posted August 22, 2003 Author Posted August 22, 2003 Ok i finally solved the problem, i need to change the database servername..the logging in thru the ODBC connection was throwing the exception. Thanks for the guidance anyway. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.