----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: HomelikeBlueTitan Message 4 in Discussion yes kiran i faced the same problem when i was working on a multilingual package stuff. this can arise because of your flow-path of the program will not hit the break point. you can solve this (1) try putting the break point at the start and come step by step,but in my case it was not feasible as i had lot of resx related stuffs. so (2) (a) go for debug mode (IMP) not release mode. verify. (b) check for the symbols lining with binaries "ie" check the timestamp of the .dll and .pdb if there's something fishy, remove them compeletely and recompile the entire application. (c) check the additional assemblies you are trying to debug are not part of your solution (i.e. other projects), go under the properties for the solution and be sure to include the "Debug Source Files" and "Debug Symbol Files" locations of the additional assemblies you're trying to debug. Hope this'll be enough. Regards. >From: "BDOTNET" <[EMAIL PROTECTED]> >Reply-To: "BDOTNET" <[EMAIL PROTECTED]> >To: "BDOTNET" <[EMAIL PROTECTED]> >Subject: The break point will not currenty be hit no symbols have been >loaded for htis d >Date: Sun, 6 Jun 2004 22:12:12 -0700 > _________________________________________________________________ Help your child stay a topper. With a zenith topper PC. http://server1.msn.co.in/sp04/zenith/ Enter the zenith contest now! ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
