Hello everyone,

I am trying to formalize my "project" setup procedure for something I
have been doing.
I am responsible for both code and administration. We would rather not
just rebuild everything locally, but instead understand what we have
inside our "template system" so we know why things work or do not
work.

I developed some ASP.NET code on my Mac laptop. It works fine.
Deployed it to Ubuntu running apache2+mono.

Now, I am getting TypeLoadException claiming that my type cannot be
load from an assembly:
Could not load type 'XXX.YYY' from assembly 'XXX, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null'.

How can I go about figuring out what is causing the problem? I have
seen that people have it. I am sure it is fixable. What can I do about
tracing the error?

Sincerely,

Igor Shmukler
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to