Hi All,
I have a problem with an application I’m porting to
Mono, is an ASP.NET application, for now is very
simple, it uses one of my .DLLs, I can compile both,
the application and the .DLL in Mono, but when I call
the application in the browser I receive the error
“Cannot find assembly ‘36077’” (the assembly name
changes every time I refresh the page), I’m guessing
that the application is being compiled every time I
call the page, and the compiler doesn’t know where the
binaries are(unlike a makefile), how can I tell Mono
to use the compiled application and stop trying to
compile it every time?

Thanks.

Elias Sanchez.
Puntual Consultores
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to