Can't use C# application in CE.net 4.2

G

Guest

Hi,
The system on my board is Wince.net 4.2 , and I have installed Compac Framework 1.0sp2 in the system, but when i running .NET application on the system it always a Fatal Application Error like that:
"Application filename.exe has performed an illegal operation and will be shut down. If the problem persist, contact the program vendor.

Program: filename.exe
Exception:0xC0000005
Address: 03F48DDC"

By the way, I don't have the BSP so I can't build my own CE by PB, so how can I use .NET app on THIS system?
thanks.
982_45.jpg
 
C

Chris Tacke, eMVP

All of the CF required components must also be part of the OS. If they're
not there and you can't make a new image (or get one from the OEM) then
you're not going to be able to do it.

-Chris


darchon said:
Hi,
The system on my board is Wince.net 4.2 , and I have installed Compac
Framework 1.0sp2 in the system, but when i running .NET application on the
system it always a Fatal Application Error like that:
"Application filename.exe has performed an illegal operation and will be
shut down. If the problem persist, contact the program vendor.
Program: filename.exe
Exception:0xC0000005
Address: 03F48DDC"

By the way, I don't have the BSP so I can't build my own CE by PB, so how
can I use .NET app on THIS system?
 
P

Paul G. Tobey [eMVP]

And, there was a QFE (an interim fix provided to OS developers by MS), which
caused all CF applications to generate an exception very much like that one.
I don't recall which QFE it was, but you may be able to find my own cry for
help about it in the newsgroup archives:

http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework

If you install *all* of the current QFEs, up through today, everything
should work.

Paul T.

Chris Tacke said:
All of the CF required components must also be part of the OS. If they're
not there and you can't make a new image (or get one from the OEM) then
you're not going to be able to do it.

-Chris


darchon said:
Hi,
The system on my board is Wince.net 4.2 , and I have installed Compac
Framework 1.0sp2 in the system, but when i running .NET application on the
system it always a Fatal Application Error like that:
"Application filename.exe has performed an illegal operation and will be
shut down. If the problem persist, contact the program vendor.
Program: filename.exe
Exception:0xC0000005
Address: 03F48DDC"

By the way, I don't have the BSP so I can't build my own CE by PB, so
how
can I use .NET app on THIS system?
 
G

Guest

Thanks, but the problem is I can't build my own CE for the lack of BSP, if I have BSP everything will be all right.

Paul G. Tobey said:
And, there was a QFE (an interim fix provided to OS developers by MS), which
caused all CF applications to generate an exception very much like that one.
I don't recall which QFE it was, but you may be able to find my own cry for
help about it in the newsgroup archives:

http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework

If you install *all* of the current QFEs, up through today, everything
should work.

Paul T.

Chris Tacke said:
All of the CF required components must also be part of the OS. If they're
not there and you can't make a new image (or get one from the OEM) then
you're not going to be able to do it.

-Chris


darchon said:
Hi,
The system on my board is Wince.net 4.2 , and I have installed Compac
Framework 1.0sp2 in the system, but when i running .NET application on the
system it always a Fatal Application Error like that:
"Application filename.exe has performed an illegal operation and will be
shut down. If the problem persist, contact the program vendor.
Program: filename.exe
Exception:0xC0000005
Address: 03F48DDC"

By the way, I don't have the BSP so I can't build my own CE by PB, so
how
can I use .NET app on THIS system?
 
P

Paul G. Tobey [eMVP]

Then you'll have to contact the device OEM and mention to them that they may
have a bad QFE applied to the version of the OS they are shipping.

Paul T.

darchon said:
Thanks, but the problem is I can't build my own CE for the lack of BSP, if
I have BSP everything will be all right.
Paul G. Tobey said:
And, there was a QFE (an interim fix provided to OS developers by MS), which
caused all CF applications to generate an exception very much like that one.
I don't recall which QFE it was, but you may be able to find my own cry for
help about it in the newsgroup archives:

http://groups.google.com/groups?hl=...soft.public.dotnet.framework.compactframework

If you install *all* of the current QFEs, up through today, everything
should work.

Paul T.

Chris Tacke said:
All of the CF required components must also be part of the OS. If they're
not there and you can't make a new image (or get one from the OEM) then
you're not going to be able to do it.

-Chris


Hi,
The system on my board is Wince.net 4.2 , and I have installed Compac
Framework 1.0sp2 in the system, but when i running .NET application on the
system it always a Fatal Application Error like that:
"Application filename.exe has performed an illegal operation and will be
shut down. If the problem persist, contact the program vendor.

Program: filename.exe
Exception:0xC0000005
Address: 03F48DDC"

By the way, I don't have the BSP so I can't build my own CE by PB,
so
how
can I use .NET app on THIS system?
thanks.
982_45.jpg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top