E
elziko
Every time I use to run my project it was fine. I jave just added three
lines of code:
If Not drSeries.IsDBNull(2) Then
strUnits = drSeries.GetString(2)
End If
and now when I run it I get the following error BEFORE I even reach my
MainForm_Load event:
first chance exception of type 'System.DllNotFoundException' occurred in
system.windows.forms.dll
Additional information: Unable to load DLL (uxtheme.dll).
The program '[364] Eatec.RDB.MainInterface.exe' has exited with code 0
(0x0).
I have tried removing the new lines of code and even restarting my machine
without any luck. Does anyone know whats going on?
What does uxtheme.dll do? I'm on Windows 2000 here.
lines of code:
If Not drSeries.IsDBNull(2) Then
strUnits = drSeries.GetString(2)
End If
and now when I run it I get the following error BEFORE I even reach my
MainForm_Load event:
first chance exception of type 'System.DllNotFoundException' occurred in
system.windows.forms.dll
Additional information: Unable to load DLL (uxtheme.dll).
The program '[364] Eatec.RDB.MainInterface.exe' has exited with code 0
(0x0).
I have tried removing the new lines of code and even restarting my machine
without any luck. Does anyone know whats going on?
What does uxtheme.dll do? I'm on Windows 2000 here.