Monthly Archives: August 2010

Code Generation Error “There was a problem getting an AppDomain to run the transformation from the host.”

After installing CodeSmith 5.2.1, I found there’s an issue that Visual Studio 2010 cannot generate code by “Code Generation Item”, especially while generating Entity Framework entities. The error was “There was a problem getting an AppDomain to run the transformation from the host.” After uninstall the CodeSmith, everything is OK. Then I reinstall the CodeSmith… Read More »

Pass through the GFW with Secure Shell (SSH)

Software Bitvise Tunnelier Download Proxy Switchy! (Chrome Plugin) Download FoxyProxy (Firefox Plugin) Download I uploaded all the tools in a package, you may download here: Click to download Installation Install Tunnelier, Proxy Switchy! or FoxyProxy(depending which browser you’re using). SSH Account For SSH account, here you can get a free one: http://www.cjb.net/shell.html Or you can… Read More »

Delete Event Log Manually

For some reason, if you want to delete the event log, you cannot find it in event log viewer(eventvwr). But you can delete it manually, here are the steps: 1. Open Registry Editor (run –> regedit) 2. Navigate to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog” 3. Delete the entries with the name of your event log. 4. Go to “C:\WINDOWS\system32\config\”… Read More »