English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am getting the following compile error msg during runtime of VB program.
What does this message mean?
Kindly help.

"Procedure declaration does not match description of event or procedure having the same name".

2007-03-03 06:19:17 · 2 answers · asked by Yashu 1 in Computers & Internet Programming & Design

2 answers

A Procedure or Function in your code is passing, or not passing the correct amount or type of argument that it has been declared to do. Check the syntax of any Functions or Procedure you have added to your project. Try placing stop point in your code the help find exactly when the problem pops up.

2007-03-03 08:02:25 · answer #1 · answered by Anonymous · 0 0

Check out the knowledge base article from MS below that I found using Google with the exact error message you supplied.

Hope it helps.

2007-03-03 14:53:14 · answer #2 · answered by Gene 3 · 1 0

fedest.com, questions and answers