Dockerfile contents:
And finally:
This was very common at one point (b/w 2017-2020?)
A common solution for:
"Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0"
was putting the following in the web.config:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json"
publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
"After this upgrade, the project database can't be modified using earlier versions of Visual Studio"
FatCow deploys the following "virus" to all its new customers:
https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Exploit%3aHTML%2fIframeRef.R!MTB&threatid=2147781254
There are a number of reasons why you may see the "This message was blocked because its content presents a potential security issue" error in Gmail. Gmail blocks messages that may spread viruses, like messages that include executable files or certain links.
To protect your account from potential viruses and harmful software, Gmail doesn't allow you to attach:
Tip: If you try to attach a document that is too large, your message won't send. Learn more about attachments and file size limits.
To protect your account, Gmail doesn't allow you to attach certain types of files. Gmail often updates the types of files not allowed to keep up with harmful software that is constantly changing.
File types blocked by Gmail are:
.ade, .adp, .apk, .appx, .appxbundle, .bat, .cab, .chm, .cmd, .com, .cpl, .dll, .dmg, .ex, .ex_, .exe, .hta, .ins, .isp, .iso, .jar, .js, .jse, .lib, .lnk, .mde, .msc, .msi, .msix, .msixbundle, .msp, .mst, .nsh, .pif, .ps1, .scr, .sct, .shb, .sys, .vb, .vbe, .vbs, .vxd, .wsc, .wsf, .wsh
Tip: If you're sure the file is safe, you can ask the sender to upload the file to Google Drive. Then send it as a Drive attachment.