Hi!
I made this question before during the beta period but I'm coming back just in case something changed after the final release of vs2005.
Is there any way for a typed resources class to be generated as public so that they are accessible by other projects expect the project containing it. The ResXFileCodeGenerator custom tool generates this class as friend.
The only work around I found is to clear the custom tool property from the resource file to executer the resgen.exe manually. Isn't there any other more elegant way

Making a typed resource file public
Edwin Jeffcoat
I think it doesn't work for VB. My assembly only contains resources, so I can turn it to a C# project for the moment.
Try using your tool and then try to read some resource string in run time. You will get an exception. You should also mark the produced class as partial in order to be extendible.
It's a great tool and I have been looking for it! Why don't you make some posts here and there so that people discover it!
rreinman
Daniel Dosen: XML Commerce
... I'have been looking for this tool for quite some time! I finally did it my self and I think it has the same problem with the one you found. There is a namespace issue when using the tool in VB.NET (see comments under the blog post)
However, I will download it and check it out.
Thanks!
bbonnifield
I have fixed the tool, it should be working fine in VB.Net projects by now.
Please let me know if it's still broken. Sorry for the trouble.
Gokhan
gokhan (AT_SIGN) altinoren (DOT) com
Espen Gätzschmann
Hi,
you should have a look at : http://altinoren.com/PermaLink,guid,5b69e6d6-86b0-4717-889a-94db78ff04b2.aspx
ferchuz
Ajakati
What I was trying to say was, I have updated the tool last night after seeing your post, so you may want to check that again to see if it's still broken. If it is, I'm really determined to fix this so just tell me and I'll work on it more.
Thanks for the nice comments.
Gokhan
Rob McCaughey
greg aiken
Can you mail me a test project of your own, a simple console app maybe I'll make sure it works as expected on your test app.
Gokhan
gokhan (AT_SIGN) altinoren (DOT) com