Link to home
Start Free TrialLog in
Avatar of tjoseph833
tjoseph833

asked on

could not load file or assembly 'Microsoft.StdFormat'

I've compiled the codes and built an installer. The program works on my development machine. If I install on another test machine (fresh install) ... running the program causes this error:

Could not load file or assembly 'Microsoft.StdFormat, Version=7.0.33000.00". The system cannot file the file specified.

Does anyone know how to fix this? Will adding the 'Microsoft.StdFormat' in References and setting False for Copy Local solve this problem?

Any help is much appreciated ... thanks.
Avatar of Akin Delu
Akin Delu
Flag of Nigeria image

Add the library "Microsoft.StdFormat" to the installer application, then build together.
Leave the Copy Local as true
Avatar of tjoseph833
tjoseph833

ASKER

Thanks for the prompt reply!

Whats the difference if I set Copy Local as False? Isn't "Microsoft.StdFormat" part of the .NET install?

And how come it wasn't picked up during compile ... what's this library used for anyway?

Cheers.

ASKER CERTIFIED SOLUTION
Avatar of Akin Delu
Akin Delu
Flag of Nigeria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
answered question