CLR 8007000b error on W2K

F

Franz Häring

On some W2K SP4 machines the error CLR 8007000b occurs when my C#
application starts. After installation the app starts normally. After some
time when the app is started again, the error is displayed. From this time
on, it won't start any more. Reinstallation of the app don't solve the
problem, only complete reinstallation of framework and app.

I found some threads in this group and if microsoft.public.dotnet.framework
from mid 2003 with Google Groups, but I didn't find a solution to the
problem.

Thanks in advance for your help.

Franz
 
T

Tian Min Huang

Hello Franz,

Thanks for your post. As I understand, the problem you are facing is that
you cannot start your .NET application with the CLR error 8007000b. Please
correct me if there is any misunderstanding. I now share the following
information with you:

CLR Error 8007000b is a bad image format error. Generally speaking, a
corrupt application will cause this error and we have to get a good copy.
Is it possible that the program and it underlying assemblies will be
modified somehow? When the problem occurs, I suggest that you can check
the binary file of .exe and it underlying assemblies to see they are of the
same with the good ones.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top