Visual SourceSafe Trouble

I see this error every time when a just open my project (checked in) from Visual Source Safe.

Error in Multi-Language Add-In for VS.NET
Date: 13.02.2009 15:09:20
Version: 4.60.0014
Exception: System.UnauthorizedAccessException

Description:

Access to the path '..\App_Data\ml_temp_HtmlScan.xml' is denied.


Reason: ml_temp_HtmlScan.xml is not checkouted.
Please, checkout all ml_* files automatically.

Germany

Hi

you're right. In fact the Add-In is inconsistent.

If the project uses the (old) Access database, then this file is checked out, but if it uses the (new) XML file, then it is not checked out.

I hope that I have fixed it in version 4.60.0021, but I can't really test it, because I do not Visual Source Safe installed.

Phil

> Hi
> you're right. In fact the Add-In is inconsistent.
>
> If the project uses the (old) Access database, then this file is checked out, but if it uses the (new) XML file, then it is not checked out.
>
> I hope that I have fixed it in version 4.60.0021, but I can't really test it, because I do not Visual Source Safe installed.

Problem still present...

Some details:

- open solution
- in folder App_Data presents three files created by your tool
* mini.webmoney_ml.xml
* ml_temp_HtmlScan.xml
* ml_temp_SourceScan.xml
- all these files "checked in"
- choose menu Tools\Multi-Language Add In
- select project and then Full Rescan
- got exception "Access to the path 'D:\Lashin\.NET\WmMini\web\mini.webmoney.ru\App_Data\ml_temp_HtmlScan.xml' is denied."

BUT now file mini.webmoney_ml.xml is CHECKED OUT.

My point of view: you just forget check out 2 other files.


Germany

OK, I can check out those two files as well, if they are under version control.

I didn't think about them, because in my opinion, there is no need to put them under version control. As the name suggests, they are temporary files. These files are used if you select the Restore from database option, instead of scanning the project.

On the other hand, if you have a large project, you may prefer to check these files in.

By the way, I have started working on the Page Title problem. When I have got that working, I will upload a new version.

Phil

> OK, I can check out those two files as well, if they are under version control.
>
> I didn't think about them, because in my opinion, there is no need to put them under version control. As the name suggests, they are temporary files. These files are used if you select the Restore from database option, instead of scanning the project.
>
> On the other hand, if you have a large project, you may prefer to check these files in.
>
Thank you in advance!

Our project is https://mini.webmoney.ru - very tiny WebMoney Web-Client

> By the way, I have started working on the Page Title problem. When I have got that working, I will upload a new version.
>
Sounds great!

> Phil

Germany

The files should now be checked out using version 4.60.0022, which also supports the title tag of ASP pages.

Phil

> The files should now be checked out using version 4.60.0022
Problem with files under SourceSafe's - solved! Thank you very match!!!