Our.Umbraco.SuperValueConverters models builder error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failed to build models. | |
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. | |
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) | |
at System.Reflection.RuntimeModule.GetTypes() | |
at System.Reflection.Assembly.GetTypes() | |
at Our.Umbraco.SuperValueConverters.Helpers.TypeHelper.<>c.<GetType>b__0_0(Assembly x) | |
at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext() | |
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() | |
at Our.Umbraco.SuperValueConverters.Helpers.TypeHelper.GetType(String typeName, String namespaceName) | |
at Our.Umbraco.SuperValueConverters.Helpers.TypeHelper.<>c__DisplayClass1_0.<GetTypes>b__0(String x) | |
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() | |
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() | |
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source) | |
at Our.Umbraco.SuperValueConverters.ValueConverters.SuperValueConverterBase.GetTypeForAllowedDoctypes(String[] allowedDoctypes) | |
at Our.Umbraco.SuperValueConverters.ValueConverters.SuperValueConverterBase.GetPropertyValueType(PublishedPropertyType propertyType) | |
at Umbraco.Core.Models.PublishedContent.PublishedPropertyType.InitializeConverters() | |
at Umbraco.Core.Models.PublishedContent.PublishedPropertyType..ctor(PublishedContentType contentType, PropertyType propertyType) | |
at Umbraco.Core.Models.PublishedContent.PublishedContentType.<.ctor>b__3_0(PropertyType x) | |
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() | |
at System.Linq.Buffer`1..ctor(IEnumerable`1 source) | |
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) | |
at Umbraco.Core.Models.PublishedContent.PublishedContentType..ctor(IContentTypeComposition contentType) | |
at Umbraco.Core.Models.PublishedContent.PublishedContentType.CreatePublishedContentType(PublishedItemType itemType, String alias) | |
at Umbraco.Core.Models.PublishedContent.PublishedContentType.<>c__DisplayClass33_0.<Get>b__0() | |
at Umbraco.Core.Cache.CacheProviderExtensions.<>c__DisplayClass5_0`1.<GetCacheItem>b__0() | |
at Umbraco.Core.Cache.StaticCacheProvider.<>c__DisplayClass11_0.<GetCacheItem>b__0(String key) | |
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) | |
at Umbraco.Core.Cache.StaticCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem) | |
at Umbraco.Core.Cache.CacheProviderExtensions.GetCacheItem[T](ICacheProvider provider, String cacheKey, Func`1 getCacheItem) | |
at Umbraco.Core.Models.PublishedContent.PublishedContentType.Get(PublishedItemType itemType, String alias) | |
at Umbraco.ModelsBuilder.Umbraco.Application.GetTypes(PublishedItemType itemType, IContentTypeBase[] contentTypes) in D:\d\Zbu ModelsBuilder-7\Umbraco.ModelsBuilder\Umbraco\Application.cs:line 169 | |
at Umbraco.ModelsBuilder.Umbraco.Application.GetAllTypes() in D:\d\Zbu ModelsBuilder-7\Umbraco.ModelsBuilder\Umbraco\Application.cs:line 54 | |
at Umbraco.ModelsBuilder.Umbraco.ModelsBuilderBackOfficeController.GenerateModels(String modelsDirectory, String bin) in D:\d\Zbu ModelsBuilder-7\Umbraco.ModelsBuilder\Umbraco\ModelsBuilderBackOfficeController.cs:line 104 | |
at Umbraco.ModelsBuilder.Umbraco.ModelsBuilderBackOfficeController.BuildModels() in D:\d\Zbu ModelsBuilder-7\Umbraco.ModelsBuilder\Umbraco\ModelsBuilderBackOfficeController.cs:line 35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment