Failed to partially bind to "System.String,

  • Thread starter Thread starter jiabin
  • Start date Start date
J

jiabin

Hi,

I got an exception with the message below, when I'm trying to start my
application.


"Could not load a type. Failed to partially bind to "System.String,
mscorlib". "


I did a search on the net, and found no clue.
Has anyone seen similar problem, or any clue?


Thanks
J
 
jiabin said:
I got an exception with the message below, when I'm trying to start my
application.

"Could not load a type. Failed to partially bind to "System.String,
mscorlib". "

I did a search on the net, and found no clue.
Has anyone seen similar problem, or any clue?

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
 
Jon,

I wish I could have a short example, but I can't. The thing is that I
can't event
reproduce this problem in our enterprise application.

But thanks for your quick reply.
Jia
 
Back
Top