Hello,
I have installed an application off the web via ClickOnce. Examining the application in Reflector shows that it depends on two custom libraries--Thirteen23.Library.3 and TwitterLib. When attempting to open classes defined in these libraries, Reflector complains that
"The following assembly name cannot be resolved automatically:
Thirteen23.Library.3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d3a8aa6c91122687"
However, the application runs just fine when I double click on it. I've searched the GAC and several other places and can't find this DLL.
Can someone please explain to me what's going on?
Thanks.