Diffrent Resource Naming in C# and VB

  • Thread starter Thread starter Parham
  • Start date Start date
P

Parham

Hello
VB compiler generate resource name by appending the resource file name
to the project default namespace but C# compiler append resource file
Folder name to the default namespace and then append resource file name
to it.
Can we change C# to embed resources as VB (WITHOUT Folder name) ?

Thanks,
Parham
 

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

Back
Top