Could Not Find Resssource Assembly

  • Thread starter Thread starter David de Passos
  • Start date Start date
D

David de Passos

I installed a made application in VB.NET for Pocket PC and compact Framework
and functioned perfectly. Now I formatted pocket, I installed compact
framework and the application and gives the following error again: Could Not
find
Ressource Assembly. Some ideia?


--


Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: (e-mail address removed)
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401
 
David,

It sounds like your application is throwing an exception. The ,NET Compact
Framework is trying to get the string message for the exception from the
System.SR.dll, which is not installed by default when you install the .NET
Compact Framework. If you F5 deploy your application to the device, Visual
Studio .NET will deploy System.SR.dll with your applicaiton.

Tim Gerken
.NET Compact Framework Product Team
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx

--------------------
| From: "David de Passos" <[email protected]>
| Subject: Could Not Find Resssource Assembly
| Date: Fri, 5 Mar 2004 12:20:07 -0000
|
| I installed a made application in VB.NET for Pocket PC and compact
Framework
| and functioned perfectly. Now I formatted pocket, I installed compact
| framework and the application and gives the following error again: Could
Not
| find
| Ressource Assembly. Some ideia?
|
|
| --
|
|
| Cumprimentos,
| David de Passos
| --------------------------------------------------------------
| RCSOFT, Lda.
| E-Mail: (e-mail address removed)
| Móvel: +351 966931639
| Telefone: +351 239708708
| Fax: +351 239708701
| Tel. Directo: +351 239708705 ext. 401
|
|
|
 
Back
Top