boo posted on Thursday, March 06, 2008
Here's the situation, have a library that does all our authentication for applications made from CSLA.
In test project:
- Unit test pass without problem using remoting data portal (either on Cassini or IIS on sepearte machine) fine.
- Unit tests in oder to pass with local data portal required a work around. I was getting 'Type is not resolved for member pointing to our CSLA principal class implementation. I implemented a hack and it resolved our unit test issues for local data portal. As many bugs as we've found in VS2008 testing tools, we chalked it up to just another one.
Now when I'm trying to implment this library in a web service for another application (in order to control who can access it):
- Local data portal - no problem.
- Remote data portal (IIS on a seperate machine) - Type is not resolved for member point to our CSLA principal class implementation.
I read the FAQ on PT and it seems this should only be a problem on Cassini (which we never had), but we're getting it on IIS6 (W2K3 Server).
Our hack for unit testing doesn't work here. I do not know what to do and I have to get this fixed ASAP because I'm already past my deadline.
Thanks!