Hi
i have a little problem in the App.xaml file.
When i add the following code i get 2 errors :
Code:
<Application.ApplicationLifetimeObjects>
<app:WebContext>
<app:WebContext.Authentication>
<services:FormsAuthentication />
</app:WebContext.Authentication>
</app:WebContext>
</Application.ApplicationLifetimeObjects>
error 1: The attachable property 'Authentication' was not found in type 'WebContext'
error 2: The type 'app:WebContext' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
However i am still able to run the application.
Can someone explain please?
Thanks
Regards
Matt