Link to home
Start Free TrialLog in
Avatar of cwi2k
cwi2k

asked on

all controls have gone

hi in vb.net i have a huge program and when i came to load it up today i had the following errors

The referenced component 'MSFlexGridLib' could not be found. Could not load the type library. Library not registered.

i have been using this app for ages (i upgraded it from vb6)

all the controls have disappeared off the form but they are still in the property window. i have no problems with any other project and nothing has changed all the controls i use in this one i can still use in others anyone know why this has happened
Avatar of cwi2k
cwi2k

ASKER

i did create a setup and deployment for this and i think it is since then that it has stopped
ASKER CERTIFIED SOLUTION
Avatar of iboutchkine
iboutchkine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cwi2k

ASKER

thanks i will try that (got to wait until tomorrow though) do you have any idea why this has happened so i can stop it in the future (it has happened before on a small project so i just started again)
Um may I ask you how you create a setup for deployment ?
Avatar of cwi2k

ASKER

start a new project and where you can select form, module, etc onthe left hand side there is a tree list select package and deployment from that
I don't know why it happened, but I know that it happened a lot. It happened to me to my collegues and there are plenty questions about it on the forums.
Thx cwi2k, it solved another dependency problem for me
Avatar of cwi2k

ASKER

bluetrin you are supposed to post a question but never mind
Avatar of cwi2k

ASKER

can someone give me the ee url or other url for this problem iboutchkine mentioned there were other similar cases then ill give out the points thanks
Avatar of cwi2k

ASKER

Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.btnClear,

was the answer do you know why this has happened