> > most obvious problem is that Forms authentication ticket starts to
> > "forget" roles that have been attached to it.
>
> I think the problem is not related to CR. Check if your new app is
> properly configured on the server (.net version, web.config, etc)
Hi
I agree with you. I think to root problem is probably something to do
with class loading mechanisms in .NET 2. The key is that the
assemblies available at runtime are not the same as the assemblies
available at compile time. Has any had any problems like this before?
Nick.
Alexey Smirnov - 09 Aug 2007 18:20 GMT
> assemblies available at runtime are not the same as the assemblies
> available at compile time.
[...]
> If we build using the Crystal
> assemblies but do not deploy them on a server (even if the code that
You should build application and copy the assembly to your website's
\bin directory.