How do I make my DLL available on remote Server??
-
I have a .DLL in my Project/App_code folder, it works without adding any import statements to my .aspx programs on local machine. But when I upload my web app, it says my DLL don't exist. What can I do, can anyone help me, I appreciate it.
-
the DLL is both in my project's /bin and /app_code directory and I receive this message.
Compiler Error Message: CS0103: The name 'Sel' does not exist in the current context.
-
I solved it, but was wondering If I can change the location of the DLLs, perhaps more local. I had to go up to the root and place my bin folder there. Can I put it in my project folder somehow?
Assuming this an assembly from another project, or third party, you need to add a reference to it in your application. That's all it should take.
only two letters away from being an asset