Cannot package webcontent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I built a C# web application and need to package it to an exe file.

I selected dll and content files. It shows an error when I build the deployment project

Error: Cannot build project output group 'content from webapp (Release .NET)

How should I package it

In fact, it can package all dll files, it showed the above error when it packaged the web content aspx files.

What's wrong

Thank
 
Tom said:
Hi,

I built a C# web application and need to package it to an exe file.

I selected dll and content files. It shows an error when I build the deployment project.

Error: Cannot build project output group 'content from webapp (Release ..NET)'

How should I package it?

In fact, it can package all dll files, it showed the above error when it
packaged the web content aspx files.
What's wrong?

There is no way to package a web application as an exe file.
 
Back
Top