Tuesday, March 17, 2015

Cannot print exception string because Exception.ToString() failed

Just to report my case of the 'Exception.ToString() Failed' error.

I was constantly working on various tasks on my machine (Windows & x64) and there would be times that I would install patches and then roll them back. 

In this particular case, I was installing a bunch of MS updates in the hope to resolve an Excel macro errors. Without success, I rolled patches back while Windows insisted to install some of the patches( I believe that I specifically asked to roll back a batch of patches, but Windows will re-install some patches after rolled back either during the shut down or the re-boot phase). 

At this point, I found that my .NET 2.0 C# code stop working. I can still compile the code but the program will simply crash without much of a clue - the compilation worked since I was able to copy the updated dll to other machines and worked just fine. I ended up testing a console program with a single WriteLine() statement. The program crashed the same way with the message 'Cannot print exception string because Exception.ToString() failed'.

I googled and there were hints that pointed to the crashed Frameworks. Even though the .NET 2.0 was failed, I was able to compiled the same code in .NET 4.0 on the same machine and it worked.I then ran into articles that state that since Windows 7 was build on .NET 2.0 and 3.5, it is impossible to install the redistributable version on Windows 7.

At that point, I was convinced that the Framework was crashed and I tried the sfc.exe in vein to fixed the problem. There seems to have a Framework tool from MS that can perform some sort of repairs. I, however, decided to check into available .net framework patches and applied them. That did the trick and the Excel, too, worked.

Possible explanation?? The only thing I can think of is that, somehow, my roll back failed the .NET 2.0, which may due to Windows insisted on install certain patches.

Sunday, March 8, 2015

Failure rate on Banggood's Arduino Nano circuit board

Recently I began to experiment with Arduino - In my earlier life, I worked with electronics quite a bit.

This post is to report my experience with the failure rate of a particular product from a particular vendor - do not over interpret.

The product I evaluated is:
http://www.banggood.com/5Pcs-ATmega328P-Arduino-Compatible-Nano-V3-Improved-Version-With-USB-p-951782.html

The failure rate is 16% - 4 out of 25 Arduino nano board are bad.

* This board needs driver from:
    http://wch.cn/downloads.php?name=pro&proid=5

Problems ranging from:
1.  Unknown Device - PC recognized a USB device being attached but do not
      know what kind.

2.  No Action:
      PC does not even a USB device is being attached.
3.  Not in sync. PC recognized the Nano and allocated COM5. But when try to
      upload a program, I receive the error message:
          avrdude: stk500_getsync(): not in sync: resp=0x00

I will see what Banggood.com would do and report back. For now, just plan ahead and take the fail rate into your order and expecting 16% of your order could be bad.

========= Update 20150411 ========
Just got the replacement from Banggood. I am happy with their customer service.