Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse Error in Web App #5

Open
jonnwhite1 opened this issue Mar 23, 2022 · 6 comments
Open

Parse Error in Web App #5

jonnwhite1 opened this issue Mar 23, 2022 · 6 comments

Comments

@jonnwhite1
Copy link

Hey,

I've followed the instructions (But i couldn't find the releases Zip? Unless im being blind so downloaded the Code file)
I'm not great with Visual studio or IIS. I'm getting the following error message, i've deleted it all and tried again but it doesn't seem to of worked :( Any pointers?
Really love the idea btw! Keen to trial it!!

image

@jonnwhite1
Copy link
Author

Workout how to use VS Com :) Working perfectly now

@CBennerstedt
Copy link
Owner

Hey there, glad you got it sorted!
Re the releases Zip, it's to be found here https://github.com/CBennerstedt/CMAppCreator/releases/tag/1.0

@jonnwhite1 jonnwhite1 reopened this Mar 23, 2022
@jonnwhite1
Copy link
Author

Hey there, glad you got it sorted! Re the releases Zip, it's to be found here https://github.com/CBennerstedt/CMAppCreator/releases/tag/1.0

Thank you! i managed to get further and have had chance to play with it today :).
I'm unable to create an application, i've used the above release doc (Thakn you for that link!)
But am getting the following? It's in my Lab enviroment which has full unrestricted internet access but unsure what this issue means? any ideas

Errormessage:
The element 'Icon' in namespace 'http://schemas.microsoft.com/SystemCenterConfigurationManager/2009/AppMgmtDigest' has incomplete content. List of possible elements expected: 'Data' in namespace 'http://schemas.microsoft.com/SystemCenterConfigurationManager/2009/AppMgmtDigest'.

InnerException:

StackTrace:
at System.Xml.Schema.XNodeValidator.ValidationCallback(Object sender, ValidationEventArgs e) at System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(XmlSchemaInfo schemaInfo, Object typedValue) at System.Xml.Schema.XNodeValidator.ValidateElement(XElement e) at System.Xml.Schema.XNodeValidator.ValidateNodes(XElement e) at System.Xml.Schema.XNodeValidator.ValidateElement(XElement e) at System.Xml.Schema.XNodeValidator.ValidateNodes(XElement e) at System.Xml.Schema.XNodeValidator.ValidateElement(XElement e) at System.Xml.Schema.XNodeValidator.Validate(XObject source, XmlSchemaObject partialValidationType, Boolean addSchemaInfo) at Microsoft.ConfigurationManagement.ApplicationManagement.Serialization.XmlSerializeImplementation.Serialize(NamedObject obj, Boolean validate) at Microsoft.ConfigurationManagement.ApplicationManagement.Serialization.SccmSerializer.SerializeObject[T](T obj, Boolean validate) at Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation.ApplicationFactory.PrepareResultObject(AppManWrapper wrapper) at CM_App_Creator.Default.Store(Application application) in D:\temp\CMAppCreator\Default.aspx.cs:line 1753

ExceptionData:
System.Collections.ListDictionaryInternal

@jonnwhite1
Copy link
Author

image

@CBennerstedt
Copy link
Owner

The app pretty much expects either an .ico file or .png file to be found when locating an installer to add.
If no .ico or .png file is found in the file path it will try to extract an icon if you click on an .exe

I assume the Icon error may happen if no .ico / .png file is discovered, I think it currently is a pre-requisite to have in the path. At least try it out first is my recommendation

@jtilma1
Copy link

jtilma1 commented Mar 25, 2022

Workout how to use VS Com :) Working perfectly now

Hey @jonnwhite1 can you explain a little bit more what you meant by this? I just installed the latest release and I'm having this exact same problem but I can't figure it out and I have ZERO experience with IIS.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants