-
In the changelog, i read "New data types with max number of items set to 1 will return a single Link or null.
Existing data types will continue to return IEnumerable."
How can I use the "New data …
ghost updated
6 years ago
-
Thanks for creating this great package, Anders.
- Installed latest via Nuget (0.3.4) on umbraco 7.5.13.
- Everything installs and builds.
- I made the required changes to web.config and dashboa…
-
Today i've updated my Umbraco ModelsBuilder and Umbraco ModelsBuilder Api to 3.0.9 and got this error.
```
[TypeLoadException]: Could not load type 'ModelBindingArgs' from assembly 'um…
-
I've followed the instructions on the wiki and a testing the quick start instructions.
I'm getting an error that I can't understand (I'm also new to Umbraco),
so I would really appreciate help exp…
-
This is because the model returned is now an IEnumerable or string[], rather than a string. There appears to be code (at least) in postmodel that treats the data from Umbraco as a string array and pa…
-
Failed to build models.
The type initializer for 'File' threw an exception.
~~~~
at Roslyn.Utilities.FileUtilities.OpenFileStream(String path)
at Microsoft.CodeAnalysis.MetadataReference.CreateFro…
-
* I'm on Umbraco 7.6.7
* I installed meganav via Nuget - `PM> Install-Package Cogworks.Meganav`
* I was able to create my custom data type and associate it to a document type.
But when I attemp…
-
My content types dropdown comes out empty, containing only the default prompt.
Running the GetAllContentTypes (Umbraco/backoffice/ORCCsv/ContentType/getAll) method by itself, I get this wonderful e…
-
-
It would be helpful to be able to specify base class for each individual model, in addition to being able to specify ModelsBaseClass for all models.
My situation is this: following some advice I sa…