I am having the same problem as the original poster. I am using VS 2015 and have installed CRforVS_13_0_15 using the link provided above in this thread. I am publishing my app using the setting for AnyCPU in VS. When I run my app from my development machine I get the error posted above and when the program is run from another computer that is not the development machine I also get the same error. This is not a web application. It is a stand alone app that I build and then distribute. I am not using any installation package such as click once or MSI or anything. I have 15 files in the References section of my application that refer to Crystal reports. I copy all of these files to the client machine when my app is distributed. The file log4net is not in my references and therefore I do not distribute it. How do I resolve this?
BTW, I am using .Net 4.0 for building my app.
Error msg is : Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.