문제

While tring to implement a 3 tier application, I copy pasted the files and completed the steps in below link in 10 minutes.

http://geekswithblogs.net/edison/archive/2009/04/05/a-simple-3-tier-layers-application-in-asp.net.aspx

However I recieve an error "The type or namespace name 'Sclient' could not be found", My client, configuration and genericdata classes are in App_Code folder, and I recieve error in ClientList.ascx line 6.

My codes are exactly same as indicated in link, what could be the error cause?

Below is the screenshots

enter image description here

enter image description here

도움이 되었습니까?

해결책

Right click to project and choose "Convert to Web Application"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top