- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: upgrade add file netstandard.dll
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
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 ?
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
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.
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.
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