Hello folks, I've just created a new package called Social Media Channels. The package creation does copy the files and sets the package.xml to copy the ascx and cs files to the usercontrols folder, but when I install the package, those two don't get copied, and I get the error
Server Error in '/umbraco_cms' Application.
The file '/umbraco_cms/usercontrols/Social Media.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/umbraco_cms/usercontrols/Social Media.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: ...
What should I do (besides manually copying the files to the userControls folder)?
Package is not installing ascx files
Hello folks, I've just created a new package called Social Media Channels. The package creation does copy the files and sets the package.xml to copy the ascx and cs files to the usercontrols folder, but when I install the package, those two don't get copied, and I get the error
Server Error in '/umbraco_cms' Application.
The file '/umbraco_cms/usercontrols/Social Media.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/umbraco_cms/usercontrols/Social Media.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: ...
What should I do (besides manually copying the files to the userControls folder)?
is working on a reply...