English 中文(简体)
利用员额建设活动向全球排雷中心发放新车牌不可行
原标题:Installing a new dll to GAC using post build event is not working

我为我的视力演播室项目写了一个员额建筑文字

copy "$(TargetPath)" "$(ProjectDir)....BuildDependencies$(TargetFileName)"
if exist "$(ProjectDir)....gac_dll" "$(FrameworkSdkDir)ingacutil.exe" /i "$(TargetPath)" /f

以下是建筑产出。

Build started: Project: ****** Configuration: Debug Any CPU ------

****** -> C:VSVN Repos**********inDebug**.dll

copy "C:VSVN Repos**********inDebug**.dll" "C:VSVN Repos**********   \....BuildDependencies**.dll"

if exist "C:VSVN Repos**********....gac_dll" "C:Program FilesMicrosoft SDKsWindowsv6.0A\bingacutil.exe" /i "C:VSVN Repos**********inDebug**.dll" /f

1 file(s) copied.

========== Build: 4 succeeded or up-to-date, 0 failed, 0 skipped ==========

产出显示,档案已经复制。 但是,在检查了政府军时,旧残.仍然存在。 它没有从GAC中删除。 是否有任何人认为档案没有复制?

问题回答

或许可以在你的职位建设活动中看你的同学:“v6.0Aingacutil.exe”在两字之前有两倍的“”。





相关问题
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 to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签