Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Could not get dependencies for project reference Could not get dependencies for project reference 'DotNetNuke.Library'
Previous
 
Next
New Post
8/12/2010 3:19 AM
 
Vinay Thakkar wrote:
Hey guys,

               If anybody can provide a quick fix on this, as i am totally stuck up at this issue.
any kind of suggestion or help would be of great help.

 Your issue description did not provide any information.  Is this a issue on running a upgrate from what? DNN version to 5.4.4? When is the error viewed, on the install log?  Have you any error logs about this issue on your Event Log ? 

We need some more information about when, how a issue caused.  So the error log is a good think to look first, or tell us when a error caused.

 
New Post
8/12/2010 3:26 AM
 
Hi, Mathias:

I can provide some more information.  The core issue is inability to build the DNN 5.4.4 source install in Visual Studio 2008.  I installed it on Windows 7, IIS 7.5, SQL Server 2005 Developer Edition.  Portal runs fine installed as an application under Default Website with alias DotNetNuke_Community as required for the VS 2008 solution.

When I build it, however, I get a ton of errors.  Here is a copy from the VS 2008 build log:

Error 1 Could not get dependencies for project reference 'DotNetNuke.Library' http://localhost/DotNetNuke_Community/
Error 2 Class 'EditVocabulary' must implement 'Event SelectTerm(sender As Object, e As Web.UI.WebControls.TermsEventArgs)' for interface 'IEditVocabularyView'. X:\DotNetNuke\Modules\Taxonomy\Views\EditVocabulary.ascx.vb 34 20 DotNetNuke.Modules.Taxonomy.VS2008
Error 3 'SelectTerm' cannot implement 'SelectTerm' because there is no matching event on interface 'IEditVocabularyView'. X:\DotNetNuke\Modules\Taxonomy\Views\EditVocabulary.ascx.vb 45 95 DotNetNuke.Modules.Taxonomy.VS2008
Warning 4 XML documentation parse error: End tag 'p' does not match the start tag 'remarks'. XML comment will be ignored. X:\DotNetNuke\Library\Framework\BaseHttpHandler.vb 109 13 DotNetNuke.Library
Warning 5 Function 'SendMail' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used. X:\DotNetNuke\Library\Services\Mail\Mail.vb 113 9 DotNetNuke.Library
Warning 6 'm_tabPreview' is obsolete: 'Obsoleted in DotNetNuke 5.1.2. No longer neccessary as there is no concept of an Admin Page'. X:\DotNetNuke\Library\UI\Containers\ActionBase.vb 124 21 DotNetNuke.Library
Warning 7 'Private Sub ExecuteADOScript(ConnectionString As String, SQL As String)' is obsolete: 'Temporarily Added in DNN 5.4.2. This will be removed and replaced with named instance support.'. X:\DotNetNuke\Library\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb 544 25 Provider.SqlDataProvider
Warning 8 Using the iteration variable in a query expression may have unexpected results.  Instead, create a local variable within the loop and assign it the value of the iteration variable. X:\DotNetNuke\DotNetNuke.Web\UI\WebControls\Tags.vb 223 73 DotNetNuke.Web
Warning 9 Variable 'permission' is used before it has been assigned a value. A null reference exception could result at runtime. X:\DotNetNuke\Modules\Messaging\Components\MessagingBusinessController.vb 60 44 DotNetNuke.Modules.Messaging.VS2008
Error 10 Class 'MessageList' must implement 'Event DeleteSelectedMessages(sender As Object, e As Web.UI.WebControls.DnnGridItemSelectedEventArgs)' for interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 35 20 DotNetNuke.Modules.Messaging.VS2008
Error 11 Class 'MessageList' must implement 'Event MarkSelectedMessagesRead(sender As Object, e As Web.UI.WebControls.DnnGridItemSelectedEventArgs)' for interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 35 20 DotNetNuke.Modules.Messaging.VS2008
Error 12 Class 'MessageList' must implement 'Event MarkSelectedMessagesUnread(sender As Object, e As Web.UI.WebControls.DnnGridItemSelectedEventArgs)' for interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 35 20 DotNetNuke.Modules.Messaging.VS2008
Error 13 'DeleteSelectedMessages' cannot implement 'DeleteSelectedMessages' because there is no matching event on interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 65 121 DotNetNuke.Modules.Messaging.VS2008
Error 14 'MarkSelectedMessagesRead' cannot implement 'MarkSelectedMessagesRead' because there is no matching event on interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 66 123 DotNetNuke.Modules.Messaging.VS2008
Error 15 'MarkSelectedMessagesUnread' cannot implement 'MarkSelectedMessagesUnread' because there is no matching event on interface 'IMessageListView'. X:\DotNetNuke\Modules\Messaging\Views\MessageList.ascx.vb 67 125 DotNetNuke.Modules.Messaging.VS2008
Warning 16 Namespace or type specified in the project-level Imports 'System.Xml.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. Provider.TelerikEditorProvider.VS2008
Warning 17 'Protected Property SelectedItemTag() As String' is obsolete: 'This property is no longer used'. X:\DotNetNuke\Library\Providers\HtmlEditorProviders\TelerikEditorProvider\Components\PortalContentProvider.vb 447 262 Provider.TelerikEditorProvider.VS2008
Warning 18 'Public Property Email() As String' is obsolete: 'Deprecated in DNN 5.1'. X:\DotNetNuke\Website\App_Code\IFrame\Domain\IFrameParameter.vb 299 36 http://localhost/DotNetNuke_Community/
Warning 19 'Public Shared Function GetModuleSettings(ModuleId As Integer) As System.Collections.Hashtable' is obsolete: 'Deprecated in DNN 5.0.  Please use ModuleController.GetModuleSettings(ModuleId)'. X:\DotNetNuke\Website\App_Code\XML\Components\ControllerBase.vb 39 28 http://localhost/DotNetNuke_Community/
Warning 20 'Public Shared Function GetModuleSettings(ModuleId As Integer) As System.Collections.Hashtable' is obsolete: 'Deprecated in DNN 5.0.  Please use ModuleController.GetModuleSettings(ModuleId)'. X:\DotNetNuke\Website\App_Code\XML\Handlers\download.vb 75 45 http://localhost/DotNetNuke_Community/
Warning 21 'Public ReadOnly Property AuthorizedViewRoles() As String' is obsolete: 'Deprecated in DNN 5.1. All permission checks are done through Permission Collections'. X:\DotNetNuke\Website\App_Code\XML\Handlers\download.vb 78 45 http://localhost/DotNetNuke_Community/
Warning 22 'Public Property Email() As String' is obsolete: 'Deprecated in DNN 5.1'. X:\DotNetNuke\Website\App_Code\XML\Parameters\ParameterInfo.vb 347 42 http://localhost/DotNetNuke_Community/


