Re: [ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread Serge Lidin
Mike is absolutely correct. Just two notes: 1) original EXE or DLL must be compiled in debug mode, its PDB and source files must be available (otherwise /SOURCE option of ILDASM won't work); 2)re-assembling should be done with /DEBUG option. The result will be the code bound to IL source text,

Re: [ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread Mike Woodring
That's not what he was after. He doesn't want to know how to get vs.net to launch ILDASM (or any other tool) that displays IL. What he wants (and what many of us want) is to be able to click 'go to disassembly' and get a tri-mode display that includes the original source code, the corresponding

Re: [ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread Michael Clark/TMG
sure there is >> select Tools/ExternalTools on the menu and you will see how to add ILDASM and anything else you wish. "Craig Andera" <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] Sent by: "Moderated

Re: [ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread John St. Clair
This won't help you for VS.NET, but had to mention Anakrino: http://www.saurik.com/net/exemplar/ John You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[ADVANCED-DOTNET] DHTML Document Model in C#

2002-07-25 Thread Steven Livingstone
I have an HTML document. I want to use the DHTML Object Model via automation. In other words, I want to be able to say "get me the meta tags in this document" and have an list returned to me that I can iterate through. I did this in COM with the InternetExplorer.Application object, but rather th

Re: [ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread Craig Andera
I don't think there's a way to make VS show it by flipping a switch, but if you run ILDASM against your assembly with the /source and /out switches, you can get it to spit out an .il file, which you can then compile with ilasm and debug in VS.NET. It's a bit manual, but this way you can see sourc

[ADVANCED-DOTNET] Debugging IL

2002-07-25 Thread Dejan Jelovic
Is there a way to see the IL code of a method in Visual Studio .NET? When I try to step into a method for which I don't have the source VS.NET shows me the x86 disassembly, which is somewhat less readable than IL. Dejan You can read messages from the Advanced DOTNET archive, unsubscribe from Ad

Re: [ADVANCED-DOTNET] Suggestions for a general notification sche me.

2002-07-25 Thread Kevin Burton
Thank you I have put my name on the list for beta evaluators. Kevin -Original Message- From: Chesnut, Casey [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 7:42 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Suggestions for a general notification scheme. SQL notificati

[ADVANCED-DOTNET] Filtering Dataset With Select Command

2002-07-25 Thread Jeff Little
I have a typed dataset, dsMaster, which has four tables--Master, Contact, Representative and MasterAddInfo. I am attempting to use the .Select method to filter the datatable for display in a datagrid. My code is as follows: Sub BindContractorGrid() Dim arRowArray() As DataRow Dim strFilter As Str

Re: [ADVANCED-DOTNET] Suggestions for a general notification scheme.

2002-07-25 Thread Martin Boers
If you want to use SQL Server and don't mind playing with Beta releases, you might be interested in Notification Services: http://www.microsoft.com/sql/NS/overview.asp Regards, Martin Boers > -Original Message- > From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED- > [E