Forum Replies Created
-
AuthorPosts
-
October 31, 2025 at 8:12 am in reply to: Error converting value{null} to type ‘System.Int.32’ Path ‘body[0].counter #1208
eneidaxhepa
ParticipantTo fix this error, locate the variable counter in the path value. You’ll see it is declared as int counter. To handle null cases and prevent the error, change it to int? counter
September 14, 2024 at 12:30 pm in reply to: Nullable object must have a value. [ConsumeRestAsync] #1178eneidaxhepa
ParticipantThis error is caused by a null value coming into your variable, which might be a DateTime. Perform a check and use debugging to see which value is coming in as null.
March 27, 2024 at 11:01 am in reply to: Same exe on different computers, the field in the grid is editable on one and #1165eneidaxhepa
ParticipantIf you encounter something like this, one reason could be the grid that needs to be reset to Default View (Tools -> Reset Grid to Default View).
eneidaxhepa
ParticipantIf you encounter such a problem, the mistake you are making may be in the names of the services you are consuming.
-
This reply was modified 2 years, 2 months ago by
eneidaxhepa.
-
This reply was modified 2 years, 2 months ago by
eneidaxhepa.
eneidaxhepa
ParticipantYou can get the missing file from the Elif program folder and place it in your project folder.
February 24, 2024 at 10:41 am in reply to: Could not load file ‘System.net.Http’…the system cannot find this file #1154eneidaxhepa
ParticipantTo fix this right click on Solution –> Restore NuGet Packages
eneidaxhepa
ParticipantIf you encounter such errors, you should check whether you have modified packages in the NuGet Package, which should be from nuget.org. Additionally, make sure to run the repair installer for DevExpress.
January 19, 2024 at 7:53 am in reply to: In VS 2022 both windows display the code and not the XAML design #1148eneidaxhepa
ParticipantThis might be a Windows system problem.
December 28, 2023 at 8:01 am in reply to: How can I delete a driver? The new ones are being saved as copies (1), (2)…… #1138eneidaxhepa
ParticipantPress Win + R on your keyboard to open the Run dialog.
Type regedit and press Enter. This will open the Registry Editor.
Navigate to the Printer Registry Entries:Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers.
Identify and Delete Entries:Look for entries related to the Xprinter.
Each printer installation might have its own subkey. Identify and delete the keys that correspond to the previous installations. Right-click and choose “Delete”.
Restart Your Computer:After deleting the registry entries, restart your computer.
Reinstall the Xprinter:Reinstall the Xprinter again, and it should ideally be recognized as the primary installation without the “copy 3” designation.
This process should remove the residual entries from previous installations that might be causing the “copy 3” designation. However, ensure you’re deleting the correct entries related to the previous installations.November 7, 2023 at 2:35 pm in reply to: Severity Code Description Project File Line Suppression State #1128eneidaxhepa
ParticipantOpen your project in Visual Studio.
Right-click on the project in Solution Explorer and select “Manage NuGet Packages.”
In the NuGet Package Manager, go to the “Settings” tab.
Check the list of available package sources to see if “C:\Program Files (x86)\DevExpress 20.1\Components\System\Components\Packages” is listed as a package source and remove it.-
This reply was modified 2 years, 6 months ago by
eneidaxhepa.
-
This reply was modified 2 years, 2 months ago by
-
AuthorPosts
