Posts
Sort by recent activity
Problems tracing the framework
Hi all.
I have a simple task that I cannot get to work. So, In my tesdt program i have a string builder filled up with som eXML code. Then I call XDocument.Parse(sb.tostring()) but when I break on...
Debugging .NET assemblies
Hi all
I have created an Application that tests the System.Data.DataTable class. I want to be able to run in debugger and follow the code in the .NET Assembly. I then pointed to cursor to the Dat...
Redesign of Reflector Disassembly7
I have a wish for you guys to consider redesigning the design of the disassembler window. Today I have to scroll down and press the "Show code" link. Instead, why not do it the way JetBrains do i...
Encryption automation
Folks...
I'm building a Deploymnent server and i'm creating a script that wil do the following:
1. Check out everything from SubVersion
2. Compile the solution using MSBUILD
3. Run SA to encrypt th...
Multi DLL
Hi all.
I have probmes understanding the consept of building scrambeled components. I have bought the SA and We have the nead of producing encrypted assemblies. ANyway, hers the situation:
Our so...
New feature
Hi dev team. I was wondering if it was possible for you to add a window splitter in the disassembly window. Now, I have to press the "Expan Methods" to see the code, but then the code showed is h...
Strange problem. Cannot put breakpoint in my code
Hi all
I am not able to put breakpoints in one of my projects in a larger solution. I have searched the WEB for similar problems but nothing that helps. I have set the project to Debug, removed t...
C++ Mixed Mode
Hi all
I have a C++ DLL holding two exported procedures that lets me load the library in our Win32 application created in Clarion for Windows (Not .NET)
Tis C++ library allso holds some managed cod...