Hello,

I have upgraded a windows mobile solution to VS2008 and CF3.5.
Everything was fine but the build fails with the following error
message:

Error 132 genasm.exe(1) : error There was an error initializing .
Could not load file or assembly 'Microsoft.WindowsCE.Forms,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' or
one of its dependencies. Das System kann die angegebene Datei nicht
finden.

The assemblies are created anyway and if I copy them to my device the
program is running stable. I am using 3rd party assemblies that are
referencing explicitely to CF2.0 but at runtime this seems to be no
problem. Can anyone tell me if it's possible to ignore or fix that
error?

Thanks in advance
Roman

Re: Build error after upgrade project CF2.0 to CF3.5 by Arun

Arun
Wed May 14 15:15:55 CDT 2008

Check this out,
http://groups.google.com/group/microsoft.public.dotnet.framework.compactfram=
ework/browse_thread/thread/a17448e7ec970c1e/a91032f797ccbcb7?lnk=3Dgst&q=3DC=
ould+not+load+file+or+assembly+%27Microsoft.WindowsCE.Forms#a91032f797ccbcb7=


Cheers,
Arun

On May 7, 8:07=A0am, Roman Mellenberger <roman.mellenber...@info-
research.ch> wrote:
> Hello,
>
> I have upgraded a windows mobile solution to VS2008 and CF3.5.
> Everything was fine but the build fails with the following error
> message:
>
> Error =A0 132 =A0 =A0 genasm.exe(1) : error There was an error initializin=
g .Couldnotloadfileorassembly'Microsoft.WindowsCE.Forms,
> Version=3D2.0.0.0, Culture=3Dneutral, PublicKeyToken=3D969db8053d3322ac' o=
r
> one of its dependencies. Das System kann die angegebene Datei nicht
> finden.
>
> The assemblies are created anyway and if I copy them to my device the
> program is running stable. I am using 3rd party assemblies that are
> referencing explicitely to CF2.0 but at runtime this seems to be no
> problem. Can anyone tell me if it's possible to ignore or fix that
> error?
>
> Thanks in advance
> Roman