Hello

I'm Developing for PDA and using Assembly.LoadFrom("") static method, but I
obtain a strange behavoiur.

If i use an old DLL I compiled long time ago, the method correctly loads
the assembly dinamically, but If i use now compiled DLL, instead of return
the DLLs assembly it returns my EXE assembly, without giving any error.

The Path and DLL localization are correct.

Anybody can help me?

thanks
Juan

Re: Assembly.LoadFrom error? by Yunus

Yunus
Fri Jan 28 07:02:09 CST 2005

May be caused by loading wrong version to GAC. Are u sure that you've
cleared the GAC...
--
Thanks,
Yunus Emre ALPÖZEN



"Juan" <juan@tata.net> wrote in message
news:u43bpVTBFHA.1992@TK2MSFTNGP10.phx.gbl...
> Hello
>
> I'm Developing for PDA and using Assembly.LoadFrom("") static method, but
> I obtain a strange behavoiur.
>
> If i use an old DLL I compiled long time ago, the method correctly loads
> the assembly dinamically, but If i use now compiled DLL, instead of
> return the DLLs assembly it returns my EXE assembly, without giving any
> error.
>
> The Path and DLL localization are correct.
>
> Anybody can help me?
>
> thanks
> Juan
>
>
>
>



Re: Assembly.LoadFrom error? by Juan

Juan
Fri Jan 28 07:24:32 CST 2005

Where is the Compact Framework GAC?

And....anyway, is my DLL loaded into it? why?

Thanks

"Yunus Emre ALPÖZEN" <yemre@msakademik.net> escribió en el mensaje
news:Owc4NmTBFHA.4004@tk2msftngp13.phx.gbl...
> May be caused by loading wrong version to GAC. Are u sure that you've
> cleared the GAC...
> --
> Thanks,
> Yunus Emre ALPÖZEN
>
>
>
> "Juan" <juan@tata.net> wrote in message
> news:u43bpVTBFHA.1992@TK2MSFTNGP10.phx.gbl...
>> Hello
>>
>> I'm Developing for PDA and using Assembly.LoadFrom("") static method,
>> but I obtain a strange behavoiur.
>>
>> If i use an old DLL I compiled long time ago, the method correctly loads
>> the assembly dinamically, but If i use now compiled DLL, instead of
>> return the DLLs assembly it returns my EXE assembly, without giving any
>> error.
>>
>> The Path and DLL localization are correct.
>>
>> Anybody can help me?
>>
>> thanks
>> Juan
>>
>>
>>
>>
>
>



Re: Assembly.LoadFrom error? by Yunus

Yunus
Fri Jan 28 08:16:24 CST 2005

I think, this link would help u:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp

--
Thanks,
Yunus Emre ALPÖZEN



"Juan" <juan@tata.net> wrote in message
news:Ok7YUyTBFHA.4004@tk2msftngp13.phx.gbl...
> Where is the Compact Framework GAC?
>
> And....anyway, is my DLL loaded into it? why?
>
> Thanks
>
> "Yunus Emre ALPÖZEN" <yemre@msakademik.net> escribió en el mensaje
> news:Owc4NmTBFHA.4004@tk2msftngp13.phx.gbl...
>> May be caused by loading wrong version to GAC. Are u sure that you've
>> cleared the GAC...
>> --
>> Thanks,
>> Yunus Emre ALPÖZEN
>>
>>
>>
>> "Juan" <juan@tata.net> wrote in message
>> news:u43bpVTBFHA.1992@TK2MSFTNGP10.phx.gbl...
>>> Hello
>>>
>>> I'm Developing for PDA and using Assembly.LoadFrom("") static method,
>>> but I obtain a strange behavoiur.
>>>
>>> If i use an old DLL I compiled long time ago, the method correctly
>>> loads the assembly dinamically, but If i use now compiled DLL, instead
>>> of return the DLLs assembly it returns my EXE assembly, without giving
>>> any error.
>>>
>>> The Path and DLL localization are correct.
>>>
>>> Anybody can help me?
>>>
>>> thanks
>>> Juan
>>>
>>>
>>>
>>>
>>
>>
>
>