Mengtasi Error “Binding Handle is Invalid” pada Visual Basic 8, or C Sharp (10,380 views)

Error “Binding Handle is Invalid” error in Visual Studio 8, Visual Basic 8, or C Sharp (10,380 views)

When starting Visual Studio 8 (VB8 or C#) you may experience an error when trying to run code and/or build it (even though the code is correct).

Steps

  1. Build sample Hello World code. (Something you KNOW works)
  2. If error received, continue step three. No Error, close this page.
  3. The Binding Handle Is Invalid – Open Start > Control Panel > Administrative Tools > Component Services > Services > Select Terminal Services. Right click properties, select Startup Type: Automatic. And if the service is not already started, Click the Start button.
  4. Retry building your project or running the code. It should now work.

Examples

Private Sub SpeechRecog_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

       'FORM LOAD
       MsgBox("Hello World", MsgBoxStyle.OkOnly, "Simple Message")
   End Sub

This entry was posted in Pemerograman Visual Basic.net. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Comments links could be nofollow free.