Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error in XMAL
Message
From
08/03/2010 21:22:50
 
 
To
26/02/2010 17:29:13
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01451135
Message ID:
01453346
Views:
37
In my error message said
Error 1
>DESCRIPTION : 'okButton_Click' no es un miembro de 'MyOwnWpfWebBrowser.Navigate'.
>FILE :Navigate.g.vb
>LINE :93
>COLUMN :91
>Project :MyOwnWpfWebBrowser
and i do not find the Navigate.g.vb in the obj/Debug directory coyld you explain me how or hwere is it generated?

But i solved the problem at least right now is solved by writing in the Navigate.xaml.vb this code
Partial Public Class Navigate

    Private Sub okButton_Click(ByVal sender As Object, ByVal e As System.Windows.RoutedEventArgs) Handles okButton.Click

    End Sub

End Class
Thank you
Luis
Previous
Reply
Map
View

Click here to load this message in the networking platform