Neatupliad error in SharedFile component in version 2.3.9.7

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/15/2013 5:51:20 AM
Gravatar
Total Posts 52

Neatupload error in SharedFile component in version 2.3.9.7

Good morning,

I have upgraded my development site (downloaded the code) to version 2.3.9.7 to update my components (specially removing Neatupload). After generating the new version I added a new page with only a shared files component on it and when I try to access it I getr thw folowing error:

2013-06-15 09:47:45,450 ERROR 172.17.0.7 - es-ES - /mojodevelop/ficheros.aspx - mojoPortal.Web.UI.CmsPage - failed to load control SharedFiles/SharedFilesModule.ascx 
System.Web.HttpParseException (0x80004005): Etiqueta de servidor 'NeatUpload:MultiFile' desconocida. ---> System.Web.HttpParseException (0x80004005): Etiqueta de servidor 'NeatUpload:MultiFile' desconocida. ---> System.Web.HttpException (0x80004005): Etiqueta de servidor 'NeatUpload:MultiFile' desconocida.
   en System.Web.UI.TemplateParser.ProcessError(String message)
   en System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
   en System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   en System.Web.UI.TemplateParser.ProcessException(Exception ex)
   en System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   en System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   en System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   en System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   en System.Web.UI.TemplateParser.Parse()
   en System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   en System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   en System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   en System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   en System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
   en System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   en System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   en System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
   en System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   en mojoPortal.Web.UI.CmsPage.LoadPage() en C:\Fuentes\mojoPortal\Web\Default.aspx.cs:línea 336

I am working on Windows 7, IIS, SQL, Rev 5182 (Also tried rev 5253) with no modified files in project.

 

6/15/2013 6:01:15 AM
Gravatar
Total Posts 18439

Re: Neatupliad error in SharedFile component in version 2.3.9.7

That error is not coming from the latest version of the code, so you have made some mistake or failed to deploy all of the updated files.

The latest code or even version 2.3.9.7 has no references to NeatUpload and will not throw errors about NeatUpload

6/15/2013 6:24:16 AM
Gravatar
Total Posts 52

Re: Neatupload error in SharedFile component in version 2.3.9.7

Sorry, my fault. I didn't remember to build the whole solution after the update... so I had old aspx files. 

Thank for your quick answer.

You must sign in to post in the forums. This thread is closed to new posts.