hola a todo el mundo.
Tengo un problema con mi primera publicacion en vb.net y me da un error en una libreria de html enriquecido
codigo aspx
<%@ Page Language="VB" MasterPageFile="Panel.master" AutoEventWireup="false" CodeFile="Series_Add.aspx.vb"
Inherits="PaneldeControl_Series_Add" title="pagina"
ValidateRequest="false" %>
<%@ Register TagPrefix="spaw" Namespace="Solmetra.Spaw2" Assembly="Solmetra.Spaw2" %>
Error:
Main SPAW configuration file not found.
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.IO.FileNotFoundException: Main SPAW configuration file not found.
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:
[FileNotFoundException: Main SPAW configuration file not found.]
Solmetra.Spaw2.Configuration.LoadData() +1246
Solmetra.Spaw2.Editor.get_Configuration() +29
Solmetra.Spaw2.Editor.ApplyDefaults() +183
Solmetra.Spaw2.Editor.OnPreRender(EventArgs e) +173
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082