Assembly Programming

  • Thread starter Thread starter Dharma
  • Start date Start date
D

Dharma

Hi!
I am trying to learn assemblies. I created a DLLServer and DLLClient.
I compiled DLLServer fine and got a dll. But when I compile DLLClient using
the command
csc DllClient.cs /r:DllServer.dll
it says 'DllServer' is inaccessible due to its protection level, can someone
please help me with this?
Thanks
 
Back
Top