Template Exist In Project and I didn't Get umbraco Interface
No physical template file was found for template seab1
But it is populated in umbraco project in visual studio,
but i didn't get the Umbraco Interface(i mean Name Is Exist in DocumentTypes but when clicking that one it through the error)like
When you created the template did you then do it using visual studio? If possible could you then try deleting the template in visual studio and then go to the umbraco backoffice and create the template in the "Templates" folder in the "Settings" section and then include the templates in your visual studio solution and see if that works?
As I write I can't remember what it takes to create the templates outside of Umbraco since I can't agree with myself whether templates do or do not have a database dependency in later Umbraco versions. But if they still do then I think the way to avoid this issue is to create the template inside Umbraco and then include it in your project afterwards.
Template Exist In Project and I didn't Get umbraco Interface
No physical template file was found for template seab1
But it is populated in umbraco project in visual studio, but i didn't get the Umbraco Interface(i mean Name Is Exist in DocumentTypes but when clicking that one it through the error)like
An error occured
Mapping types: ContentType -> IEnumerable
1 Umbraco.Core.Models.ContentType -> System.Collections.Generic.IEnumerable
1[[Umbraco.Web.Models.ContentEditing.PropertyGroupDisplay`1[[Umbraco.Web.Models.ContentEditing.PropertyTypeDisplay, umbraco, Version=1.0.5948.18146, Culture=neutral, PublicKeyToken=null]], umbraco, Version=1.0.5948.18146, Culture=neutral, PublicKeyToken=null]] Destination path: DocumentTypeDisplay.Groups.Groups Source value: Umbraco.Core.Models.ContentTypeAnyone can tel me how to fix this error
Hi Raja
When you created the template did you then do it using visual studio? If possible could you then try deleting the template in visual studio and then go to the umbraco backoffice and create the template in the "Templates" folder in the "Settings" section and then include the templates in your visual studio solution and see if that works?
As I write I can't remember what it takes to create the templates outside of Umbraco since I can't agree with myself whether templates do or do not have a database dependency in later Umbraco versions. But if they still do then I think the way to avoid this issue is to create the template inside Umbraco and then include it in your project afterwards.
Hope this helps.
/Jan
If I delete the templates, again i will create template Is it populated to one of my team member(if his update my code by using TFS)
is working on a reply...