It's either rust, or...

by Matthew Noonan 31. August 2006 02:22

Well, let's just go with rust. For some reason, my changes keep disappearing from the CTP. I checked tonight and the timestamp handling was wrong again. I'm sure it's nothing I'm doing wrong...

 

Anyway, the 2.0 CTP zip has been updated again.

 

http://www.easyobjects.net/Downloads/tabid/125/Default.aspx

Comments

9/5/2006 2:00:00 AM #

The business object generation script is erroring out with an error that the template is locked.

ecathell United States

9/5/2006 2:00:00 AM #

The template may be marked as read-only (a side effect of source code control). Or the target output file may be locked by another process. If you give me the template name and exact error message I might be able to provide a solution.

mgnoonan United States

9/6/2006 2:00:00 AM #

I have changed
##|SOURCE_TYPE Gui to
##|SOURCE_TYPE Source
in the VbNet_EasyObject_BusinessEntity.vbgen file
and it works fine now.

kyprok United States

9/6/2006 2:00:00 AM #

I get the exact same error.
Please find below more info on the error:

Template Name:  VbNet_EasyObject_BusinessEntity.vbgen (EO CTP 2.0)
Source:    MyGeneration
Method:   Void _Initialize(System.String, System.Object[])
Line 0 Column 0
Message:  Cannot edit locked templates.
Stack Trace:  at MyGeneration.TemplateForms.TemplateEditor._Initialize(String path, Object[] options)

kyprok United States

Comments are closed