Hi!
I get the following error after completing and sending the start-step of the createuserwizard.
Server Error in '/www.luvbid.com' Application.
Value cannot be null.
Parameter name: relative
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.ArgumentNullException: Value cannot be null.
Parameter name: relative
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:
[ArgumentNullException: Value cannot be null.
Parameter name: relative]
System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) +87
System.Web.Util.UrlPath.Combine(String basepath, String relative) +38
System.Web.UI.WebControls.MailDefinition.CreateMailMessage(String recipients, IDictionary replacements, String body, Control owner) +1209
System.Web.UI.WebControls.MailDefinition.CreateMailMessage(String recipients, IDictionary replacements, Control owner) +319
System.Web.UI.WebControls.CreateUserWizard.AttemptSendMail() +423
System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +389
System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +159
System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +638
System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +170
System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +39
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +56
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +107
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +163
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +31
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +72
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3870
|
Version Information: Microsoft .NET Framework Version:2.0.50215.312; ASP.NET Version:2.0.50215.312 I have the following in my web.config file:
<
system.net>
<mailSettings>
<smtp deliveryMethod = "Network">
<network
defaultCredentials = "False"
host = "smtp.i-diom.at"
password = "password"
port = "25"
userName = "username"
from = "dname@domain.com" />
</smtp>
</mailSettings>
</system.net>
I also tried to delete the web.config entry and set the emailrequired option of the createuserwizard-control to false so that the wizzard does not ask for the email-address any more. In this case I get a very similar error telling me that the parameter "to" can not be an empty string.
No idea what to do and I also found nothing in this forum or on the net. Please help me out with this!
Thanks,
Markus Pandur