This was posted in
Development,
Error Solutions on September 2nd, 2010
We use TortoiseCVS for version control, today I got the error
cvs server: sticky tag ” for file ” is not a branch … correct the above errors first!
This was caused by getting a previous revision of the file and trying to commit a change to that file; however you can only commit to HEAD.
To get rid of this error and commit your changes, right-click the file, CVS > Update Special > Check “Get tag/branch/revision” > select HEAD > click OK.
You should then be able to commit your changes.
Our TortoiseCSV version is 1.10.10
This was posted in
Error Solutions on July 6th, 2009
Platform: Windows Server 2003
Issue: ASP.NET tab not showing in IIS; thus unable to select dotnet version.
Solution:
1. Uninstall IIS
2. Reboot server
3. Install IIS
4. Open the command prompt (start, run, “cmd”)
5. Type: “cd C:\WINDOWS\Microsoft.NET\Framework\v1.x.xxxx”
6. Type: “aspnet_regiis.exe -i”
7. Type: “cd …”
8. Type: “cd v2.x.xxxxx”
9. Type: “aspnet_regiis.exe -i”
10. Open iis (start, run, “inetmgr”)
11. Check that the ASP.NET tab is visible and that you can change the version of .net.