CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 9/23/2005 10:46:33 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 35 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
mpandur
Asp.Net User
Error caused by createuserwizard9/23/2005 10:46:33 PM

0/0

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

1 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Add an error message to CreateUserWizard for duplicate username Talk about Add an error message to CreateUserWizard for duplicate username.
Display CreateUserWizard Error Messages using a ContentTempate CreateUserWizard Error Messages using a ContentTempateIn our latest project we are implementing Membership, Roles and Profiles. I've used these before, ...
[RESOLVED] createuserwizard error [Archive] - VBForums [Archive] [RESOLVED] createuserwizard error ASP.NET.
CreateUserWizard Error messages in validation summary - ASP.NET Forums Is there any solution for showing CreateUserWizard Error messages like duplicate username , duplicate email in validation summary? ...
p2p.wrox.com Forums - CreateUserWizard FileIOPermission Error NET 2.0 Website Programming Problem Design Solution BOOK ISBN: 978-0-7645-8464-0 > CreateUserWizard FileIOPermission Error ...
Error using CreateUserWIzard: : question, ieditabletextcontrol, id ... I am using ASP.NET and VIual Studio wih forms authentification. I have customized the Create user wizard to look and feel as I need it.
Changing CreateUserWizard or ChangePassword error messages - DevX ... How do I change the error messages returned by CreateUserWizard and ChangePassword controls? For example, instead of using the following ...
CreateUserWizard fails to send email with a great non-helpful ... CreateUserWizard fails to send email with a great non-helpful error message. Get answers to your questions in our .NET Forum forum.
microsoft.public.dotnet.framework.aspnet.security: Re: Customize ... Rodusa, Thanks for your reply. ... gave me a compilation error as follows: ... Compiler Error Message: CS0117: 'System.Web.UI.WebControls.CreateUserWizard' ...
CreateUserWizard.SendMailError Event (System.Web.UI.WebControls) CreateUserWizard.SendMailError Event. Updated: November 2007. Occurs when there is an SMTP error sending e-mail to the new user. Namespace: System.Web.UI. ...




Search This Site:










article pager

open from current location/download file

development environment help

urgent !!!! gpg with c#

email does not work

another bug i've found (dnn2.03)

to <div> or not to </div>

differences between windows-based authentication and forms-based authentication

trying to get a submit button to work on the home page

javascript intellisense question

problem with form authentication

changinh ink colors in dnn 3.1

what is the problem using data explorer to edit table with guid?

[1.2] - project teams

contentplaceholder rendering spans?!

custom page vs web part page

printing contents of an iframe module

multiple instances of a web control and moduleid

marque announcement help!!!!!

giant solution with lot of projects or 2008

treeview webpart

action menu positioning

templating question?

implementing web services questions

mail enable security settings

how to use relative paths for references?

do you recommend using built-in login classes (membership, roles...)?

idea- skin based on subdomain name

viewstate in composite controls

upgrade dnn212 lost access to child portal

 
All Times Are GMT