[Mono-list] Re: Visual Studio Project

ulas vural uvural@netorbits.com
Wed, 14 May 2003 11:00:19 +0300


This is a multi-part message in MIME format.

------=_NextPart_000_0025_01C31A08.026AF390
Content-Type: text/plain;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

Hi,

i have mod_mono-0.3.7 i use xsp for test pages. i want to give more =
information about my project.
in visual studio .net project name is "linux". in this directory i have =
WebForm1.aspx Webform1.aspx.cs and a bin sub directory which contains a =
linux.dll

in linux i copy all linux directory near xsp test pages (under =
server/test) because i make this directory default for aspx pages.

then i give this command for compiling my dll
mcs -t:library -r:System -r:System.Web -r:System.Drawing -r:System.Data =
WebForm1.aspx.xs
"compilation succeded"

i also copy this dll under bin directory then it gives me an error =
because of Autowireup and inherits because of my first line in =
Webform1.aspx i delete the related parameters from my line and the error =
message goes off. but apache locked when i try to open project.

Thanks.

------=_NextPart_000_0025_01C31A08.026AF390
Content-Type: text/html;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-9">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>i have mod_mono-0.3.7 i use xsp for =
test pages. i=20
want to give more information about my project.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>in visual studio .net project name is =
"linux". in=20
this directory i have WebForm1.aspx Webform1.aspx.cs and a bin sub =
directory=20
which contains a linux.dll</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>in linux i copy all linux directory =
near xsp test=20
pages (under server/test) because i make this directory default for aspx =

pages.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>then i give this command for compiling =
my=20
dll</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>mcs -t:library -r:System -r:System.Web=20
-r:System.Drawing -r:System.Data WebForm1.aspx.xs</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>"compilation succeded"</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>i also copy this dll under bin =
directory then it=20
gives me an error because of Autowireup and inherits because of my first =
line in=20
Webform1.aspx i delete the related parameters from my line and the error =
message=20
goes off. but apache locked when i try to open project.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0025_01C31A08.026AF390--