[Mono-list] TypeLoadException with ASP.NET

Igor Shmukler igor.shmukler at gmail.com
Mon Jan 12 11:29:46 UTC 2015


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


More information about the Mono-list mailing list