[MonoDevelop] Visual Studio Web Project

Patrick Barry drpatrickbarry at gmail.com
Wed Aug 29 16:30:20 EDT 2007


I am attempting to import a large visual studio 2005 website and I
would like to clarify a couple of issues.

Project File
A visual studio 2005 website does not have a project file so I have
created an empty class project in Monodevelop and added all of the
files from the website to it, is this the correct thing to do?

Partial Classes
I am missing all of the aspx/ascx/master page control declarations
that are created in the temporary files that are created by Visual
Studio.  I can manually create all of the declarations it would be a
bit of a pain though. Also it would cause problems if I tried to
compile the project with Visual Studio as it would then find duplicate
declarations. But I suppose I could get around this by declaring a
CodeFileBaseClass along the lines of:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs"
Inherits="test" CodeFileBaseClass="MyBase"%>

any thoughts on the easiest (i.e. the least typing) way of doing this?

P.S.
Thanks Micheal for the suggesting earlier in the week it sorted my problem.


Pat.


More information about the Monodevelop-list mailing list