int i=1;while(Node.Parent!=null){ i++; Node=(TreeNode)Node.Parent;}在论坛上查到的一段代码,运行的时候出现错误,提示“指定的转换无效”。该怎么处理呀?是不是代码有问题!本人用的是vs2003