YAFLogo

Dimi
  • Dimi
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
Trying to recompile in VS2010 for .NET 4.0. First had to comment all keys in Assembly files and add then to each project properties. Then after it was done tried to rebuild with the full syntax check.

D:\YAF\YAF.Classes\YAF.Classes.Utils\YafSystemInfo.cs(39,25): warning CS0649: Field 'YAF.Classes.Utils.Platform.inited' is never assigned to, and will always have its default value false.

Corrected to "= false", although not sure that it's right, logically should be,

Next problem:

D:\YAF\YAF.Classes\YAF.Classes.Data\DB.cs(7488,50): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

Added - stopped barking.

Next:

warning CS1616: Option 'keyfile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module

Commented the appropriate string in Assembly.cs file

Next:

D:\YAF\DNA jQuery Web Controls\DNA\ClientScriptManager.cs(38,43): warning CS0649: Field 'DNA.UI.ClientScriptManager.sm' is never assigned to, and will always have its default value null

Again - not sure if it's correct. Added:

private static readonly ScriptManager sm = new ScriptManager();

Below is the final error set returned by VS2010 in .NET 4.0 mode => I switched all the projects from 2.0 and one from 3.5 to 4.0.

------ Build started: Project: YAF.Classes.Config, Configuration: Debug Any CPU ------

YAF.Classes.Config -> D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Config.dll

------ Build started: Project: jQueryNet, Configuration: Debug Any CPU ------

jQueryNet -> D:\YAF\YetAnotherForum.NET\Bin\jQueryNet.dll

------ Build started: Project: YAF.Classes.Utils, Configuration: Debug Any CPU ------

YAF.Classes.Utils -> D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Utils.dll

------ Build started: Project: DNA, Configuration: Debug Any CPU ------

D:\YAF\DNA jQuery Web Controls\DNA\StateManagedObject.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryEffectMethods.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\TypeCode.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\SimpleListItem.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JavaScriptTypes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\FilterControlBuilder.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\EasingMethods.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\DomEvents.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\ScriptBuilder.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryEffects.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\SimpleButton.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\ClientScriptManager.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\NameValueAttributeCollection.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryOptionTypes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Attributes\ClientPropertyAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Speeds.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Attributes\ScriptReferenceAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Position.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\MultiJQueryScriptBuilder.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Attributes\CallBackMethodAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Properties\AssemblyInfo.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\SimpleListItemContainer.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryOptionAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Enums\ClientRegisterEvents.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQuerySelector.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\StateManagedObjectCollection.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\SimpleListView.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\ItemCollectionEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\IScriptBuilder.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\CollapsablePanel.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\Enums\ClientPropertyTypes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\JQueryScriptBuilder.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA\NameValueAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

Compile complete -- 0 errors, 34 warnings

DNA -> D:\YAF\YetAnotherForum.NET\Bin\DNA.dll

------ Build started: Project: Intelligencia.UrlRewriter, Configuration: Debug Any CPU ------

Intelligencia.UrlRewriter -> D:\YAF\YetAnotherForum.NET\Bin\Intelligencia.UrlRewriter.dll

------ Build started: Project: YAF.Classes.Data, Configuration: Debug Any CPU ------

YAF.Classes.Data -> D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Data.dll

