A requirement for a 3rd party config is that i supply it with:
1. Fully.Qualified.Type.Name,
2. AssemblyNameWithoutTheDllExtension
of a specific class
now this should be easy, but I am not sure how to solve this.
I have an asp.net website (web forms)
All my classes live in a sub folder inside my APP_CODE folder
my classes are just plain cs files, not dlls
Everything is in the global namespace
(note, 3rd party is Quartz.net see previous thread
(My previous Q)
Thanks for the help!
Question was answered in my Quartz thread. but to keep it generic for future googelers:
note – answer came from jvilalta
So you would need to pre-build your web site to generate the app_code.dll in the bin folder
then you can easily go
or in my case