How to install toolset in visual studio 2003 (anthem.net)

  • Thread starter Thread starter darrel
  • Start date Start date
D

darrel

I'm maintaining a 1.1 application using VS 2003.

I'm running into a weird compiliation problem where every other compilation
gives me an error saying it can't find

Command line error BC2017 : could not find library
'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\courtscms_sitestructurebuilder\fe4a3231\32ab37f4\assembly\dl2\bdef7781\677f5360_bc77c701\anthem.dll'

I installed anthem.net into VS a while ago, but haven't used it much and am
not using it all on this project. There's no reference to ANTHEM in this
project anywhere.

Why is it looking for that DLL on compile?

Can I get rid of it from my VS install? I can't seem to find an option for
that anywhere.

-darrel
 
Hello darrel,

Double check that there is no references in your project to that dll
restart IIS
remove "temporarty asp.net folder\courtscms_sitestructurebuilder"

REBUILD your solution

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


d> I'm maintaining a 1.1 application using VS 2003.
d>
d> I'm running into a weird compiliation problem where every other
d> compilation gives me an error saying it can't find
d>
d> Command line error BC2017 : could not find library
d> 'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
d> files\courtscms_sitestructurebuilder\fe4a3231\32ab37f4\assembly\dl2\b
d> def7781\677f5360_bc77c701\anthem.dll'
d>
d> I installed anthem.net into VS a while ago, but haven't used it much
d> and am not using it all on this project. There's no reference to
d> ANTHEM in this project anywhere.
d>
d> Why is it looking for that DLL on compile?
d>
d> Can I get rid of it from my VS install? I can't seem to find an
d> option for that anywhere.
d>
d> -darrel
d>
 
Back
Top