I have a C# program which includes the use of some datagrids and launches some external programs through some VB DLLs also.
When I deploy the .exe it works fine on most PCs, however on some I get an error when the datagrid is loaded suggesting that the minimum value of 'value' must be greater than 0. All the otehr stuff tends to work?
Why might this happen? Why is it only an issue on some PCs (all of which use XP and all of which have .NET framework installed)?
I'm realy confused by the whole thing.
When I deploy the .exe it works fine on most PCs, however on some I get an error when the datagrid is loaded suggesting that the minimum value of 'value' must be greater than 0. All the otehr stuff tends to work?
Why might this happen? Why is it only an issue on some PCs (all of which use XP and all of which have .NET framework installed)?
I'm realy confused by the whole thing.