Description: An error occurred during the
compilation of a resource required to service this request. Please
review the following specific error details and modify your source code
appropriately.
Compiler Error Message: CS1061:
'umbraco.cms.businesslogic.ContentType.TabI' does not contain a
definition for 'PropertyTypes' and no extension method 'PropertyTypes'
accepting a first argument of type
'umbraco.cms.businesslogic.ContentType.TabI' could be found (are you
missing a using directive or an assembly reference?)
Source Error:
Line 385: } Line 386: // Properties on current tab Line 387: foreach (umbraco.cms.businesslogic.propertytype.PropertyType pt in t.PropertyTypes) Line 388: { Line 389: umbraco.interfaces.IDataType dt = pt.DataTypeDefinition.DataType;
something about similiar guestbook package (autoform, doc2form)
Hi,
I try the two packages on umbraco 4.7
but they are no work at my site...
the AutoForm I according to this page to implement guestbook
but it appear nothing :(
and doc2form when I install
then my site were broken and says
=========================================================================
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.Compiler Error Message: CS1061: 'umbraco.cms.businesslogic.ContentType.TabI' does not contain a definition for 'PropertyTypes' and no extension method 'PropertyTypes' accepting a first argument of type 'umbraco.cms.businesslogic.ContentType.TabI' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Source File: c:\Inetpub\wwwroot\App_Code\doc2form.ascx.cs Line: 387
=========================================================================
have other packages similar guestbook to implement ??
thx alot :)
Regards,
Bambe
is working on a reply...