No Source Code Available for the Current Location
Hi all i have a project in vs2005 of vb.net it is not allowed me debug why this is so i don't know it is showing me a disassembly dialog box as well as all the controls of all the forms shows error of object not declare
Danatas GerviPosted Oct 27, 2009, 4:27 AM
It hard to say without seeing your code.
But I can suggest you to make some common things:
-check, that you really give all needed for start parameters to those outer control (may be database connection string, configuration settings (app.config), or something else….
-check, that outer control has all needed assembly for work – it seldom are using only one dll, usually, every "smart program" grows, and using many components….
Danatas GerviPosted Oct 28, 2009, 4:01 AM
:-)
We will eat this!
A part of code, that causes this error (Exception) also will help to understand...
;-)
umesh rakhePosted Oct 27, 2009, 7:00 AM
umesh rakhePosted Oct 26, 2009, 12:32 PM
Danatas GerviPosted Oct 26, 2009, 10:03 AM
It happens when your core is calling outer function from other dll (assembly).
If this is .NET assembly – you can use Reflector to see the code inside.