cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shayl6
Level 3

upgrade add file netstandard.dll

Jump to solution

the upgrade add file netstandard.dll to my program folder and i dont know why ,

 

also other system file here is the list :

01/29/2019 02:44 PM 106,552 netstandard.dll
01/29/2019 02:44 PM 29,800 System.Data.Common.dll
01/29/2019 02:44 PM 29,352 System.Diagnostics.StackTrace.dll
01/29/2019 02:44 PM 29,368 System.Globalization.Extensions.dll
01/29/2019 02:44 PM 29,800 System.Net.Sockets.dll
01/29/2019 02:44 PM 29,480 System.Runtime.InteropServices.RuntimeInformation.dll
01/29/2019 02:44 PM 29,928 System.Security.Cryptography.Algorithms.dll
01/29/2019 02:44 PM 28,832 System.Security.SecureString.dll
01/29/2019 02:44 PM 29,344 System.Threading.Overlapped.dll
01/29/2019 02:44 PM 28,816 System.Xml.XPath.XDocument.dll

can i cancel this ? how ?

the auto fix add it if i run the desktop shortcut but not if i run the exe from the program folder , why ?

 

Labels (1)
0 Kudos
(1) Solution
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Within your project select "Options" from the top bar.

Now select the ".NET" tab, and then change "Default .NET Scan at build component Settings" to "None"

Finally click "OK"

Now each for each new component that you create for that project the value will be "None"

Hope this helps,

Stuart

View solution in original post

0 Kudos
(3) Replies
Revenera_Ian
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @shayl6,

Thank you for your post.

We suggest making a backup copy of your project, setting .NET Scan at Build to None for all of your components, rebuilding your project, then retesting this issue.

Please give that a try. Does that work for you?

Please let us know if you have any questions or concerns. Thank you for your patience and cooperation.

0 Kudos

Removing the dependencies in the component view solved the problem,

 

I would be happy to have an option to save this setting, so that next time in the same project it does not add dependencies by default for a new component I add.

 

 

0 Kudos
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Within your project select "Options" from the top bar.

Now select the ".NET" tab, and then change "Default .NET Scan at build component Settings" to "None"

Finally click "OK"

Now each for each new component that you create for that project the value will be "None"

Hope this helps,

Stuart

0 Kudos