Rootnamespace in VS2005
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a strange problem. If I have an RootNamespace for a project e.g Microsoft::Bug and I make a new Form then I receive an error from ResGen (Invalid file Microsoft::Bug.Form1.resources) How I can make this namespace in the way that also the resources works automatically? Okay I can change the output file for every resource but I don't think that this is a good way! Best regards Hansjörg