ComboBox in DataGrid problem

G

Guest

Hi

In my VB-windowsforms project I have several forms with datagrids including
comboboxes (derived from DataGridTextBoxColumn). They all works fine on all
machines which have Developer Studio 2002 installed. The problem appears when
I execute the application on our test machine (where VS2002 is not
installed). All datagrids works fine except one datagrid which have three
combobox columns. It behaves like an idiot, the event handlings seems to gone
mad. When I click in the first comboboxcolumn there should appear an extra
row in the datagrid and the ComboBox will be visible. The ComboBox appears
but no extra row is inserted. Then, when I leave the ComboBox, the
combobox-value disappears and three new rows appears!!! I think there must be
a missing file of some kind on the test machine. I have compared the files in
the System32 cataloge on the machines and discovered some files (mfc70chs.*,
mfc70cht.*, mc70d.*, msvci70.*, msvci70d.*, msvcp70.*, msvcp70d.*,
mschrt20.ocx, msmask32.ocx, net1.exe, sqlstr.dll, wmerrenu.dll, at170.dll,
at170.pd6, hha.dll) that was missing on the test machine. I copied the
msv*.dll-files into System32 on the test machine, tried to register them, and
run the application again but it doesn't made any difference.
I'm desperate!!! What should I do? Does anyone have a suggestion?
 
G

Guest

I have solved the problem!!!

I uninstalled .NET Framework 1.1 and installed .NET Framework 1.0 on the
test machine.
 

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

Top