andalera / retlang

Automatically exported from code.google.com/p/retlang
0 stars 3 forks source link

AsyncRequestSubscriber not included in Relang_2008.csproj -> does not build #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open solution in vs 2008
2. hit build 
3. get error

What is the expected output? What do you see instead?
expecting successful build ;)

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
all you need to do is include AsyncRequestSubscriber.cs in the project and
all is well.

Index: retlang-read-only/src/Retlang/Retlang_2008.csproj
===================================================================
--- retlang-read-only/src/Retlang/Retlang_2008.csproj   (Revision 197)
+++ retlang-read-only/src/Retlang/Retlang_2008.csproj   (Arbeitskopie)
@@ -58,6 +58,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="AsyncRequestSubscriber.cs" />
     <Compile Include="BatchSubscriber.cs" />
     <Compile Include="BinaryTransferEnvelope.cs" />
     <Compile Include="CommandQueue.cs" />

Original issue reported on code.google.com by hertk...@gmail.com on 4 Jan 2008 at 9:23

GoogleCodeExporter commented 8 years ago
Sorry about that. The 2008 project isn't used for releases, so it isn't always 
up to
date.

Original comment by mike.ret...@gmail.com on 14 Feb 2008 at 5:56

GoogleCodeExporter commented 8 years ago
Hey, no problem. Just wanted to report the problem. ;) Thanks for fixing.

Original comment by hertk...@gmail.com on 14 Feb 2008 at 8:30