Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

VB6, How can I install MSSTDFMT.dll?

Original Message
Name: Annar
Date: January 16, 2002 at 11:02:22 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Comment:
When i launch my program, on an another computer than mine, I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"

Please help me!!!


Report Offensive Message For Removal


Response Number 1
Name: Das
Date: January 18, 2002 at 19:40:28 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
You may have to package it, I do not know the ins and outs of which dll's are needed in respect to how complicated you program is, sorry. Good luck. By the way, that is probably the first on a list of needed dll's.

Report Offensive Follow Up For Removal

Response Number 2
Name: MisterB
Date: January 19, 2002 at 05:28:28 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I always put that dll file into my windows folder and in the windows/system folder and on C:\

And see what happens.

:)


Report Offensive Follow Up For Removal

Response Number 3
Name: SteveB
Date: February 25, 2002 at 05:45:25 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
There is an application called regsvr32 in the windows\system folder. This registers ocx, dll and other library type files. Use a DOS command line or the Run option under start menu. Type:

regsvr32 filename

where filename is the name of the file to register.

Hope this helps, SteveB.


Report Offensive Follow Up For Removal

Response Number 4
Name: Jaycs
Date: February 26, 2002 at 13:29:07 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)

Like steveb said place the msstdfmt.dll file into windows folder then type this in run on start
regsvr32 C:\Windows\msstdfmt.dll

it worked 4 me


Report Offensive Follow Up For Removal

Response Number 5
Name: 4444
Date: March 4, 2002 at 06:34:30 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
4444

Report Offensive Follow Up For Removal


Response Number 6
Name: Ludwig
Date: March 14, 2002 at 22:46:17 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I have the same problem .. and I've done the REGSVR32.exe command as well (twice now!). Exact msg I get says

"Run-time error '713':

Class not registered.
You need to the following file to be installed on your system. MSSTDFMT.DLL."

I've even tried it in the C:\WINDOWS folder rather than SYSTEM - still no luck!

Any ideas?


Report Offensive Follow Up For Removal

Response Number 7
Name: Herman
Date: March 15, 2002 at 16:51:50 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I tried Jaycs solution and it worked!

Run the application again and the next error message you'll possibly get will ask for the file mscomct2.ocx

Copy from another machine with W98 the files mscomct2.* (extensions .dep .ocx .oca and .dep) into c:\Windows\System and it will work (hopefully, ha)



Report Offensive Follow Up For Removal

Response Number 8
Name: Deb
Date: March 18, 2002 at 12:18:14 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
But where do I get the msstdfmt.dll from? Tried to download it from a site called dll.yaroslavl.ru/index.php3?in_char=M but it didn't appear to do anything.

Report Offensive Follow Up For Removal

Response Number 9
Name: I CANT BELIEVE IT!!!
Date: March 23, 2002 at 17:01:25 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
go to start then run then paste this into the box there and it should work, if it dosen't then the dll file isn't in the system folder. i have been trying for a month to get it to work and now i finally got it. IT WERKZ!!!!!!!!!!!WOOOHOOOOO

regsvr32 C:\Windows\system\msstdfmt.dll


Report Offensive Follow Up For Removal

Response Number 10
Name: jacxon saez
Date: March 24, 2002 at 20:35:15 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)

i need help

Report Offensive Follow Up For Removal

Response Number 11
Name: teddybearu812
Date: March 25, 2002 at 14:32:23 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I have a peogram that won't run said I need msstdfmt.dll


Report Offensive Follow Up For Removal

Response Number 12
Name: radhika
Date: March 26, 2002 at 22:54:10 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
When i launch my program, on an another computer than mine, I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"
Please help me!!!



Report Offensive Follow Up For Removal

Response Number 13
Name: Jorge Camps
Date: March 28, 2002 at 05:10:12 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I first copied from another PC and just pasted it in System32. Once there I went to Start/Run/Cmd/ to open DOS and entered the following: regsvr32 msstdfmt.dll
That's it. Do not put C:\ or anything else just the above command and restart your PC.

Report Offensive Follow Up For Removal

