ASTreeView 1.5.9 Release Notes

by jinweijie on September 3, 2010

In ASTreeView, two small issues have been fixed:

1. Fixed error when the depth of treeview exceeds 20.

2. Fixed a typo error with “checkbox”.

Download: http://www.astreeview.com/astreeviewdemo/Download.aspx

{ 0 comments }

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 and uncheck the “Visual Studio 2010 Integration”. The conflict is no more exists.

Hope it helps.

{ 0 comments }

Pass through the GFW with Secure Shell (SSH)

August 8, 2010

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 the full article →

Delete Event Log Manually

August 4, 2010

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 the full article →

Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone.

July 23, 2010

After I upgrading Internet Explorer, I got the following message that I cannot debug in visual studio: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. This is quite strange. Then I start granting permissions, iisreset… but [...]

Read the full article →

Connect Remote Desktop using Tunnelier via SSH

June 23, 2010

Precondition 1. You need a SSH account. Buy a web host with ssh or search Google for free ssh. 2. Google Tunnelier, download and install on your computer. 2. If you are behind a firewall like you are in your company, you need SOCKS4 proxy fro Tunnelier to connect outside. Setup 1. Configure the Login [...]

Read the full article →

ASTreeView – Use Custom Context Menu

June 22, 2010

ASTreeView supports context menu(right click the node). The default context menu items are Add, Edit, Delete. If you want to add your own context menu item, you can read on and follow the instructions. The result will look like: And it will execute some javascript for the current node. Implementation steps: 1.  Add tree-wide context [...]

Read the full article →

ASTreeView – Get selected and checked nodes by javascript

June 17, 2010

One of the ASTreeView user submitted a request that he wants to get the selected and checked nodes on the client side. The result will looks like: Here’s the solution: Get the selected node 1. Create a container for holding the text.( of course you need to change it to match your situation): <asp:TextBox ID=”txtSelectedNode” [...]

Read the full article →

在Chrome中使用Switchy

June 15, 2010

Switchy真是好插件,特别是处理flickr这种部分被封的网站时候,效率很高,因为它可以设置规则,在一个页面内对于部分资源用代理访问。 先前一直不能使用的问题找到了,原来要在Network那个tab里把Proxy for VPN/Dial-up勾选上 在此记录下我的基本配置: Proxy Profiles: Switch Rules: 其中 Rule List URL: http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt Network: General: 可能Chrome extension网站也blocked了,所以附上Switchy下载: http://www.jinweijie.com/download/switchy_1_6_3.crx

Read the full article →

Android被墙

June 14, 2010

昨天(6/13)开始好像Gmail无法同步,Market无法下载。同事也报告GTalk无法登陆。 怀疑可能是Android被墙,如果确定的话,那将是个大大的杯具!!! 暂时解决办法,加一行到Hosts文件(system/etc/hosts),前提你的手机已经Rooted: 74.125.93.113 android.clients.google.com 至于74.125.93.113是否安全?查了下whois ip: OrgName: Google Inc. OrgID: GOGL Address: 1600 Amphitheatre Parkway City: Mountain View StateProv: CA PostalCode: 94043 Country: US NetRange: 74.125.0.0 – 74.125.255.255 CIDR: 74.125.0.0/16 NetName: GOOGLE NetHandle: NET-74-125-0-0-1 Parent: NET-74-0-0-0-0 NetType: Direct Allocation NameServer: NS1.GOOGLE.COM NameServer: NS2.GOOGLE.COM NameServer: NS3.GOOGLE.COM NameServer: NS4.GOOGLE.COM Comment: RegDate: 2007-03-13 Updated: 2007-05-22 OrgTechHandle: ZG39-ARIN [...]

Read the full article →