Hi, @Ranjan Sahoo ,
after doing reinstallation of package as per suggestion and rebuild the project and went to bin folder then the system.reflection was missing.
Could you please provide more information about the suggestion you get and what have you done?
You can try to install System.Reflection package from Nuget package manager.
Best Regards.
Jiachen Li
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi, @Ranjan Sahoo ,
System.Reflection is a namespace in the Microsoft Common Runtime Library (mscorlib.dll), normally you don't need to add the reference to this assembly unless you accidentally removed it.
mscorlib.dll is part of .NET which is automatically referenced by the build system, so you can consider to reinstall .Net Framework 4.8.
If it doesn't work, could you please upload your project to onedrive or github and share it here?
Hi,@Jiachen Li-MSFT
Thanks for cooperation, still working on it will get back in sometime.
Hi, @Ranjan Sahoo ,
May I know whether your issue has been solved or not? If not, please share it in here. We can work together to figure it out.
Sign in to comment