gpt4 book ai didi

c# - 有没有.Net4 BackgroundCopyManager.dll?

转载 作者:行者123 更新时间:2023-11-30 15:03:54 25 4
gpt4 key购买 nike

我有一个项目要升级到 .Net4,它使用 BackgroundCopyManager.dll。

谁知道我在哪里可以下载它的 .Net4 版本?

谢谢

您可以在此处查看 BackgroundCopyManager.dll list :

// Metadata version: v2.0.50727
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 2:0:0:0
}
.assembly BackgroundCopyManager
{
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeLibVersionAttribute::.ctor(int32,
int32) = ( 01 00 01 00 00 00 00 00 00 00 00 00 )
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 31 64 65 65 62 37 34 66 2D 37 39 31 35 // ..$1deeb74f-7915
2D 34 35 36 30 2D 62 35 35 38 2D 39 31 38 63 38 // -4560-b558-918c8
33 66 31 37 36 61 36 00 00 ) // 3f176a6..
.custom instance void [mscorlib]System.Runtime.InteropServices.ImportedFromTypeLibAttribute::.ctor(string) = ( 01 00 15 42 61 63 6B 67 72 6F 75 6E 64 43 6F 70 // ...BackgroundCop
79 4D 61 6E 61 67 65 72 00 00 ) // yManager..
.hash algorithm 0x00008004
.ver 1:0:0:0
}
.module BackgroundCopyManager.dll
// MVID: {328E2CCE-D921-47C0-8344-CEF41B018FDF}
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x004F0000

最佳答案

您从哪里获得类型库不是很清楚,它不是作为 Windows 的一部分提供的。你可以创建一个。从 Visual Studio 2010 命令提示符执行此操作,这样您将获得一个 .NET 4 兼容程序集。导航到您的项目目录并执行这些命令:

midl.exe "c:\program files (x86)\microsoft sdks\windows\v7.0a\include\bits.idl" /tlb BackgroundCopyManager.tlb
tlbimp.exe BackgroundCopyManager.tlb

您现在将拥有一个互操作程序集 BackgroundCopyManager.dll,您可以使用“项目”+“添加引用”、“浏览”选项卡将其添加到您的项目中。将 dll checkin 源代码管理,这样您就不必重复这些步骤。如果有的话,很长一段时间内都不会改变。

请务必在错误数据库中记录如何重新创建程序集,大概这是上次完成但被遗忘的。发生这种情况。

关于c# - 有没有.Net4 BackgroundCopyManager.dll?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11102346/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com