cancel
Showing results for 
Search instead for 
Did you mean: 

SAPLogin page in VB Web App - Stray ";" in v2 Beta

Ben_Murphy
Discoverer
0 Kudos

Just a minor glitch bug in the Beta that I thought i'd make sure you're aware of:

- Create a new VB Web Application

- Add your Connector object to the project

- Add an SAP Login page

- When you try and build the project you get the following error:

c:\inetpub\wwwroot\WebApplication1\SAPLogin.aspx.vb(38): Character is not valid.

Which is actually just a stray semicolon (someone must have still had their C hat on!) at the end of this line:

SAP.Connector.SAPLoginProvider.OpenSAPConnection(Me, destination1.ConnectionString, False);

Just making sure you knew about this.

Cheers,

Ben Murphy.

Accepted Solutions (0)

Answers (2)

Answers (2)

Ben_Murphy
Discoverer
0 Kudos

Thanks Reiner, much appreciated.

reiner_hille-doering
Active Contributor
0 Kudos

Thanks,

I'll fix it for the final.

Well, I'm ideed more a C# coder