[Mono-dev] asp.net 1.2.5 and 1.2.6

Marek Habersack grendello at gmail.com
Fri Jan 11 06:48:34 EST 2008


On Fri, 11 Jan 2008 17:03:33 +0530, "Sharique uddin Ahmed Farooqui"
<safknw at gmail.com> scribbled:

> There are one more problem, when I upload this site to hosting server (which
> runs on MS .net 2.0 ) I get some error in web.config, which I fixed, then
> there is some other problem occurs.
> Look at http://manageserver1.info/mfnav/
That means you haven't uploaded/compiled the bin/ directory in your project.
The excerpt shown above says that the ASP.NET compiler cannot load the
specified base type.
 
> Note: I have uploaded original code which work fine with mono 1.2.5 on loca
> machine.
It would work only if you had the correct assembly in bin/. If you want ASP.NEt
to compile the code on demand, add the Src="codebehind.cs" or
CodeFile="codebehind.cs" (if your project is a 2.0 one) attribute to the page
directive. In the latter case, your code-behind base type must be a partial
class.

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080111/60f17d44/attachment.bin 


More information about the Mono-devel-list mailing list