Developer forum

Forum » Development » pvCtrl.ParseControls Error Value cannot be null.

pvCtrl.ParseControls Error Value cannot be null.


Reply

Hello

Suddenly I get this server error on my dynamicweb customsolution and I can't figure out why?

 

[ArgumentNullException: Value cannot be null.
Parameter name: input]
   System.Text.RegularExpressions.Regex.Replace(String input, String replacement) +2145487
   System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement, RegexOptions options) +46
   Dynamicweb.Frontend.PageView.Output() +349
   Dynamicweb.Frontend.PageviewControl.ParseControls() +28
   CustomModules.Default.Page_Load(Object sender, EventArgs e) in C:\helsam\application\Default.aspx.cs:37
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
 

Regards

Kim Pedersen


Replies

 
Reply

I got this one to, and it dissapeared when I updated the dll files of my custom solution.

 

You must be logged in to post in the forum