views:

242

answers:

2

Hi, I installed WebService in another computer,and I have tried to browse my WebService, it always come with Compiler Error,it cannot find all SubSonic's classes.

Compiler Error Message: CS0246: The type or namespace name 'MyTableController' could not be found (are you missing a using directive or an assembly reference?)

What should I do?

A: 

Are your web service built on your computer normally? if yes make sure that sunsonic dll is in web services bin directory

ArsenMkrt
A: 

Thanks It's working....