Type is not resolved for member

Type is not resolved for member

Old forum URL: forums.lhotka.net/forums/t/4466.aspx


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:

Now when I'm trying to implment this library in a web service for another application (in order to control who can access it):

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!

boo replied on Thursday, March 06, 2008

This was due to the web service that was calling the IIS web service for remote data portal being Cassini.  Make sense.  Can't verify because now the web service calling the remote data portal is telling me another assembly can't be found even though it's in the BIN and I even added it as assembly ref in web.config file too.  Tried to changing to to web-app but of coarse that doesn't work on web service project.  Those 'web-site' projects are the worst idea ever....shadow paths, reference problems; man things were much easier to deploy in 1.1.

Copyright (c) Marimer LLC