I really hope someone can help me with this so I don't have to write my entire script over again.
I am so use to writing code in C# in the 3 (4) tier architecture that I wrote my entire script like that. (if you don't know what I mean, it's Visual Layer, Business Layer, Data Access Layer, Models [mine has a text document as well]) And because I wrote it like this, it's not letting me use it in LSPDFR because it quits as soon as it tries to go into one of the other dlls.
I need to find a way to access my VL, BLL, DAL, MOD, and txtDoc maybe within a single folder or something but can't figure it out. (Also, my text document is embedded in the DAL.dll)
Any help would be so very much appreciated.
Thank you