OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

UserPersonalInformation Modules installation hit error for Orchard Version 1.1 #1569

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

vteck328 created: https://orchard.codeplex.com/workitem/17740

Server Error in '/OrchardLocal' Application.

Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Error compiling module "UserPersonalInformation" from file "/OrchardLocal/Modules/UserPersonalInformation/UserPersonalInformation.csproj": The assembly reference 'Orchard.Profile' could not be loaded.

There are generally a few ways to solve this issue:

  1. Remove the assembly reference from the project file if it's not needed.
  2. Ensure the assembly reference is present in the 'bin' directory of the module.
  3. Ensure the assembly reference is present in the 'bin' directory of the application.
  4. Specify the strong name of the assembly (name, version, culture, publickey) if the assembly is present in the GAC.

Source Error:

Line 1: <?xml version="1.0" encoding="utf-8"?> Line 2: Line 3:

Source File: /OrchardLocal/Modules/UserPersonalInformation/UserPersonalInformation.csproj Line: 1


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225

hyzx86 commented 5 years ago

I have a same problem, how to remove this notify?

hyzx86 commented 5 years ago

romove this folder