[MonoDevelop] Trouble importing Visual Studio SLN

Devin Venable venable.devin at gmail.com
Thu Aug 26 10:00:21 EDT 2010


I'm now clear on the differences.  Since I don't have a Windows environment
or Visual Studio, my approach is to create a new "web application" project,
find and add each of the existing files, and then add the project
references.  This seems to be working, but I can't find all of the needed
assemblies.

I need Oracle.DataAccess.  BTW, I'm developing on Ubuntu and I've already
installed via apt and added references for these:

libmono-oracle1.0-cil - Mono Oracle library (for CLI 1.0)
libmono-oracle2.0-cil - Mono Oracle library (for CLI 2.0)

I've googled for this and it's unclear to me whether or not I'll be able to
download a driver from Oracle that will work under mono on Linux.  Some
people suggest using a 3rd party driver.  What is the recommendation?  I
need to not touch the code for the sake of the Windows developers, so I need
a solution that includes the assembly by the name Oracle.DataAccess.




On Wed, Aug 25, 2010 at 5:23 PM, Michael Hutchinson <
m.j.hutchinson at gmail.com> wrote:

> On Wed, Aug 25, 2010 at 3:49 PM, Devin Venable <venable.devin at gmail.com>
> wrote:
> > I need to do some maintenance work on an in-house ASP.NET app.  I'm on
> Linux
> > and have no desire to switch OS's just to do the work, so I'm trying out
> > monodevelop.
> > We have a big sln file that includes subfolders, each with .csproj files.
> >  There are also web application folders that do not have .csproj files,
> but
> > they contain .aspx and .aspx.cs files.
> > I can't import the SLN because of errors like these:
> > "/home/me/Projects/Proj/Proj.sln: Unsupported or unrecognized
> > project:'/home/me/Projects/Proj/webproj"
> > I can manually remove the problem projects from the SLN file with a text
> > editor, but what's the proper way to get them re-added to the project
> under
> > MonoDevelop?  I'm looking for an option similiar to "create project from
> > existing sources" in NetBeans or Eclipse.  Something like that here?  Can
> I
> > get a quick tutorial? I can't find documentation for this.
> > Next, is there a MONO tool that is designed to help me fix differences
> from
> > the VisualStudio environment?
> > For example, here is a snippet from the SLN that is blowing up.
>  Obviously
> > the C: thing will cause problems, but I'm not sure what else would need
> to
> > change.
>
> Visual Studio has two project models for ASP.NET -  "Web sites", which
> have no project file, and "Web applications", which do. There are
> plenty of pages on the net which explain the difference between the
> two models. MonoDevelop only supports "web applications", but VS does
> have tools to convert from "web sites" to "web applications" mostly
> automatically.
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100826/4cf1fabb/attachment.html 


More information about the Monodevelop-list mailing list