I have a C# dll of type Class Library, which developed to be invoked by a third party Quartz application.
This C# dll creates a file, I would like to test creating the file without using Quartz. Any suggestion on what the easiest way to do that is?
I tried creating a Console application and invoked the dll, but that dll uses many other dlls and I'm getting the annoying (null reference) error whenever this dll invokes other dlls