Hi everybody,
i'm facing the following error while publishing an app in VS Code:
The request for path /***/dev/apps?SchemaUpdateMode=forcesync&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: Object reference not set to an instance of an object.
The error comes up when i use Enum variable, for example:
EnumVar := EnumVar::Value1;
Do you have any suggestion?
Thanks
0
Answers
Is this from a dependency?
My "name" variable under dependencies in app.json was not equal to the installed extension.
I had to re-install the proper extension, and then download symbols again
if (mClass != null)
{
// Go ahead and use mClass
mClass.property = ...
}
else
{
// Attempting to use mClass here will result in NullReferenceException
}
RIS Plus, LLC
RIS Plus, LLC
EnumVar := EnumVar::Value1;
Probably it was a bug of BC14.