gacutil

GACed .net library project succesfully build only on second try

I'm trying to build a project library that needs to be in the GAC, so I added the following line as a post build event: "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe" -if "$(TargetPath)" For every even (second build, forth build, etc...) build execution I get this: ------ Build started: Project: Test.BusinessLog...

Assembly from GAC is not listed in Monodevelop's Edit References dialog

I am trying to port a small console application from Windows/.NET to Ubuntu/Mono. I have problems to add a reference to the mono version of NLog, which I added to the GAC. Adding NLog.dll to the assembly was confirmed: Installed NLog.dll into the gac (/usr/lib/mono/gac) I also find it in the GAC under: /usr/lib/mono/gac/NLog/2.0.0.0__5...