<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Sep 2016 11:54:00 Z</lastBuildDate><pubDate>18 Sep 2016 23:52:00 Z</pubDate><description>[WD21] How to fix missing .NET assemblies?&#13;
&#13;
Hi all,&#13;
&#13;
When trying to convert the "WD XMLSign" sample program (from LST103 for WD20. It uses the .NET assemblies supplied with the operating system) to WD21, I get the following errors:&#13;
&#13;
COL_XMLSIGN&#13;
Error:The 'cspparameters' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentVérifieSignature, Local Procedure, line 13, column 53&#13;
&#13;
The code:&#13;
clCSPParamètre is System.Security.Cryptography.cspparameters&#13;
&#13;
&#13;
Error:The 'RSACryptoServiceProvider' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentVérifieSignature, Local Procedure, line 21, column 47&#13;
&#13;
The code:&#13;
clCléRSA is System.Security.Cryptography.RSACryptoServiceProvider(clCSPParamètre)&#13;
&#13;
&#13;
Error:The 'RSACryptoServiceProvider' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentSigne, Local Procedure, line 21, column 47&#13;
&#13;
The code:&#13;
clCléRSA is System.Security.Cryptography.RSACryptoServiceProvider(clCSPParamètre)&#13;
&#13;
&#13;
Error:The 'StreamWriter' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentSigne, Local Procedure, line 58, column 28&#13;
&#13;
The code:&#13;
clWriter is System.IO.StreamWriter(clChaîneXML, Encoding.UTF8)&#13;
&#13;
Error:The 'StreamReader' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentSigne, Local Procedure, line 66, column 28&#13;
&#13;
The code:&#13;
clReader is System.io.StreamReader(clChaîneXML)&#13;
&#13;
&#13;
Error:The 'MemoryStream' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentSigne, Local Procedure, line 57, column 31&#13;
&#13;
The code:&#13;
clReader is System.io.StreamReader(clChaîneXML)&#13;
&#13;
&#13;
Error:The 'cspparameters' type is unknown.&#13;
COL_XMLSIGN.XMLDocumentSigne, Local Procedure, line 13, column 53&#13;
&#13;
The code:&#13;
clCléRSA is System.Security.Cryptography.RSACryptoServiceProvider(clCSPParamètre)&#13;
&#13;
I already tried reloading the .NET assemblies, but it didn't help.&#13;
How can I fix these?&#13;
&#13;
Best regards&#13;
Ola</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp</link><title>[WD21] How to fix missing .NET assemblies?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59635/read.awp</comments><pubDate>20 Sep 2016 11:54:00 Z</pubDate><description>Danny,&#13;
&#13;
You're the man! That did it! Thank you!&#13;
&#13;
Now, giddy-up WD21, let's ride proudly towards new calamities, disasters an…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59635/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59635/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59634/read.awp</comments><pubDate>20 Sep 2016 11:03:00 Z</pubDate><description>Hi,&#13;
&#13;
I had the problem that after linking the .NET assemblies correctly (no compile errors), closing the project and opening i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59634/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59634/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59628/read.awp</comments><pubDate>20 Sep 2016 10:57:00 Z</pubDate><description>Ola,&#13;
&#13;
Maybe you need to link the .NET 2.0 assemblies instead of the default 4.x.&#13;
&#13;
You can do this by using the browsing butt…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59628/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59628/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59633/read.awp</comments><pubDate>19 Sep 2016 21:19:00 Z</pubDate><description>Hello Danny and Stefan&#13;
&#13;
Thank you for the hints. But no luck. I deleted the assemblies, closed the project, re-opened it and a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59633/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59633/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59617/read.awp</comments><pubDate>19 Sep 2016 14:24:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
I also use .Net libraries im my WinDev software and I have another funny thing.&#13;
When I cancel the last generation of…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59617/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59617/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59616/read.awp</comments><pubDate>19 Sep 2016 12:44:00 Z</pubDate><description>Ola,&#13;
&#13;
No I only need to select the basic assemblies, so in your case&#13;
&#13;
System.Security&#13;
System.XML&#13;
&#13;
Hope this works for you…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59616/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59616/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59615/read.awp</comments><pubDate>19 Sep 2016 11:08:00 Z</pubDate><description>Thanks Danny,&#13;
&#13;
As I am a newbie with .NET assemblies, I have to ask:&#13;
&#13;
In Windev I have the following .NET assemblies:&#13;
&#13;
- S…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59615/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59615/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59614/read.awp</comments><pubDate>19 Sep 2016 08:59:00 Z</pubDate><description>Ola,&#13;
&#13;
I fixed this kind of problems also when updating a project to V21 by removing the link to the .NET libraries (make note …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59614/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies-59614/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59613-wd21-how-fix-missing-net-assemblies/read.awp">[WD21] How to fix missing .NET assemblies?</source><title>Re: [WD21] How to fix missing .NET assemblies?</title></item></channel></rss>
