This is a migrated thread and some comments may be shown as answers.

GAC

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christian
Top achievements
Rank 1
Christian asked on 21 Feb 2011, 11:39 AM
Dear Telerik-Team

I install the latest JustCode version. After the installation I open my VS2008 (c#) Solution and recompile it. I get error because on the "After Post Task" VS couldn't get access to the C:\Windows\Assembly directory. I try to get manual access by navigate to the folder but I can't see any file on it. If I close VS everything is ok. Also if I start VS without loading the JustCode Addin.

Any suggestion on this issue?

I need the "Before and After Post Task" to register my assemblies to the gac!

Example: Postbuild task
echo GAC of: "$(TargetDir)$(TargetName).dll"
"$(ProjectDir)\..\..\..\5. Buildtools\gacutil_x32.exe" /nologo /i "..\..\..\..\..\4. Build\$(TargetName).dll" /f

Thanks a lot!
Christian

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 25 Feb 2011, 01:19 PM
Hi Uwe Krall,

 It is a really weird problem you have. It'd be really nice if you could provide some more info.

We could make great use of the following:

  • A small sample project that demonstrates the problem ( I have not been able to reproduce it locally. There must be some specific setting that causes it).
  • The JustCode logs. these are in your AppData\Local\JustCode\Logs folder
  • The complete output form the VS build window when the build fails.

Thanks a bunch for letting us know about this.

All the best,
Tsviatko Yovtchev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Christian
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or