I have the following 3 references that need to resolved for ths application to work correctly:
1. I am missing a reference to the common.logging.dll. I clicked under references and selected the .net and com tabs. I did not find the common.logging.dll.
Is this some .net feature that I need to add to this solution file? If so, can you tell me how to locate this feature and add it to my solution file? If not, can you tell me where I can locate the common.logging.dll and how to attach the reference to my solution file?
2. My other 2 references are the names of 2 of the project files that are part of the applicable solution file. Thus I am thinking that I need to rebuild each of the two project files separately from the entire solution file to obtain the required dll files. To obtain the applicable dlls, I am thinking that I need to obtain a reference to each file in the bin/debug or bin/release folders?
Is obtaining the applicable dlls from the bin/debug or bin/release folders a good idea or not?
Can you tell me if what I am planning to do is correct and/or what change(s) you think I should make?
Vithal WadjePosted Oct 30, 2012, 12:05 AM
Sie StePosted Oct 30, 2012, 8:31 AM
To resolve this issue so far, I have clicked on the references under one of the project folders I get the warning symbol for 2 files which are listed below:
1. I am missing a reference to the common.logging.dll. I clicked under the add reference dialog box and selected the .net and com tabs. I did not find the common.logging.dll.
Thus can you tell me how to locate the common.logging.dll in the .net framework so that I can add this dll under the references area?
2. I also need to add a reference to another project file that is in the solution file I am working with. Thus can you tell me how to compile (build) that project file so the dll is available for another project file to use? Where would I obtain the dll for this other proejct file? Would the dll be under the bin/debug folder?