-
MSSTDFMT.dll
My client says the build I made for the project reports not having MSSTDFMT.dll only on some systems while on others it works perfectly well.
I searched google for this dll and it reported the DLL was Microsoft Standard Data Format library. I searched my system for the DLL and looked into the Object Browser. Its basically got some data type enums and some DateTime type enumerations and a collection object. I don't know which component in my program would have used this since my project as such does not have a reference to this DLL.
I need to know why this particular DLL is used and by which other component, so may be this could be a dependency DLL.
-
well
since it obviously is a dependency - include it with your app...
-
Any of the following *may* require that DLL:
CheckBox
ComboBox
Image
Label
ListBox
PictureBox
TextBox
DTPicker
Calendar
DataCombo
DataList
DBCombo
RichTextBox..
So you better include it in the setup package. :)
-
Sathyaish
How did you create this build of yours? Your installer package should have included this file in you build from the dependency list.