I am trying to evaluate llblgen code for our dept.
I have generated the code using the product and using add in forms have shown that the tests we have ran, have been successful.
The question is :
I am writing a web service that will call the llblgen which is effectively
a c# wrapper around previously written stored procedures.
What I don't see is if I dont add the generated code project to the web service solution
is how would you call generated code? Make this a dll?