elf_man Posted October 30, 2003 Posted October 30, 2003 In working with a XML Web Service Project I got this error, entire message is:An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll Additional Info:Additional information: Cast from string "System.Web.Services.Protocols.So" to type 'Integer' is not valid. I'm working on my 70-310 exam, please help Quote
Moderators Robby Posted October 30, 2003 Moderators Posted October 30, 2003 At the top of each code page place the following... Option Explicit On Option Strict On You're obviously trying to assign something to an Integer Variable that is not of Integer type. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.