Application.Update and System.Private.CoreLib issue(Wisej 3.0.6)

0
0

I’m trying to create a new project with Wisej 3. And it supports net48 and net 6.0. When I’m trying to use Application.Update(this) method, VS throws an exception. It says “The type ‘Object’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e’. WisejUpdateProj (net6.0)”.

Is there any solution for this issue?

Thank you so much.

  • You must to post comments
0
0

Hi Ugur,

Try reinstalling the .NET6 runtime.

System.Private.CoreLib is part of mscorlib.dll, it’s the runtime for .NET6.

HTH,

Alaa

  • You must to post comments
0
0

Hi ugur,

Can you send me your sample for more details please ? If this is a private example please tell us at support@iceteagroup.com.

Best,

Kevin (ITG)

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.