.NET GenerateTemplate File not found error

I’m trying to run the .NET application to generate a custom template but I keep getting the Markup file not found error. Following the documentation, I am placing the said markup (template.txt) in the /bin/Debug directory of the project. Here is the code

namespace Test
{
	internal class Program
	{
    static void Main(string[] args)
		{
			Aspose.OMR.Api.OmrEngine omrEngine = new Aspose.OMR.Api.OmrEngine();
			Aspose.OMR.Generation.GenerationResult generationResult = omrEngine.GenerateTemplate("C:\\GitHub\test\\Aspose\\bin\\Debug\\template.txt");
			generationResult.Save("", "template.OMR");
		}
	}
}

@Manawat27

We are sorry for the inconvenience. We will look into the issue and update you soon.

@Manawat27

The problem has been addressed. Please try once more and verify if it is now functioning properly.

@Manawat27

As stated above, we have fixed the Aspose.OMR Cloud API to generate the template. However, if you want to use on-premise API, then please check the following documentation for details.