R
RNDN
Guest
Hello,
I am new to C# and have been working on a writing a program for the past few weeks.
I need to generate and produce invoices as pdfs with data from a SQL database table. I will be scheduling this job on the Task Scheduler to run overnight. What template should I chose for the project? I can't do a console app as I can't include interop.word. I don't want a WPF or Windows Form application as I don't need a form.
It is a batch program I am developing instead of an interactive one as there is no user input required. Someone suggested a Class Library but I understand it produces a .dll file but I want to create a .exe program.
Thanks
Continue reading...
I am new to C# and have been working on a writing a program for the past few weeks.
I need to generate and produce invoices as pdfs with data from a SQL database table. I will be scheduling this job on the Task Scheduler to run overnight. What template should I chose for the project? I can't do a console app as I can't include interop.word. I don't want a WPF or Windows Form application as I don't need a form.
It is a batch program I am developing instead of an interactive one as there is no user input required. Someone suggested a Class Library but I understand it produces a .dll file but I want to create a .exe program.
Thanks
Continue reading...