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.


Reply With Quote
