Hi Rod,
I am trying to change the Quotes module for some specific need - I want it to show a different quote each week. (Need it for some project). Anyway, I added the project and the DataProvider Project to a clean DNN 3.2 Source installation under Visual Studio 2003, but every time I try to compile I get 6 Errors :
*************************
Error: The dependency 'CountryListBox, Version=1.0.2136.19032, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'CountryListBox, Version=1.0.2165.29168, Culture=neutral'.
Error: The dependency 'CountryListBox, Version=1.0.2165.29168, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'CountryListBox, Version=1.0.2136.19032, Culture=neutral'.
Error: The dependency 'DotNetNuke.WebControls, Version=1.0.2133.42219, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke.WebControls, Version=1.0.2165.29168, Culture=neutral'.
Error: The dependency 'DotNetNuke.WebControls, Version=1.0.2165.29168, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke.WebControls, Version=1.0.2133.42219, Culture=neutral'.
Error: The dependency 'DotNetNuke.WebUtility, Version=1.0.2165.29168, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral'.
Error: The dependency 'DotNetNuke.WebUtility, Version=3.2.0.0, Culture=neutral' in project 'SmartThinker.Quotes' cannot be copied to the run directory because it would conflict with dependency 'DotNetNuke.WebUtility, Version=1.0.2165.29168, Culture=neutral'.
*************************
I checkd for the version of CountryListBox.dll in the all project, and all of the dll's are in the same version - 1.0.2165.29168. There is no instance of 1.0.2136.19032.
Any suggestions ?
Lior
|
|