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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top