Hi all,
If you find below error, Open Fakes Folder edit mscorlib.fakes and add the following code
<Fakes xmlns="http://schemas.microsoft.com/fakes/2011/">
<Assembly Name="mscorlib" Version="4.0.0.0"/>
<StubGeneration>
<Remove FullName="System.Diagnostics.Tracing"/>
</StubGeneration>
</Fakes>
Note :
Replace the Error (System.Diagnostics.Tracing) with the error you are getting
If you find below error, Open Fakes Folder edit mscorlib.fakes and add the following code
<Fakes xmlns="http://schemas.microsoft.com/fakes/2011/">
<Assembly Name="mscorlib" Version="4.0.0.0"/>
<StubGeneration>
<Remove FullName="System.Diagnostics.Tracing"/>
</StubGeneration>
</Fakes>
Note :
Replace the Error (System.Diagnostics.Tracing) with the error you are getting
No comments:
Post a Comment