Reporter | Tor Hovland (torhovland) |
---|---|
Created | Jan 23, 2012 1:00:10 PM |
Updated | Jan 23, 2012 3:40:05 PM |
Priority | Normal |
Type | Feature |
Fix versions | Next Major |
State | Submitted |
Assignee | Slava Trenogin (derigel) |
Subsystem | Code Analysis |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
The following is a valid SharePoint web page:
Resharper complains with the error message "Cannot resolve the symbol 'PlaceHolderMain'".
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> <%@ Import Namespace="Microsoft.SharePoint.ApplicationPages" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> <%@ Import Namespace="Microsoft.SharePoint" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Avdelingsfilter.aspx.cs" Inherits="VedlikeholdssystemSharePoint.Layouts.VedlikeholdssystemSharePoint.Avdelingsfilter" DynamicMasterPageFile="~masterurl/default.master" %> <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server"> Hello World! </asp:Content>
Resharper complains with the error message "Cannot resolve the symbol 'PlaceHolderMain'".