以下异常的可能原因是什么?
System.PlatformNotSupportedException: 'ResourcePool' is not supported on the current platform.
at System.EnterpriseServices.Platform.Assert(Boolean fSuccess, String function)
at System.EnterpriseServices.Platform.Assert(Version platform, String function)
at System.Ente
我试着阅读asp.net mvc,我以前从未使用过asp.net,但熟悉常规的c#开发。
新安装,完全修补Windows主页。
最新安装到SP1 VisualStudio2008Pro。
启动了一个新项目,选择了"ASP.NET MVC Web应用程序“,目标框架为3.5
我击中了F5,我得到了:
“无法加载文件或程序集System.EnterpriseServices”
瑞典语的确切措辞:
[FileNotFoundException: Det går inte att hitta filen. (Undantag från HRESULT: 0x80070002)]
[FileNo
我刚刚将TFS从2012 RC更新到2012 RTM。安装进行得很顺利,一切都按原样进行了设置。但是,现在当我签入文件并开始构建过程时,我总是收到一个与缺少System.EnterpriseServices.dll相关的错误。下面是完整的错误:
CSC: Metadata file 'c:\Builds\1\MySite\bin\System.EnterpriseServices.dll' could not be opened -- 'Error importing module 'System.EnterpriseServices.Wrapper.dll
我试图实例化我自己的COM+组件(作为库应用程序运行),但没有成功。
当我尝试创建它时,得到的只是一个NotImplementedException
dim myComponent As New MyComponent()
堆栈跟踪没有多大帮助:
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type
我需要在SSIS包的数据流中实现BCrypt散列。我想通过将Bcrypt程序集部署到GAC,然后在脚本组件中调用它来实现这一点。我从Git下载了项目,构建了强命名项目(我创建了一个键),并使用Powershell将程序集部署到GAC。我使用Powershell而不是gacutil.exe,因为我运行的是没有gacutil.exe的Windows 10。
# NOTE: Run powershell as administrator
[Reflection.Assembly]::LoadWithPartialName("System.EnterpriseServices") |
我得到了一个调用COM+组件的ASP.net got服务。COM+组件中的一个类抛出了一个我想要处理的异常。但是ApplicationException是被webbservice捕获的,而不是真正的异常。
为什么会这样呢?
编辑:异常详细信息
System.ApplicationException: Error in the application.
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.En
我正在尝试调用一个对Dynamics Great Plains的调用,但我得到了一个非常令人沮丧的错误。
我调用代码:
eConnectMethods eConCall = new eConnectMethods();
并且我立即捕获了以下内容:
ERROR
System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
at System.Runtime.InteropServices.Marshal.ThrowExcepti
我使用了一个教程(,方法1)来生成两个项目。项目A是指项目b。
项目a:
new System.EnterpriseServices.Internal.Publish().GacRemove(string.Format(@"C:\Users\[me]\Documents\Visual Studio 2010\Projects\MyAssembly1\MyAssembly1\bin\Debug\MyAssembly1.dll"));
new System.EnterpriseServices.Internal.Publish().GacInstall(string.Format(
当我尝试在IIS下查看我的网站时遇到了一个奇怪的失败。如果我创建了一个新的ASP.Net网站应用程序,根本不修改它并运行它(F5),网页就会显示错误:
Compilation Error
Description: An error occurred during the compilation of a resource required to
service this request. Please review the following specific error details and modify
your source code appropriately.
Compiler
当我试图从远程PC调用COM+对象的方法时,会得到以下错误:
System.InvalidCastException
HResult=0x80004002
Message=Unable to cast COM object of type 'System.__ComObject' to interface type 'System.EnterpriseServices.IRemoteDispatch'. This operation failed because the QueryInterface call on the COM component f