I'm getting this message.
System.IO.FileN otFoundExceptio n was unhandled
Message: It's not possible to load the file or
assembly SomeName, Version=1.0.0.0 ,
Culture=neutral , PublicKeyToken= null or one of
its dependencies. The file can not be found.
When i run the file from where it's compiled
to, it works. If i run the file from elsewhere,
i end up getting this error.
The above and the fact that i don't refer to
SomeName from the source code, makes me guess
that it's because i'm using it as a reference.
Now, how can i resolve this problem?
I'm a logic and class structure designer so
the actual deployment is sometimes awkwardly
incomprehensabl e to me. Please be gentle... :)
--
Regards
Konrad Viltersten
----------------------------------------
May all spammers die an agonizing death;
have no burial places; their souls be
chased by demons in Gehenna from one room
to another for all eternity and beyond.
System.IO.FileN otFoundExceptio n was unhandled
Message: It's not possible to load the file or
assembly SomeName, Version=1.0.0.0 ,
Culture=neutral , PublicKeyToken= null or one of
its dependencies. The file can not be found.
When i run the file from where it's compiled
to, it works. If i run the file from elsewhere,
i end up getting this error.
The above and the fact that i don't refer to
SomeName from the source code, makes me guess
that it's because i'm using it as a reference.
Now, how can i resolve this problem?
I'm a logic and class structure designer so
the actual deployment is sometimes awkwardly
incomprehensabl e to me. Please be gentle... :)
--
Regards
Konrad Viltersten
----------------------------------------
May all spammers die an agonizing death;
have no burial places; their souls be
chased by demons in Gehenna from one room
to another for all eternity and beyond.
Comment