Clearification: Its after the installation im getting YSOD, when i enter the site...
By the way epidevs. we can see the epirightclick menu when we right click on this page....
I had the same problem. In my case the reson was EPiServer Composer still in 4.0 version (thus referance EPiServer 6.0.xxx).
From your stack trace I can see you also have Composer module.
Solution:
Upgrade your Composer to 4.1 version. Below you find a link describing how to do it:
Piotr
Thnx Piotr for the assistans. Ive already solved the problem and have been a bit of a snoozer when it comes to updating this thread. The solutíon was like you said, updating to 4.1
Upgrading from CMS 6 to CMS 6R2 and as soon as i fired the installation up im getting the YSOD (Yellow Screen Of Death).
Following is the error:
Server Error in '/' Application.
Unable to generate a temporary class (result=1).
error CS0012: The
type 'EPiServer.Security.SecurityEntityType' is defined in an assembly that is
not referenced. You must add a reference to assembly 'EPiServer,
Version=6.0.530.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7'.
error
CS0030: Cannot convert type 'EPiServer.Security.SecurityEntityType []' to
'EPiServer.Security.SecurityEntityType
[c:\Windows\assembly\GAC_MSIL\EPiServer.Framework\6.2.267.1__8fe83dea738b45b7\EPiServer.Framework.dll]'
error
CS0029: Cannot implicitly convert type 'EPiServer.Security.SecurityEntityType
[c:\Windows\assembly\GAC_MSIL\EPiServer.Framework\6.2.267.1__8fe83dea738b45b7\EPiServer.Framework.dll]'
to 'EPiServer.Security.SecurityEntityType []'
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.InvalidOperationException: Unable to generate a temporary class
(result=1).
error CS0012: The type 'EPiServer.Security.SecurityEntityType' is
defined in an assembly that is not referenced. You must add a reference to
assembly 'EPiServer, Version=6.0.530.0, Culture=neutral,
PublicKeyToken=8fe83dea738b45b7'.
error CS0030: Cannot convert type
'EPiServer.Security.SecurityEntityType []' to
'EPiServer.Security.SecurityEntityType
[c:\Windows\assembly\GAC_MSIL\EPiServer.Framework\6.2.267.1__8fe83dea738b45b7\EPiServer.Framework.dll]'
error
CS0029: Cannot implicitly convert type 'EPiServer.Security.SecurityEntityType
[c:\Windows\assembly\GAC_MSIL\EPiServer.Framework\6.2.267.1__8fe83dea738b45b7\EPiServer.Framework.dll]'
to 'EPiServer.Security.SecurityEntityType []'
Source Error:
The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one of the
below steps, then request the URL:
1. Add a "Debug=true" directive at the
top of the file that generated the error. Example:
<%@ Page
Language="C#" Debug="true" %>
or:
2) Add the following section
to the configuration file of your
application:
<configuration>
<system.web>
<compilation
debug="true"/>
</system.web>
</configuration>
Note
that this second technique will cause all files within a given application to be
compiled in debug mode. The first technique will cause only that particular file
to be compiled in debug mode.
Important: Running applications in debug
mode does incur a memory/performance overhead. You should make sure that an
application has debugging disabled before deploying into production
scenario.
Stack Trace:
I think its strange that it says i need to reference to a old dll file since i upgraded it. I got the correct dll files from the upgrade in my solution to...