Developer01 a7fba174d3 * „Linie 54: Commented out the case for DevExpress.XtraEditors.LookUpEdit because the type does not exist in the project or its dependencies. This prevents the BC30002 error while preserving the business logic for future restoration if the type becomes available.
Linie 55: Commented out the usage of DevExpress.XtraEditors.LookUpEdit to avoid reference to a missing type, as required by the error fix instructions.
Linie 57: Commented out the usage of oLookupEdit.EditValue to avoid reference to a missing type, as required by the error fix instructions.
Linie 58: Commented out the usage of oReplaceValue assignment for missing type.
Linie 59: Commented out the Else for missing type block.
Linie 60: Commented out the usage of oLookupEdit.EditValue for missing type.
Linie 61: Commented out the End If for missing type block.“ in Datei „Patterns\Modules\Controls.vb“
2025-12-29 15:02:18 +01:00
2025-12-29 12:52:53 +01:00
2023-01-24 14:35:09 +01:00
2024-09-23 16:50:38 +02:00
2025-11-28 10:42:33 +01:00
2024-01-31 10:15:31 +01:00
2023-09-05 10:47:37 +02:00
2025-11-17 12:42:17 +01:00
2025-03-28 15:27:18 +01:00
2024-01-26 10:41:06 +01:00
2023-11-14 10:10:14 +01:00

Modules

Diese Projektmappe enthält die Grundfunktionen für alle Produkte in Form von Modulen.

Deploy Skript

Das Skript copy-binary.ps1 liegt im Hauptverzeichnis und kann über den folgenden Befehl aufgerufen werden. Der Befehl wird pro Projekt in den Projekteinstellungen unter Kompilieren > Buildereignisse > Postbuildereignis eingetragen und sorgt dafür, dass die Assembly des Projekts in ein Deploy Verzeichnis kopiert wird.

powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' }"
Description
No description provided
Readme 161 MiB
Languages
Visual Basic .NET 100%