Jjagg on develop
fixed grammar Merge pull request #7469 from a… (compare)
Jjagg on develop
Fixed a typo in the comments. c… Merge pull request #7473 from r… (compare)
@Ragath I'd like to use the XML importer shipped with monogame - and happy to adapt my XML files accordingly; but all error I get is this:
/item1.xml: error: Importer 'XmlImporter' had unexpected failure!
System.Reflection.ReflectionTypeLoadException: Mindestens ein Typ in der Assembly kann nicht geladen werden. Rufen Sie die LoaderExceptions-Eigenschaft ab, wenn Sie weitere Informationen benötigen.
bei System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
bei System.Reflection.Assembly.GetTypes()
bei System.Linq.Enumerable.<SelectManyIterator>d__233.MoveNext()
bei System.Linq.Enumerable.WhereSelectEnumerableIterator
2.MoveNext()
bei System.Linq.Enumerable.FirstOrDefaultTSource
bei Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate.IntermediateSerializer.FindType(String typeName)
bei Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate.IntermediateReader.ReadObjectT
bei Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate.IntermediateReader.ReadObjectT
bei Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate.IntermediateSerializer.DeserializeT
bei Microsoft.Xna.Framework.Content.Pipeline.XmlImporter.Import(String filename, ContentImporterContext context)
bei Microsoft.Xna.Framework.Content.Pipeline.ContentImporter`1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String filename, ContentImporterContext context)
bei MonoGame.Framework.Content.Pipeline.Builder.PipelineManager.ProcessContent(PipelineBuildEvent pipelineEvent)
The specific issues are I can't compile any pipeline content that require Assimp. The error I get is:
2>SkyBoxCube.fbx : error : Importer 'FbxImporter' had unexpected failure!
2>Assimp.AssimpException: Error loading unmanaged library from path: Assimp64.dll, see inner exception for details.
2>The specified module could not be found. (0x8007007E)
2> ---> System.IO.FileNotFoundException: The specified module could not be found. (0x8007007E)