Conerlius / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Revision 416 breaks the silverlight build. #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update the project
2. Compile silverlight build.

What is the expected output? What do you see instead?
"Z:\Work\protobuf-net-v2\protobuf-net_Silverlight\protobuf-net_Silverlight.cspro
j" (default target) (1) -> 
(CoreCompile target) ->
   z:\Work\protobuf-net-v2\protobuf-net\Meta\TypeModel.cs(756,51): error CS0246: The type or namespace name 'Hashtable' could not be found (are you missing a using directive or an assembly reference?) [Z:\Work\protobuf-net-v2\protobuf-net_Silverlight\protobuf-net_Silverlight.csproj]
   z:\Work\protobuf-net-v2\protobuf-net\Meta\TypeModel.cs(772,47): error CS0122: 'System.Collections.ArrayList' is inaccessible due to its protectionlevel [Z:\Work\protobuf-net-v2\protobuf-net_Silverlight\protobuf-net_Silverlight.csproj]

What version of the product are you using? On what operating system?
v2, rev 416

Please provide any additional information below.

Original issue reported on code.google.com by mark.kha...@gmail.com on 20 Jun 2011 at 8:20

GoogleCodeExporter commented 8 years ago
Fixed - thanks

Original comment by marc.gravell on 21 Jun 2011 at 5:05