Re: Testing SourceID.NEt v0.3 in windows 2003
David Waite <[email protected]> Thu, 07 Aug 2003 12:04:04 -0600
| Newsgroups | gmane.comp.sourceid.sso.devel |
|---|---|
| Message-ID | <[email protected]> |
Cholan NSamy wrote: > Hi all, > > I’m working with SourceID.net v0.3 in windows 2003 environment. I > followed the steps given in Quick Demo Deployment, when I browse the > Home page of Service provider it throws an error message given below. > > Also I’m not able to build the application. the error message thrown was. > > “The type or namespace name “ProviderRole†could not be found.†> > “The type or namespace name “ProviderDirectory†could not be found.†> > “The type or namespace name “Configuration†could not be found.†> Which file gives the above error during building? This looks like a missing "using SourceID;" line. I received a similar error as the one below intermittently while testing on 2003. Could you tell me if you have installed a previous version on this machine? I believe this has to do with the Temporary ASP.NET cache; when I cleared this and restarted the web server things started to work correctly, but I will look to see if there is an issue in the MS knowledge base with more information. Also, the errors you received are normal if running a non-official build, as these are not properly signed by the build process. This is documented in the README, as well as the one-line command to run in a development environment to tell .NET to ignore the invalid signature. -David Waite