SharePoint 2010 error creating list view

I have my own list definition created using visual studio 2010. I would like to create a calendar view of this list using the web interface. However, when I try to create a view, I welcome a useful error message:

Error

Cannot complete this action.

Please try again.

About the problem:

  • When I try to duplicate this error when starting Fiddler2, I see the answer 404 Not Foundwhen I try to access /_vti_bin/owssvr.dll?CS=65001using the HTTP POST verb.

  • Errors are not logged in the ULS logs.

  • If I create a new custom list and try to reproduce the problem by adding two date columns and creating a calendar view, everything will work as expected.

  • The file schema.xmldefining the list is quite large, with close to 25 fields.

  • I use custom templates for new, editable and displayed forms.

  • I defined a new custom view showing a subset of columns in schema.xml

Does anyone know of any "gotchas" or things to look for in my list definition that may be related to this problem in general?

Has anyone encountered this problem before and knew how to fix it?

Otherwise, what else can I do to debug this?

To avoid overflowing this question with large blocks of code, you can view my list definition here:

Elements.xml - http://pastebin.com/97ucAedZ

Schema.xml - http://pastebin.com/2brpMJgT

ListInstance Elements.xml - http://pastebin.com/gnCXVpmh

+3
2

moontear. , . , , :

<ContentType ID="0x0100781A2C74BF4bfd81AE710DB1EACAE745"
                   Name="$Resources:Item"
                   Group="$Resources:List_Content_Types"
                   Description="$Resources:ItemCTDesc"
                   Version="1">

, 0x01, 00, Guid. , 00 70.

. .

+1

:

  • / MOSS.
    , .
  • , .. , , , .

xml , , MOHA "getcha" "aha".

0

All Articles