我试过的事情
1)彻底清理解决方案中的所有项目并重新构建
2)从框架文件夹中删除所有临时ASP.Net文件
3)从类库中的项目属性中删除链接的RIA服务,该类库失败,清理,重新构建,然后重新添加链接的RIA服务
任何关于从这里去哪里的建议将非常感谢:
错误21“CreateRiaClIEntfilesTask”任务意外失败.
System.Web.httpException(0x80004005):无法加载文件或程序集“Business,Version = 1.0.0.0,Culture = neutral,PublicKeyToken = null”或其一个依赖项.访问被拒绝. —> System.Configuration.ConfigurationErrorsException:无法加载文件或程序集“Business,PublicKeyToken = null”或其一个依赖项.访问被拒绝. —> System.IO.fileLoadException:无法加载文件或程序集“Business,PublicKeyToken = null”或其一个依赖项.访问被拒绝. —> System.IO.fileLoadException:无法加载文件或程序集“Business”或其一个依赖项.访问被拒绝.
—内部异常堆栈跟踪结束—
在System.Reflection.RuntimeAssembly._nLoad(Assemblyname filename,String codeBase,EvIDence assemblySecurity,RuntimeAssembly locationHint,StackCrawlMark& stackMark,Boolean throwOnfileNotFound,Boolean forIntrospection,Boolean suppressSecurityChecks)
在System.Reflection.RuntimeAssembly.nLoad(Assemblyname filename,Boolean suppressSecurityChecks)
在System.Reflection.RuntimeAssembly.InternalLoadAssemblyname(Assemblyname assemblyRef,Boolean suppressSecurityChecks)
在System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString,Boolean forIntrospection)
在System.Reflection.Assembly.Load(String assemblyString)
在System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyname,Boolean starDirective)
—内部异常堆栈跟踪结束—
在System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyname,Boolean starDirective)
在System.Web.Configuration.CompilationSection.LoadAllAssemblIEsFromAppDomainBinDirectory()
在System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)
在System.Web.Compilation.BuildManager.GetReferencedAssemblIEs(CompilationSection compConfig)
在System.Web.Compilation.BuildManager.GetPreStartinitMethodsFromreferencedAssemblIEs()
在System.Web.Compilation.BuildManager.CallPreStartinitMethods()
在System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager,IApplicationHost appHost,IConfigMapPathFactory configMapPathFactory,HostingEnvironmentParameters hostingParameters,PolicyLevel policyLevel,Exception appDomainCreationException)
在System.Web.Compilation.ClIEntBuildManager.EnsureHostCreated()
在System.Web.Compilation.ClIEntBuildManager.CreateObject(Type type,Boolean failifExists)
在Microsoft.ServiceModel.domainservices.Tools.CreateRiaClIEntfilesTask.CreateSharedTypeService(ClIEntBuildManager clIEntBuildManager,IEnumerable`1 serverAssemblIEs,ILogger logger)
在Microsoft.ServiceModel.domainservices.Tools.CreateRiaClIEntfilesTask.GenerateClIEntProxIEs()
在Microsoft.ServiceModel.domainservices.Tools.CreateRiaClIEntfilesTask.ExecuteInternal()
在Microsoft.ServiceModel.domainservices.Tools.RiaClIEntfilesTask.Execute()
在Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
在Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost,TaskLoggingContext taskLoggingContext,TaskHost taskHost,ItemBucket bucket,TaskExecutionMode howToExecuteTask,Boolean& taskResult)Insurer.Analytics.Common
<configuration> <system.web> <compilation deBUG="true" targetFramework="4.0" tempDirectory="C:\<SomeDirectoryYouFullyControl>\Temporary ASP.Net files" /> </system.web>
重建您的.web项目,并更新您的Silverlight项目中的服务参考.
总结以上是内存溢出为你收集整理的silverlight – “CreateRiaClientFilesTask”任务意外失败全部内容,希望文章能够帮你解决silverlight – “CreateRiaClientFilesTask”任务意外失败所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)