Error embedding Win32 manifest: Manifest File 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\default.win32manifest' cannot be found.
Received with this code:
Public
Class HelloWorld
Private Sub DisplayHello_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DisplayHello.Click
HelloWorldLabel.Text =
"Hello World!"
End Sub
End
Class
Anybody know how to fix?