I am having trouble finding the devxpress dll on my project. they said to set the copy local property of they dll to true but i can't seem to find my dll i can add references with ease but there is no dll on my project solution the bin folder only has App_License.dll can anyone please give me and answer and a brief explanation?
Asked
Active
Viewed 68 times
1 Answers
1
It's the reference that you have to set copy local property to true. Find the reference under references in your project, right click, properties, and then one should be copy local. Set that to true.

CodePB
- 1,736
- 12
- 19
-
sorry I'm new at this. my solution explorer doesn't have a reference folder – Earl Edulan Mar 21 '13 at 21:08
-
See this post http://stackoverflow.com/questions/6261349/how-do-i-show-the-references-folder-in-solution-explorer-without-selecting-show. You have to set show all files if it is a vb project. – CodePB Mar 21 '13 at 21:20
-
excuse me sorry but it's a website and not a web application. – Earl Edulan Mar 21 '13 at 21:49
-
Still should be the same procedure I believe – CodePB Mar 22 '13 at 23:17