Results 1 to 4 of 4

Thread: MSSTDFMT.dll

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    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.

  2. #2
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    well

    since it obviously is a dependency - include it with your app...
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385
    Sathyaish


    How did you create this build of yours? Your installer package should have included this file in you build from the dependency list.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width