[Mono-list] can't inport project from visual studio 2005 to monodevelop

Marek Sieradzki marek.sieradzki at gmail.com
Tue Mar 7 03:30:01 EST 2006


Dnia 06-03-2006, pon o godzinie 22:16 -0500, William Huskey napisał(a):
> If this is the wrong list please let me know..
> 
> I have been porting from visual studio 2003 .net will little to no
> problems.. but my hsop just upgraded to visual studio 2005 and when I
> try to inport project I get 
> 
> Importing solution
> 
> Importing project: /home/huskeyw/Calc/Calc/Calc.csproj
> ERROR: Could not import project:/home/huskeyw/Calc/Calc/Calc.csproj.
> Sharing violation on path /home/huskeyw/Calc/Calc/Calc.csproj
> 
> 
> if I just try the Calc.csproj file I get
> 
> Exception occurred: Sharing violation on
> path /home/huskeyw/Calc/Calc/Calc.csproj
> 
> System.IO.IOException: Sharing violation on
> path /home/huskeyw/Calc/Calc/Calc.csproj 
> in <0x00338> System.IO.FileStream:.ctor (System.String name, FileMode
> mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean
> isAsync, Boolean anonymous)
> in <0x00053> System.IO.FileStream:.ctor (System.String name, FileMode
> mode)
> in (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
> (string,System.IO.FileMode)
> in <0x00127> MonoDevelop.Prj2Make.SlnMaker:CreatePrjxFromCsproj
> (System.String csprojFileName, IProgressMonitor monitor)
> 
> I am not sure what this is.. nothing is using these files.. have even
> rebooted and moved, made copys.. Ive chmoded 777 on them and the
> directorys.. 
> 
> Thanks

That's  an unimplemented feature. VS 2005 uses different project file
format. Prj2Make needs to be updated and we need rewrite of
Microsoft.Build.* assemblies. I'm doing actually the second part. I
don't see any chances to finish that before May. (Maybe if someone else
help me and if I get lots of free time)
-- 
Marek Sieradzki <marek.sieradzki at gmail.com>



More information about the Mono-list mailing list