March 20th, 2009, 4:16 pm
QuoteOriginally posted by: untwiggedThe "Debugging information for 'EXCEL.EXE' ..." message is fine, that means you do not have the source to Excel on your machine. You are only interested in debugging the dllAre you sure you are building in Debug mode? When you start debugging, if you look at the output window, does Visual studio say it has loaded symbols for your DLL? You should see something like'excel.exe': Loaded 'C:\...my.dll', Symbols loaded.Does this path match where you are building your DLL?To answer your a bit more precis question: There are lots of lines like "'excel.exe': Loaded ...dll", but there is none that actually loads my dll..
Last edited by
robbie on March 19th, 2009, 11:00 pm, edited 1 time in total.