Program problem

Joined
Sep 6, 2023
Messages
3
Reaction score
0
Hello,
This is not about programming but I hope that you can help me with my problem.
I have a program that each time I install it there is a message saying that error search in table
Undefined function 'clng' in expression
Does anyone know what does it mean?
I tried to uninstall it and reinstall again but nothing changed.
IMG20230906104449.jpg
 
Joined
Jul 4, 2023
Messages
366
Reaction score
41
CLng function is a part of VB.Net language.

CLngLong Data TypeInt64.MinValue (-9,223,372,036,854,775,808) through Int64.MaxValue (9,223,372,036,854,775,807); fractional parts are rounded.
Starting with Visual Basic 15.8, Visual Basic optimizes the performance of floating-point to 64-bit integer conversion with the CLng function; see the Remarks section for more information. See the CInt Example section for an example.

Try to check what version of .Net libraries (How to check that .NET is already installed) you have got installed on you computer and check what version need your application to work properly.
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,061
Latest member
KetonaraKeto

Latest Threads

Top