Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b5
Issue ID
837009
Regression
Yes
Can't compile some System.Net classes
To reproduce:
1. Open attached project
Observe the compile errors:
Assets/Test.cs(6,34): error CS0012: The type `System.Configuration.ConfigurationSectionGroup' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Assets/Test.cs(7,34): error CS0012: The type `System.Configuration.ConfigurationSection' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Assets/Test.cs(8,34): error CS0012: The type `System.Configuration.ConfigurationElement' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
These classes are not referenced in Test.cs. The classes actually referenced are, respectively:
System.Net.Configuration.MailSettingsSectionGroup, System.Net.Configuration.SmtpSection, System.Net.Configuration.SmtpNetworkElement
Reproduced on: 5.5.0b6
Not reproduced on: 5.4.1p1
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
FranzBr12
Jan 03, 2017 16:49
Same error still persisting in version 5.5.0p3
Any solution?