diff --git a/POS/App_Data/pos.ldf b/POS/App_Data/pos.ldf index 4f8fc97..75ca85b 100644 Binary files a/POS/App_Data/pos.ldf and b/POS/App_Data/pos.ldf differ diff --git a/POS/App_Data/pos.mdf b/POS/App_Data/pos.mdf index e861d31..6c79808 100644 Binary files a/POS/App_Data/pos.mdf and b/POS/App_Data/pos.mdf differ diff --git a/POS/Global.asax.cs b/POS/Global.asax.cs index 3193e80..33c1abc 100644 --- a/POS/Global.asax.cs +++ b/POS/Global.asax.cs @@ -71,7 +71,7 @@ public static void RegisterRoutes(RouteCollection routes) protected void Application_Start() { - Database.SetInitializer(new EfDbContextInitializer()); // Resets database + //Database.SetInitializer(new EfDbContextInitializer()); // Resets database AreaRegistration.RegisterAllAreas(); diff --git a/POS/POS.Publish.xml b/POS/POS.Publish.xml new file mode 100644 index 0000000..40c57cb --- /dev/null +++ b/POS/POS.Publish.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/POS/POS.csproj b/POS/POS.csproj index bdfd676..00d3342 100644 --- a/POS/POS.csproj +++ b/POS/POS.csproj @@ -26,6 +26,10 @@ DEBUG;TRACE prompt 4 + <Objects xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><ObjectGroup Name="EFDbContext-Deployment" Order="1"><Destination Path="connectionString=&quot%3bData Source=vserver01.cytanium.com%3bInitial Catalog=EcnalyrASPNETDB%3bUser Id=rylanceadmin%3bPassword=pas5word%3b&quot%3b providerName=&quot%3bSystem.Data.SqlClient&quot%3bpas5word%3b" /><Object Type="dbFullSql" Enabled="True"><PreSource Path="Data Source=vserver01.cytanium.com%3bInitial Catalog=EcnalyrASPNETDB%3bUser Id=rylanceadmin%3bPassword=pas5word%3b" ScriptSchema="True" ScriptData="True" CopyAllFullTextCatalogs="False" DriDefaults="True" /><Source Path="obj\Debug\AutoScripts\EFDbContext-Deployment_SchemaAndData.sql" Transacted="True" /></Object></ObjectGroup></Objects> + OnlyFilesToRunTheApp + false + false pdbonly @@ -34,6 +38,19 @@ TRACE prompt 4 + + + + + + + + + + + + false + false diff --git a/POS/Web.Debug.config b/POS/Web.Debug.config index 2c6dd51..6e29f6b 100644 --- a/POS/Web.Debug.config +++ b/POS/Web.Debug.config @@ -26,5 +26,6 @@ --> + \ No newline at end of file diff --git a/POS/Web.Release.config b/POS/Web.Release.config index 4122d79..2278dba 100644 --- a/POS/Web.Release.config +++ b/POS/Web.Release.config @@ -7,13 +7,13 @@ In the example below, the "SetAttributes" transform will change the value of "connectionString" to use "ReleaseSQLServer" only when the "Match" locator finds an atrribute "name" that has a value of "MyDB". - + --> - - --> + + \ No newline at end of file diff --git a/POS/Web.config b/POS/Web.config index adda8c1..4a8b6ad 100644 --- a/POS/Web.config +++ b/POS/Web.config @@ -9,8 +9,11 @@
- + + + + @@ -64,6 +67,7 @@ + diff --git a/POS/logs/2012-10-29.log b/POS/logs/2012-10-29.log index 0da425b..f11cb9c 100644 --- a/POS/logs/2012-10-29.log +++ b/POS/logs/2012-10-29.log @@ -52,3 +52,97 @@ at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:26:43.6742 DEBUG Checking that nLogger is working from Index +2012-10-29 20:26:46.9104 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:26:51.0277 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:49:49.6335 DEBUG Checking that nLogger is working from Index +2012-10-29 20:49:52.6817 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:49:54.7518 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:50:01.4452 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-10-29 20:50:05.5294 FATAL Unhandled exception trying to access http://localhost:1149/OrderDetails/_DeeperStat/1: Sequence contains no elements | Stack Trace: at System.Linq.Enumerable.Average(IEnumerable`1 source) + at POS.Controllers.OrderDetailsController._DeeperStat(Int32 id) in L:\Users\Jason\Documents\GitHub\POS\POS\Controllers\OrderDetailsController.cs:line 327 + at lambda_method(Closure , ControllerBase , Object[] ) + at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) + at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) + at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) + at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.b__12() + at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) + at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.b__14() + at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) + at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.b__14() + at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) + at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) + at System.Web.Mvc.Controller.ExecuteCore() + at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) + at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.b__5() + at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.b__0() + at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.b__7(IAsyncResult _) + at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End() + at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.b__d() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) diff --git a/POS/logs/2012-11-01.log b/POS/logs/2012-11-01.log new file mode 100644 index 0000000..a1c9cba --- /dev/null +++ b/POS/logs/2012-11-01.log @@ -0,0 +1,79 @@ +2012-11-01 15:39:22.1662 DEBUG Checking that nLogger is working from Index +2012-11-01 15:39:26.7654 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-11-01 15:39:33.0288 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-11-01 15:40:02.8525 FATAL Unhandled exception trying to access http://localhost:1149/Admin: An error occurred while executing the command definition. See the inner exception for details. | Stack Trace: at System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) + at System.Data.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues) + at System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) + at System.Data.Objects.ObjectQuery`1.Execute(MergeOption mergeOption) + at System.Data.Objects.DataClasses.EntityReference`1.Load(MergeOption mergeOption) + at System.Data.Objects.DataClasses.RelatedEnd.Load() + at System.Data.Objects.DataClasses.RelatedEnd.DeferredLoad() + at System.Data.Objects.Internal.LazyLoadBehavior.LoadProperty[TItem](TItem propertyValue, String relationshipName, String targetRoleName, Boolean mustBeNull, Object wrapperObject) + at System.Data.Objects.Internal.LazyLoadBehavior.<>c__DisplayClass7`2.b__2(TProxy proxy, TItem item) + at System.Data.Entity.DynamicProxies.Product_4C9A72A40F63FFD79719048AB6EE0BA37B2D1DFB6F568B11CC8D64BD48DE378F.get_Category() + at ASP._Page_Views_Admin_Index_cshtml.Execute() in l:\Users\Jason\Documents\GitHub\POS\POS\Views\Admin\Index.cshtml:line 27 + at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() + at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() + at System.Web.WebPages.StartPage.RunPage() + at System.Web.WebPages.StartPage.ExecutePageHierarchy() + at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) + at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) + at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) + at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) + at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) + at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.b__19() + at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) + at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<>c__DisplayClass1e.b__1b() + at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) + at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) + at System.Web.Mvc.Controller.ExecuteCore() + at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) + at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.b__5() + at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.b__0() + at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.b__7(IAsyncResult _) + at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End() + at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.b__d() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +2012-11-01 15:40:03.0785 WARN Unhandled exception trying to access http://localhost:1149/favicon.ico: The controller for path '/favicon.ico' was not found or does not implement IController. | Stack Trace: at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) + at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) + at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) + at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.b__2() + at System.Web.Mvc.SecurityUtil.<>c__DisplayClassb`1.b__a() + at System.Web.Mvc.SecurityUtil.b__0(Action f) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) + at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust[TResult](Func`1 func) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) + at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) + at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) diff --git a/POS/rylancecs.Publish.publishsettings b/POS/rylancecs.Publish.publishsettings new file mode 100644 index 0000000..00b444d --- /dev/null +++ b/POS/rylancecs.Publish.publishsettings @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file