It seems to me, and I've seen various threads stating so, that some references are missing.  However, I can't even find reference folders in the solution for most of the projects with errors.  There must be some common mistake, missed setup step, that I and others are missing when setting up the source install to build.
 
New Post
8/12/2010 3:51 AM
 
Hi Chris,

but you gives me some more informations, I didn't know before you got not the source running on VS.   The Source package missed some dll files and some projects due to some changes.  The issue is allready loged on the Gemini.

There was a Blog post I think how you can solve it, but had not the link by hand now.
 
New Post
9/8/2010 9:51 AM
 
Mr Schlomann, dear Matthias,

Although it was a piece of cake to get the CMS running from the _Install package, to get it done from the _Source Package is something different. It's my goal not only to learn to work with the CMS as an application I want to learn from the coding techniques behind as well.

Is it possible to copy desired dll's from other packages, for instance from the DotNetNuke_Community_05.05.00_Install?

According your reply on question of Mr. Chris Besant, I do as well receive similar errors. Just 8 errors (2 related ones on interface IEditVocabularyView in Module.Taxonomy and 6 related in Module.Messaging on interface IMessageListView) and the one: Could not get dependencies for project reference 'DotNetNuke.Library'. Searching on this error one telling me the possibility of a bug in VisualStudio2008, just closing en reopening should solve this error. No luck at my site.

Moreover, to get a proper build out of the DotNetNuke_Community_05.05.00_Source package, do I have to restore, one way or the other, the Modules.Taxonomy and Modules.Messaging or do they depend on the missing dll's?

Your suggestion to search blogs for error "Could not get dependencies for project reference 'DotNetNuke.Library'", I was not successful. Was this a blog posted recently? Because I figured out you are a well-known person in the DotNetNuke community. Do you have other hints to find this particular blog?

Thanks for your concern,

KWHJ
 
New Post
9/8/2010 1:31 PM
 

Mr Schlomann, dear Matthias,

Did you mean the Blog: Joe Brinkman (3/1/2010) Using the DotNetNuke Source Code? I gamble you did, because …

I followed the instructions mentioned very strictly:

1) Got myself new source code from DotNetNuke portal, compared each folder with the source I got some days ago from CodePlex (I think?) with BeyondCompare. Everything matched.

2) Checked the solution file, changed al spots mentioned to meet my desired domain name.

3) Checked IIS that the virtual map points to the Website-folder within the folder containing the solution.

Here I found my mistake. According to the figure shown in Joe Brinkman’s blog: the file system figure. I had pointed the virtual map to ‘Trunk’ instead of ‘Website’. Changed it .... reopened the solution and … voilà … a proper build.

Perhaps, Mr. Chris Besant has IIS pointed the virtual map as well to the parent folder containing the Website one …

Thank you for your concern,

KWHJ

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Could not get dependencies for project reference Could not get dependencies for project reference 'DotNetNuke.Library'


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out