English 中文(简体)
VB. NET 不可用于紧急信息社会首脑会议一揽子计划的申请
原标题:VB.NET Application Unable to Execute SSIS Package, gets COM Error

我现在要问一下VB。 NET申请试图执行SSIS一揽子计划。 我有一个非行服务器和一个服务器。 在同一个领域,每个领域都非常明显,网络是明智的。 亚洲开发银行正在运行2008年R2号,安装了SSIS 2008 R2号。 两个服务器都应用了2008年R2 SP1。

我的评议(在我开发的金属箱上运行)包括一个SSIS一揽子计划,作为可起诉的同一倍数的原始文件。 包裹的装货和用作为参数通过的联系方式执行。 我已经核实了这一联系,毫无疑问。

错误如下:

由于以下错误,CLSID{E80FE1DB-D1A-4D6B-BA7E-040D424A925C}无法回收COM级工厂:80040154。

亚洲开发银行和辅助服务器都安装了用户联网和后向兼容性工具。 我的一些研究建议,将REGSVR32用于多边贸易体系。 DL文件载于内夹中。 成功登记了档案,但并没有改变结果。

我真的 st忙于此。 希望得到任何帮助。

最佳回答

由此可见,该申请是参照2005年5月5日STDTS.dll汇编成册的,并部署到2008年5月的环境。 班级身份证不同。 如果你在“网络”申请中提出这一问题,就会检查这些参考文献,并确认你提到“管理技术”。 DLL正在使用与生产环境相匹配的DL。

问题回答

暂无回答




相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签