You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hejhej,
I was about to give novodocx a try but I'm unfortunately unable to get it running. A very simple execution to fill the included document ends with the following message:
`
$ ndocx.exe populate SimpleTemplate.docx
Unhandled exception: System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.IO.File.ReadAllText(String )
at Novo.Docx.Cli.PopulateCommand.Run(ParseResult parseResult) in C:\Users\Reza\GitHub\novodocx\src\CLI\ndocx\commands\ndocx-populate\PopulateCommand.cs:line 32
at Novo.Docx.Cli.ParseResultCommandHandler.InvokeAsync(InvocationContext context) in C:\Users\Reza\GitHub\novodocx\src\CLI\ndocx\commands\ParseResultCommandHandler.cs:line 20
at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass15_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<b__23_0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass21_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass11_0.<b__0>d.MoveNext()
`
Do you have any idea what I could have done wrong here?
Thank you in advance for your efforts.
The text was updated successfully, but these errors were encountered:
Hejhej,
I was about to give novodocx a try but I'm unfortunately unable to get it running. A very simple execution to fill the included document ends with the following message:
`
$ ndocx.exe populate SimpleTemplate.docx
Unhandled exception: System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.IO.File.ReadAllText(String )
at Novo.Docx.Cli.PopulateCommand.Run(ParseResult parseResult) in C:\Users\Reza\GitHub\novodocx\src\CLI\ndocx\commands\ndocx-populate\PopulateCommand.cs:line 32
at Novo.Docx.Cli.ParseResultCommandHandler.InvokeAsync(InvocationContext context) in C:\Users\Reza\GitHub\novodocx\src\CLI\ndocx\commands\ParseResultCommandHandler.cs:line 20
at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass15_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<b__23_0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass21_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass11_0.<b__0>d.MoveNext()
`
Do you have any idea what I could have done wrong here?
Thank you in advance for your efforts.
The text was updated successfully, but these errors were encountered: