This might be a strange question.
I need to late bind an uncompiled c# class (.cs). Not even sure if this is possible. The class won't be part of the project or referenced. The only thing I'll know about it is its file location.
The file wont be compiled at execution time as it will be part of a website app_code. Simply just trying to create an instance of it and then call a function on it.
Is this even possible?
Thanks in advance