------ Build started: Project: DNA.UI.JQuery, Configuration: Debug Any CPU ------

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\DatePickerDesigner.cs(246,28): warning CS0672: Member 'DNA.UI.JQuery.Design.DatePickerDesigner.GetPersistInnerHtml()' overrides obsolete member 'System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to 'DNA.UI.JQuery.Design.DatePickerDesigner.GetPersistInnerHtml()'.

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\NavView.cs(179,19): warning CS0108: 'DNA.UI.JQuery.NavView.Target' hides inherited member 'DNA.UI.JQuery.View.Target'. Use the new keyword if hiding was intended.

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\View.cs(177,19): (Related location)

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\NoneUIControlDesigner.cs(50,28): warning CS0672: Member 'DNA.UI.JQuery.Design.NoneUIControlDesigner.GetPersistInnerHtml()' overrides obsolete member 'System.Web.UI.Design.ControlDesigner.GetPersistInnerHtml()'. Add the Obsolete attribute to 'DNA.UI.JQuery.Design.NoneUIControlDesigner.GetPersistInnerHtml()'.

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\ViewCollection.cs(158,17): warning CS0108: 'DNA.UI.JQuery.ViewCollection.RemoveAt(int)' hides inherited member 'System.Collections.CollectionBase.RemoveAt(int)'. Use the new keyword if hiding was intended.

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Properties\AssemblyInfo.cs(38,12): warning CS1699: Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile'

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(1127,11): warning CS0162: Unreachable code detected

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(1130,11): warning CS0162: Unreachable code detected

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(1133,11): warning CS0162: Unreachable code detected

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(1136,11): warning CS0162: Unreachable code detected

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\TabsDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\Animation.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Slider\SliderRanges.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Sortable\Sortable.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Selectable\SelectableTolerances.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DatePicker\DateIconShowModes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\AnimationAttribute.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\DatePickerDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Selectable\Selectable.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DatePicker\DatePicker.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Droppable\Droppable.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Draggable\Draggable.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\DialogIcons.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Resizable\Resizable.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\NavView.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\AnimationForShowEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\NavItemCollection.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\AccordionDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\FadeTo.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\View.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\JQueryPlugin\JQueryOption.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\EffectBase.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\NoneUIControlDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\AccordionDesignerActionList.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\DialogButtons.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Progressbar\Progressbar.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DraggingOrientation.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\Animate.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\ViewDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Sortable\SortableTolerances.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\JQueryPlugin\JQueryPlugin.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\NavItemCollectionEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Reverts.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Properties\AssemblyInfo.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\AnimationAttributeNames.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\CollapseAnimations.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Slider\Slider.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\DialogDesigner.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\Resize.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Effect\Effect.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\DialogButton.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DatePicker\DatePickerDisplayModes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\LanguageDropDownEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\DateFormatEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\NavItem.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\FadeIn.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Tabs\Tabs.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\Dialog.cs(1187,11): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Droppable\DroppableTolerances.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\FadeOut.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\NavItemEventArgs.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\ViewCollection.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\JQueryMultiViewControl.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Dialog\DialogPositions.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DatePicker\DateName.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Containers.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\AccordionSizeModes.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\AccordionAnimationEditor.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Animation\Move.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Design\TabDesignerActionList.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\DraggableBase.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Accordion\Accordion.cs(2,1): warning CS1587: XML comment is not placed on a valid language element

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Draggable\Draggable.cs(122,31): warning CS0067: The event 'DNA.UI.JQuery.Draggable.Drag' is never used

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\View.cs(48,18): warning CS0414: The field 'DNA.UI.JQuery.View.enabled' is assigned but its value is never used

D:\YAF\DNA jQuery Web Controls\DNA.JQuery\Progressbar\Progressbar.cs(50,17): warning CS0169: The field 'DNA.UI.JQuery.Progressbar.newValue' is never used

Compile complete -- 0 errors, 75 warnings

DNA.UI.JQuery -> D:\YAF\YetAnotherForum.NET\Bin\DNA.UI.JQuery.dll

------ Build started: Project: YAF.Classes.Core, Configuration: Debug Any CPU ------

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(65,40): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(83,40): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(141,43): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(398,40): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(493,85): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\RoleMembershipHelper.cs(492,20): error CS1070: The type name 'MembershipCreateStatus' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\CombinedUserDataHelper.cs(42,13): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\CombinedUserDataHelper.cs(77,35): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\CombinedUserDataHelper.cs(90,35): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\CombinedUserDataHelper.cs(324,12): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\CombinedUserDataHelper.cs(489,15): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(277,19): error CS1070: The type name 'MembershipUserCollection' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(291,19): error CS1070: The type name 'MembershipUserCollection' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(311,19): error CS1070: The type name 'MembershipUserCollection' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(324,19): error CS1070: The type name 'MembershipUserCollection' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(338,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(355,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(373,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(386,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(421,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(434,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(449,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(462,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(477,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\UsersRoles\UserMembershipHelper.cs(490,19): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\Context\YafContext.cs(61,13): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\Context\YafContext.cs(342,12): error CS1070: The type name 'MembershipProvider' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\Context\YafContext.cs(359,12): error CS1070: The type name 'RoleProvider' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\Context\YafContext.cs(398,12): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

D:\YAF\YAF.Classes\YAF.Classes.Core\BasePages\ForumPage.cs(284,12): error CS1070: The type name 'MembershipUser' could not be found. This type has been forwarded to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Consider adding a reference to that assembly.

Compile complete -- 30 errors, 0 warnings

------ Build started: Project: YAF.Controls, Configuration: Debug Any CPU ------

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Core.dll' could not be found

Compile complete -- 1 errors, 0 warnings

------ Build started: Project: YAF.Providers, Configuration: Debug Any CPU ------

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Core.dll' could not be found

Compile complete -- 1 errors, 0 warnings

------ Build started: Project: YAF, Configuration: Debug Any CPU ------

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Core.dll' could not be found

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Controls.dll' could not be found

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Providers.dll' could not be found

Compile complete -- 3 errors, 0 warnings

------ Build started: Project: YAF.Classes.UnitTests, Configuration: Debug Any CPU ------

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Classes.Core.dll' could not be found

error CS0006: Metadata file 'D:\YAF\YetAnotherForum.NET\Bin\YAF.Providers.dll' could not be found

Compile complete -- 2 errors, 0 warnings

========== Build: 7 succeeded or up-to-date, 5 failed, 0 skipped ==========


Dimi

UserPostedImage

Sponsor