type is not resolved for membertype is not resolved for member
Old forum URL: forums.lhotka.net/forums/t/6193.aspx
oneinone posted on Monday, January 19, 2009
hi all,
im getting error like this.
Type is not resolved for member
'ProjectTracker.Library.Security.PTPrincipal,ClassLibrary1.Library,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
How can i solve this?
RockfordLhotka replied on Monday, January 19, 2009
This is a common question, and one you'll find covered in numerous threads on the forum.
The short answer is this: the ASP.NET Development web server (Cassini) has some limitations around using custom principal objects - they just don't work.
So you need to run PTWeb, PTWebService and PTWcfService in IIS, not Cassini. The install PDF from the download page tells you how to do this.
oneinone replied on Monday, January 19, 2009
im using the framework 3.5 ..how can i install the same in IIS
RockfordLhotka replied on Tuesday, January 20, 2009
http://www.lhotka.net/files/csla36/cslabuild.pdf
From: oneinone
[mailto:cslanet@lhotka.net]
Sent: Monday, January 19, 2009 10:55 PM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] type is not resolved for member
im using the framework 3.5 ..how can i install the same in
IIS
oneinone replied on Tuesday, January 20, 2009
thanks a lot..
oneinone replied on Tuesday, January 20, 2009
sorry..dat link is not opening.
give me some alternative solution for the same
oneinone replied on Tuesday, January 20, 2009
i got the solution for this.
Now im facing diff pbm.
Could not find endpoint element with name 'WcfDataPortal' and contract
'Csla.Server.Hosts.IWcfPortal' in the ServiceModel client configuration section.
This might be because no configuration file was found for your application, or
because no endpoint element matching this name could be found in the client
element.
How can i solve this?
Copyright (c) Marimer LLC