YAFLogo

sreenath
  • sreenath
  • 51.4% (Neutral)
  • YAF Forumling Topic Starter
4 years ago
Error Message :

Copying file Content\InstallWizard.min.css.gz to obj\Release\Package\PackageTmp\Content\InstallWizard.min.css.gz failed. Could not find file 'Content\InstallWizard.min.css.gz'.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
4 years ago
Remove the file from the yaf.csproj then it should publish
sreenath
  • sreenath
  • 51.4% (Neutral)
  • YAF Forumling Topic Starter
4 years ago
There is no such file in the project..css file is there bt the error is showing for .css.gz file.
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
4 years ago

There is no such file in the project..css file is there bt the error is showing for .css.gz file.

Originally Posted by: sreenath 

Yes it is, look in the Solution Explorer. or open the file YAF.cspro in a text editor and remove the line...

<Content Include="Content\InstallWizard.min.css.gz">
      <DependentUpon>InstallWizard.min.css</DependentUpon>
    </Content>