Multi-Language Add-In for Visual Studio

Multi-Language Add-In for Visual Studio


Resource files are not added to VS project and so not to Source Control (TFSC)

Hi Phil,

I am a collegue of Tom and am exploring the addon.

I noticed that if I new pages generate the correct App_LocalResource/file.x.resx *but* it is not added to the Visual Studio project file. As a consequence it is not added to source control... this can lead to data loss.

Can you confirm this is a bug?

Germany

Hi,

you are correct. The resx files are not added to the Visual Studio project for web projects. In some cases I think that this is correct, but in others it is a bug.

I (like quite a few other people) am a bit confused about the different kinds of ASP projects.

Visual Studio 2005 introduced Web-Site projects, which so far as I understand, do not have a visual studio project file. Later they introduced Web-Application projects, which are more like normal visual studio projects.

My understanding is, that I can't add files to a Web-Site project, because there isn't a project file. I should however add them to a Web-Application project.

Tom sent me a project a few weeks ago, which appears to be a Web-Application.

This should be fairly easy to fix, but I didn't have time today.

Phil


Germany

Hi

This should be fixed in version 4.65.0067.

I don't have to treat Web-Site and Web-Application projects differently after all.

Phil