1
Answer

help with error

kfinch

kfinch

20y
1.7k
1
I'm getting the following error when I click an image button that should pop up a panel that holds a table with some text. Exception Details: System.FormatException: Input string was not in a correct format. Source Error: Line 24: 'If the Help is visible, but it is displayed for a different field Line 25: 'than the one selected, then hide it Line 26: If RegLoginHelp.Visible = True And Help1.Attributes.Item() Then Line 27: hideHelp() Line 28: End If Source File: C:\Inetpub\wwwroot\LessonPlannerV1\popUpHelp.ascx.vb Line: 26 RegLoginHelp is the panel id and Help1 is the table id.
Answers (1)
0
none

none

NA 110 0 14y

it`s there some special settings for enable tcp bindining?
Another question... If I create a new class into a new file code... all site it`s broked up :|
what settings i missed?
0
Ronald Suharta

Ronald Suharta

NA 14 0 14y

Is the svc file pointing to the App_Code? version of your IIS? type of binding you are using? please make sure you enable tcp binding on IIS if you are using net.tcp binidng. Please give us more details on the error message.