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

2006-03-06 Thread William Huskey
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 solutionImporting project: /home/huskeyw/Calc/Calc/Calc.csprojERROR: 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 getException occurred: Sharing violation on path /home/huskeyw/Calc/Calc/Calc.csprojSystem.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
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


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

2006-03-07 Thread Marek Sieradzki
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 <[EMAIL PROTECTED]>

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


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

2006-03-07 Thread Francisco T. Martinez
Marek Sieradzki wrote:
> 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
>>
>> 
> 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)
>   
I just did a blog entry yesterday where I allude to an update of
prj2make so that it may begin supporting VS 2005 C# projects. :)

http://www.mfconsulting.com/blog/archives/000125.html

Paco
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


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

2006-03-07 Thread William Huskey
On 3/7/06, Francisco T. Martinez <[EMAIL PROTECTED]> wrote:
Marek Sieradzki wrote:> Dnia 06-03-2006, pon o godzinie 22:16 -0500, William Huskey napisał(a):>>> If this is the wrong list please let me know..>>prj2make>> 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> 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)>I just did a blog entry yesterday where I allude to an update ofprj2make so that it may begin supporting VS 2005 C# projects. :)
http://www.mfconsulting.com/blog/archives/000125.htmlPaco___Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-listThanks, I'll look at prj2make , I'm a c++ and shell programer.. don't know how much help I can give, but will try.. 

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list