Posts
Sort by recent activity
Do we need the SmartAssembly references?
I just noticed that new projects created with SA 5.5 have a bunch of new assembly references (like {smartassembly}.MemoryManagement, SmartAssembly.HouseOfCards, etc)...
Are those required? What abo...
Exception not caught and stacktrace undecodeable
I have two rather strange bugs here which I simply cant trace down.
First, because the stacktrace doesnt decode to anything useful, seems like its actually happening inside obfuscated SA code becau...
Mono/*nix support?
Let me ask the pain question: what are the plans for Mono and general unix support? Any plans for it already? Or a general no-no?
Database error, cant run SA
No idea what might cause this error, but here it is:
Error 4 SmartAssembly build failed:
Unable to connect to the database for the following reason:
ExecuteNonQuery requires an open and available ...
Protected app works only on dev machine
First time I see this happening, but the protected app runs only on the dev machine. On any other machine it crashes.
Weird about this:
* message: Process is terminated due to StackOverflowExceptio...
Exception reports being deleted
It just happened to me that I lost a few exception reports from an older application which was created with a previous version of SA on another machine.
SA5 downloaded the report, told me that this...
Is CreatePDB="0" inverted or simply not working?
I do have set the CreatePDB to no, but I get an error from SA accessing the .PDB file. When I set it to create the pdb there is no error. This happens for all projects, not a specific one. Am using...
Whats the idea?
While browsing a protected assembly I just found that SA created the following construct, whats the idea of that?public static void xx()
{
try
{
try
{...
SA 5.1 build 3 is broken (or not?)
As far as I can see here, the OverwriteAssembly attribute is ignored in this build, instead it uses always the output set in the project file.
Update: I just uninstalled 5.1 and returned to 5.0 and...
App not exiting after exception?
Something really strange seems to happen in this little commandline app: when the exception is thrown, the app does not terminate when processed with SA.
This is just a really simple app which shou...