Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • Moderators
Posted

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.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...