English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

while i m running vb program using trim function , there is error " can't find project or library". i think that line has reference to another library. then what is solution for this problem?

2006-12-15 01:12:30 · 6 answers · asked by mani p 1 in Computers & Internet Programming & Design

6 answers

re-install it

2006-12-15 01:18:46 · answer #1 · answered by e_friendship 3 · 1 1

It is not the Problem with Trim Function.
It is the Problem wih watz the Input U R PAsssing to Trim Function.

Is that code is refrenced from some other project check it and prefix it with the string.

2006-12-17 17:58:46 · answer #2 · answered by Ravi Nanjunda Rao 3 · 0 0

msvbvm id MS VB Virtual Machine. You need to reinstall the VB 6 Runtime downloading it from Microsoft

2016-05-24 19:57:32 · answer #3 · answered by ? 4 · 0 0

just create a class library using the add new component,then add that library to the refrence of the form load of ur base from then call that library just by making an object for it

2006-12-15 07:40:19 · answer #4 · answered by friends_elites 1 · 0 0

What exactly does "a problem" mean? What is the text of the error message?

2006-12-15 02:20:16 · answer #5 · answered by Doug k 3 · 0 0

You need to have "System.String" loaded because "trim" is a method.

Imports System.String

2006-12-15 01:23:24 · answer #6 · answered by The Internets are Made of Tubes 2 · 0 1

fedest.com, questions and answers