M
michael
General:
- Using C#
- Using notepad to program (NOT Visual Studio).
I have a code-behind file name 'example1.cs'. I want to use an Assembly
given to me for a project I'm working on. I have put the assembly named
'assembly1.dll' in the /bin directory.
How do I import/load etc the assembly so that I can use it in example1.cs?
Thanks in advance
- Using C#
- Using notepad to program (NOT Visual Studio).
I have a code-behind file name 'example1.cs'. I want to use an Assembly
given to me for a project I'm working on. I have put the assembly named
'assembly1.dll' in the /bin directory.
How do I import/load etc the assembly so that I can use it in example1.cs?
Thanks in advance