回复:[下载][原创]PARTY’S BREAKER 連続技のお部屋CMV
好想玩~~~
但…………
-v-bbb
Server Error in '/Gbaopan.Web.Beta1' Application.
--------------------------------------------------------------------------------
Invalid character in a Base-64 string.
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.FormatException: Invalid character in a Base-64 string.
Source Error:
Line 121: if(s==null)return null;
Line 122:
Line 123: byte[] encrypted = Convert.FromBase64String(s);
Line 124:
Line 125: MemoryStream msdecrypt = new MemoryStream(encrypted);
Source File: C:\Project\Beta1\GBaoPanBeta1\Gbaopan.Core\Security\Encrypt.cs Line: 123
Stack Trace:
[FormatException: Invalid character in a Base-64 string.]
System.Convert.FromBase64String(String s) +0
Gbaopan.Core.Security.SymmetryDecryptor.Decrypt(String s) in C:\Project\Beta1\GBaoPanBeta1\Gbaopan.Core\Security\Encrypt.cs:123
Gbaopan.Web.Beta1.HttpHandler.GbaopanHttpHandlerBase.ProcessRequest(HttpContext context) in c:\inetpub\wwwroot\Gbaopan.Web.Beta1\HttpHandler\GbaopanHttpHandlerBase.cs:170
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2315