So I tried adding that line of code to my start up routine and i have yet to get it execute. Every time it errors out with 1 or 2 results:
1) It tells me that a definition with an Id of [Guid] already exists in DynamicXmlProvider.config. I go in and remove that node (and it's children) and after I do that it starts telling me this:
2) It tells me that the interface can't be implemented because the properties don't have a matching return type. In regards to that, I did change the return type from NullableDataReference<IImageFile> to string, so I thought that may have had something to do with it. So I deleted the Composite.Generated.dll file and replaced it with one that comes with a fresh install of Composite (thinking that might help) but that didn't do anything either.
Thoughts?
oh yea i'm using version 4.1, Build no. 4.1.5058.34326
1) It tells me that a definition with an Id of [Guid] already exists in DynamicXmlProvider.config. I go in and remove that node (and it's children) and after I do that it starts telling me this:
2) It tells me that the interface can't be implemented because the properties don't have a matching return type. In regards to that, I did change the return type from NullableDataReference<IImageFile> to string, so I thought that may have had something to do with it. So I deleted the Composite.Generated.dll file and replaced it with one that comes with a fresh install of Composite (thinking that might help) but that didn't do anything either.
Thoughts?
oh yea i'm using version 4.1, Build no. 4.1.5058.34326