调用Storyboard以启动时调试错误

时间:2009-03-05 01:51:25

标签: wpf vb.net xaml animation

我在XAML(WPF项目)中有一些故事板,我用VB代码调用它们:

Dim ServiceOff As Storyboard = DirectCast(FindResource("ServiceStopped"), Storyboard)
ServiceOff.Begin()

我在尝试构建时遇到以下错误:

  

重载解析失败,因为没有可访问的'Begin'接受此数量的参数。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我在你的另一个问题上回答。

如果您不使用.NET 3.5,则需要致电ServiceOff.Begin(我) SP1