Activity overview
Latest activity by benblo
Answering my own question: to view IL, simply change the language in Reflector's options.
So I guess "target offset 00CB" is the instruction number? I see stloc.1, "pops the current value from the top of the evaluation stack and stores it in the local variable list at index 1"... hmm, doesn't mean a thing to me [image] !
Maybe the disassembler could fail more gracefully, ie display the valid lines before/after the offending instruction? / comments
Answering my own question: to view IL, simply change the language in Reflector's options.
So I guess "target offset 00CB" is the instruction number? I see stloc.1, "pops the current value from the ...
I'm having the same problem with another assembly. This one was built in Mono but shows up fine, nothing is obfuscated. I can actually view the offending classes in their most part, except for a few methods that crash Reflector.
FileDisassembler and FileGenerator both hang, I guess they can't do more than what Reflector gives them.
I sent a bug report, the highlight being:
Translation failure in 'UnityEditor.GUITemp.DoListView(Rect, ListViewState, Int32[]) : ListViewElementsEnumerator' in 'UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
System.InvalidOperationException
InnerException:
Invalid branching statement for condition expression with target offset 00CB.
I don't feel comfortable sending the DLL, but if you have the courage you can download a demo of the product here: http://unity3d.com/unity/download
It's a Mac app (Windows version coming soon, yay!), but I think some Windows archivers can open dmg files... :roll:
Extract the app, locate the DLL, browse to UnityEditor.GUITemp.DoListView to reproduce the crash.
Is there a way to read the actual CLR (if that even means anything)? I mean the app works so obviously the DLL is valid, it's just C# translation that fails... / comments
I'm having the same problem with another assembly. This one was built in Mono but shows up fine, nothing is obfuscated. I can actually view the offending classes in their most part, except for a fe...
Feature request - quick enable/disable SQL Prompt
Hi!
The title says pretty much all, sometimes on complex queries SQL Prompt is of no help at all and it keeps poping-up, interrupting typing or adding names in the middle of nowhere (after a comma ...
synchronisation notification should be hidable
Hi!
Title says all. I'm connecting to a database thru a VPN connection, needless to say that the snapshot takes a while, and all this time the "SQL Prompt" notification is in the way, preventing me...
Auto-reduce identical groups in SQL difference panel
Love the group bars in version 5 (installed it today)!
Would it be possible to automatically reduce identical groups? This way we can scroll faster to where the actual differences are.
Also, where'...
table renaming...
That may be an old & annoying topic, but is there any way you could manage table renaming in Sql Compare (schema, not data)?
I'm not talking about doing this automatically, but mapping manually. I ...
Doesn't work w/ Enterprise Manager, Query Analyser & VS 2003
As title says... i'm using SQL Server 2000 SP3, french version (don't know if that changes anything), and Visual Studio 2003 french. Am running Win XP SP2 with framework 1.1.
I installed it, didn't...