Re: ArrayList
- From: "Obinna" <obinna.chikwendu@xxxxxxxxx>
- Date: 26 Jun 2006 10:17:09 -0700
So must I include the Assembly in the new application, if so how do I?
please dont tell me to place the Assembly in the Global assembly cache,
cos the whole Idea is to use a different application without knowing
anything bout the previous application to read such information,
probably, even remotely...
Obinna.
Mattias Sjögren wrote:
/*******************************
When run the message box displays:
"File or assembly name <Project name>, or one of its dependencies,
was not found."
What's with the Assembly Stuff?
***********************************/
The runtime must be able to find and load the assembly containing the
Human type when deserializing the data. The reason you get that error
message is because it doesn't find it.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- Follow-Ups:
- Re: ArrayList
- From: Mattias Sjögren
- Re: ArrayList
- References:
- ArrayList
- From: Obinna
- Re: ArrayList
- From: Mattias Sjögren
- ArrayList
- Prev by Date: Re: Serialization Stuff...
- Next by Date: Help parsing string
- Previous by thread: Re: ArrayList
- Next by thread: Re: ArrayList
- Index(es):
Relevant Pages
|