When I build my website I get errors like this:
Could not find file 'C:\Documents and Settings\Chris\Local Settings\Temp\VWDWebCache\{website}\CuteSoft_Client\CuteEditor\_sharedie.htm'.
C:\Documents and Settings\Chris\Local Settings\Temp\VWDWebCache\{website}\CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_inserttable.ascx 127
It seems as though VS2005, during the build process copies the project files from the “Inetpub\wwwroot\{website}\” directory of the host machine to the " C:\Documents and Settings\{userprofile}\Local Settings\Temp\VWDWebCache\{website}" directory of the client developer machine and in doing so neglects to copy the "htm" files from the host’s “Inetpub\wwwroot\{website}\ CuteSoft_Client\CuteEditor” folder to the client’s “C:\Documents and Settings\{userprofile}\Local Settings\Temp\VWDWebCache\{website}\CuteSoft_Client\CuteEditor” folder also the “CuteEditor.htc.aspx.txt” file from the same location on host to client.
Can anyone help me with this problem; any advice will be appreciated greatly.