cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Service Layer Issue .Net

naraayanan
Explorer
0 Kudos

Dear All,

I am new for "Service Layer Application" . I am getting below error(s) after rebuild my solution.

  • Error1' Public Overloads Property VATGroup As String' and 'Public Overloads Property VatGroup As VatGroup' cannot overload each other because they differ only by return types.
  • Error2Value of type 'String' cannot be converted to 'WinSerSerLayer.ServiceReference1.SAPB1.VatGroup'.
  • Error3Value of type 'WinSerSerLayer.ServiceReference1.SAPB1.VatGroup' cannot be converted to 'String'.
  • Error4'_VatGroup' is already declared as 'Private _VATGroup As String' in this class.

My Environment is

  1. VS : 2013
  2. Framework :4.5
  3. ServiceLayer Url : https://<IP address>:<Port Numnber>/b1s/v1/$metadata

How to solve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197733
Contributor
0 Kudos

Please get familiarised with Service Layer in our elearning. Then, if you still got problems after that, please create a question for each problem explaining in details what you are doing and how you get there. There is no way we could help only based on error messages

naraayanan
Explorer
0 Kudos

Thank you Mr.Ralph and It's helpful me.