Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: ImageList - MissingMainfest exception Pin
Christian Graus6-Jan-05 14:08
protectorChristian Graus6-Jan-05 14:08 
GeneralRe: ImageList - MissingMainfest exception Pin
Heath Stewart6-Jan-05 14:49
protectorHeath Stewart6-Jan-05 14:49 
GeneralRe: ImageList - MissingMainfest exception Pin
Christian Graus6-Jan-05 14:54
protectorChristian Graus6-Jan-05 14:54 
GeneralRe: ImageList - MissingMainfest exception Pin
Heath Stewart6-Jan-05 15:00
protectorHeath Stewart6-Jan-05 15:00 
GeneralRe: ImageList - MissingMainfest exception Pin
Christian Graus6-Jan-05 15:07
protectorChristian Graus6-Jan-05 15:07 
GeneralRe: ImageList - MissingMainfest exception Pin
Heath Stewart6-Jan-05 15:48
protectorHeath Stewart6-Jan-05 15:48 
GeneralRe: ImageList - MissingMainfest exception Pin
Christian Graus6-Jan-05 21:21
protectorChristian Graus6-Jan-05 21:21 
GeneralRe: ImageList - MissingMainfest exception Pin
Heath Stewart7-Jan-05 5:49
protectorHeath Stewart7-Jan-05 5:49 
The namespace is RDC.controls, but what are you referring to as a "path"? I can help you (I've dealt more with localization of managed application than most people I know), but I need to understand what you're looking at exactly.

The source file will have a namespace, but in VB.NET - unlike in C# - you don't specify the entire namespace (if any) in the source file. If you use ResourceManager and pass it a Type to the constructor, then the namespace of the embedded resource and the namespace of the class must be the same, as do the class names. The embedded resource simply adds .resources to get the resources file.

So, if the fully-qualified class name is RDC.controls.imageList.ImageCollection - which doesn't make any sense from what you've told me already - then the .resources file should be embedded as RDC.controls.imageList.ImageCollection.resources.

The VB.NET project treats source files and embedded resources the same. It builds up their namespaces using the project root namespace + any folders up to the file.

Yesterday you told me that the class was RDC.controls.DetailsActions. When you say "path", are you talking about the data name in the ResX file? The name in the ResX file should match the name that you get using ResourceManager.GetObject.

If you specify a "path" (fully-qualified manifest resource name) for ResourceManager than it must include the entire "path": RDC.controls.DetailsActions.resources.

If you can, why not post some sample source and the structure of your project. And define what you mean by "path" and to what that "path" refers.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: ImageList - MissingMainfest exception Pin
Christian Graus7-Jan-05 10:46
protectorChristian Graus7-Jan-05 10:46 
GeneralRe: ImageList - MissingMainfest exception Pin
Russell Morris7-Jan-05 3:42
Russell Morris7-Jan-05 3:42 
GeneralRe: ImageList - MissingMainfest exception Pin
Heath Stewart7-Jan-05 5:50
protectorHeath Stewart7-Jan-05 5:50 
GeneralRe: ImageList - MissingMainfest exception Pin
Andy Brummer7-Jan-05 5:59
sitebuilderAndy Brummer7-Jan-05 5:59 
Generalsimple chat........ Pin
Sakkijha6-Jan-05 10:17
Sakkijha6-Jan-05 10:17 
GeneralRe: simple chat........ Pin
TyronX6-Jan-05 10:33
TyronX6-Jan-05 10:33 
GeneralRe: simple chat........ Pin
Sakkijha7-Jan-05 2:51
Sakkijha7-Jan-05 2:51 
GeneralRe: simple chat........ Pin
Heath Stewart6-Jan-05 13:18
protectorHeath Stewart6-Jan-05 13:18 
GeneralPoor Points Pin
TyronX6-Jan-05 10:05
TyronX6-Jan-05 10:05 
GeneralRe: Poor Points Pin
leppie6-Jan-05 11:46
leppie6-Jan-05 11:46 
GeneralRe: Poor Points Pin
leppie6-Jan-05 11:53
leppie6-Jan-05 11:53 
GeneralRe: Poor Points Pin
TyronX7-Jan-05 4:45
TyronX7-Jan-05 4:45 
QuestionUrgent? Row Count Set Lock on Excel Column? Pin
macupryk6-Jan-05 9:53
macupryk6-Jan-05 9:53 
GeneralEXCEL question saving a file saving the the first column as read only Pin
macupryk6-Jan-05 9:51
macupryk6-Jan-05 9:51 
GeneralRe: EXCEL question saving a file saving the the first column as read only Pin
perlmunger6-Jan-05 11:24
perlmunger6-Jan-05 11:24 
GeneralC to C# Array address offsetting Pin
Anonymous6-Jan-05 9:17
Anonymous6-Jan-05 9:17 
GeneralRe: C to C# Array address offsetting Pin
Christian Graus6-Jan-05 12:26
protectorChristian Graus6-Jan-05 12:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.