Another BC30002: Type is not defined.
- by brett
Here's what I've done...
I used wsdl.exe to create a .cs class for my wsdl service connection.
I made a Visual Studio project to compile the .cs into a dll having namespace CalculatorService (CalculatorService.dll).
Successful thus far.
I created an asp.net project added my namespace import:
%@ Import Namespace="CalculatorService" %
I…