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
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
- Localization Group Rules bypasses Locale logic when SharedGroup asset provided
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
FranzBr12
Jan 03, 2017 16:49
Same error still persisting in version 5.5.0p3
Any solution?