Microsoft Cert Test 70-306, VB.NET AppsI just passed one of 3 tests leading towards MCAD certification. That test was 70-306, "VB.NET Windows Applications". I'm working on the next one, XML Web Services., The point of this message is 2-fold:, (1) I'd be more then happy to give you my take on how to prepare and what to expect., (2) If you have taken the other 2 tests, XML Services and VB.NET Web Services, I'd love to have a discussion with you. 2 replies. Last post: |  Dan | I'm not sure how you got your posting attached to this thread, but you should have posted to a new thread.
Based on a quick look at the code there are two issues
First, as you thought there should be only one Sub Main() and you cannot have two subs or functions with the same name and signatures.
Second the first Sub Main() does not seem to have an end sub.
|
|