Ruby Forum IronRuby > Re: Trouble opening IronRuby.sln

Posted by Unni Nair (ksunair)
on 07.05.2008 16:15
(Received via mailing list)
I am not sure anyone looked at this issue. I was able to open the 
project successfully in my laptop and this morning, when I tried in 
mydesktop I got the same error (I am using VS2008). This is what I 
found, 5 different project has following entries

<<<<<<< .mine
    <ProjectReference 
Include="..\..\src\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj">
=======
    <ProjectReference 
Include="..\..\..\..\..\ndp\fx\src\Core\Microsoft\Scripting\Microsoft.Scripting.Core.csproj">
>>>>>>> .r101

By removing and putting the proper ProjectReference I was able to 
compile it successfully.

Thanks,


----- Original Message ----
From: John Lam (IRONRUBY) <jflam@microsoft.com>
To: "ironruby-core@rubyforge.org" <ironruby-core@rubyforge.org>
Sent: Wednesday, May 7, 2008 12:17:42 AM
Subject: Re: [Ironruby-core] Trouble opening IronRuby.sln

Aaron Blondeau:

> I am having trouble opening the latest (rev 101) IronRuby with
> VisualStudio 2005.  Nothing happens at all when I try to open
> IronRuby.sln - not even an error message.  I have been able to open
> the individual .csproj files by themselves and get everything put
> together, just not the top level .sln file.  Is it expected that the
> source will still work with VS2005 or do I need to move to VS2008 or
> could my issue be something else?

I know I don't have any problems opening with VS 2008. Is anyone else on 
the list still using VS 2005?

Thanks,
-John
Posted by Peter Bacon Darwin (Guest)
on 07.05.2008 16:30
(Received via mailing list)
This is a Subversion conflict.  When you did an SVN Update you should 
have
been told that these files were in a conflicted state.  The notation 
below
basically says that your local copy looks like the first line and the 
copy
from revision 101 looks like the second line.  In other words you have
changed a line in the file that has also been changed in the 101 
revision.

You need to fix the conflict by hand somehow, depending upon what SVN 
client
you use, which is basically what you did by putting in the correct 
project
reference.

Take a look at the SVN book for more information:
http://svnbook.red-bean.com/

Pete



From: ironruby-core-bounces@rubyforge.org
[mailto:ironruby-core-bounces@rubyforge.org] On Behalf Of Unnikrishnan 
Nair
Sent: Wednesday,07 May 07, 2008 15:15
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Trouble opening IronRuby.sln



I am not sure anyone looked at this issue. I was able to open the 
project
successfully in my laptop and this morning, when I tried in mydesktop I 
got
the same error (I am using VS2008). This is what I found, 5 different
project has following entries

<<<<<<< .mine
    <ProjectReference
Include="..\..\src\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj"
>
=======
    <ProjectReference
Include="..\..\..\..\..\ndp\fx\src\Core\Microsoft\Scripting\Microsoft.Script
ing.Core.csproj">
>>>>>>> .r101

By removing and putting the proper ProjectReference I was able to 
compile it
successfully.

Thanks,

----- Original Message ----
From: John Lam (IRONRUBY) <jflam@microsoft.com>
To: "ironruby-core@rubyforge.org" <ironruby-core@rubyforge.org>
Sent: Wednesday, May 7, 2008 12:17:42 AM
Subject: Re: [Ironruby-core] Trouble opening IronRuby.sln

Aaron Blondeau:

> I am having trouble opening the latest (rev 101) IronRuby with
> VisualStudio 2005.  Nothing happens at all when I try to open
> IronRuby.sln - not even an error message.  I have been able to open
> the individual .csproj files by themselves and get everything put
> together, just not the top level .sln file.  Is it expected that the
> source will still work with VS2005 or do I need to move to VS2008 or
> could my issue be something else?

I know I don't have any problems opening with VS 2008. Is anyone else on 
the
list still using VS 2005?

Thanks,
-John