Response Number 14
Name: boil35
Date: April 12, 2002 at 13:05:28 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
My name is Wadnerson Boileau. After having followewd all the procedures suggesteg for correcting the error "713' problem, I am still experiencing difficulties with the same error:

Run-time error '713'
Class not registered
Looking for object with CLSID:
{59245250-7ADF-11D0-9442-00A0C91110ED}.


HELP!!!!!!!!


Report Offensive Follow Up For Removal

Response Number 15
Name: Glen
Date: April 12, 2002 at 17:35:03 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
Everytime I try to run regsvr32 for this .dll, I get the following message:
LoadLibrary("c:\windows\system\msstdmft.dll")
GetLastError returns 0x00000485

any ideas????


Report Offensive Follow Up For Removal

Response Number 16
Name: Steve
Date: April 19, 2002 at 15:28:09 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I'v run the command the following command as per the suggestions

regsvr32 C:\Windows\system\msstdfmt.dll

As a response, I get the following

"C:\Windows\system\msstdfmt.dll" is not an executable file and no registration helper is registered for this file type

Help!


Report Offensive Follow Up For Removal

Response Number 17
Name: hadge
Date: April 28, 2002 at 18:44:07 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
were can i find dll file

Report Offensive Follow Up For Removal

Response Number 18
Name: jabsy
Date: May 2, 2002 at 23:08:51 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)

"were can i find dll file"

try here

http://www.ascentive.com/cgi-bin/click/@12711533/support/2124DownloadList.html


Report Offensive Follow Up For Removal

Response Number 19
Name: Matt
Date: May 3, 2002 at 13:18:20 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
please tell me how to do this because i really want to run Tweaker on my system and i just need that file so please someone help me!¡

Report Offensive Follow Up For Removal

Response Number 20
Name: Sulaiman
Date: May 17, 2002 at 23:37:31 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"
Please help me!!!


Report Offensive Follow Up For Removal

Response Number 21
Name: Sherman
Date: May 21, 2002 at 13:43:34 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
don't forget the quotation marks.

try:
regsvr32 "C:\Windows\system\msstdfmt.dll"
or
regsvr32 "C:\Windows\system32\msstdfmt.dll"
Where-ever it needs to go.


Report Offensive Follow Up For Removal

Response Number 22
Name: Cr0n1c
Date: May 29, 2002 at 04:00:10 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
Everytime I try to run regsvr32 for this .dll, I get the following message:
LoadLibrary("c:\windows\system\msstdmft.dll")
GetLastError returns 0x00000485

plz email at popthelid@yahoo.com i sware im going to kill my self if i dont figure this out


Report Offensive Follow Up For Removal

Response Number 23
Name: Zarif Alone
Date: June 4, 2002 at 06:03:23 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
When i Installed they gave me that facking Erorr i don't know what's the hell of that.
""""""Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL""""
email me if you get answer of ma Q.You will Wonder if you solve ma problem.
:)


Report Offensive Follow Up For Removal

Response Number 24
Name: Giorgio
Date: June 5, 2002 at 10:03:55 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
Try only:
Start > Run and type:

regsvr32 msstdfmt.dll

without path.


Report Offensive Follow Up For Removal

Response Number 25
Name: Puritan
Date: June 19, 2002 at 13:59:28 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
Everybody is messing with this stupid command line. YOU ALL GO TO

http://www.megasecurity.org/Needed_files.html

and download that son of the bitch file from there!!!!!!!!

When help is needed I give them directly!
You may send your thanx to my E-mail.

This topic is closed.


Report Offensive Follow Up For Removal

Response Number 26
Name: z28camaro
Date: June 26, 2002 at 21:42:33 Pacific
Subject: VB6, How can I install MSSTDFMT.dll?
Reply: (edit)
Giorgio response on June 5 work for me, I copied and pasted regsvr32 msstdfmt.dll to the run on the start menu. Loaded it successfully with no problems!


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: VB6, How can I install MSSTDFMT.dll?

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




acer 312T BIOS problem

K7 Turbo possible max fsb?

Pc anywher problem

WinFLP & OE/Outlook2003

Computer resets after a few minutes


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC