|
Last Post 5/7/2010 12:57:59 PM By Bahram.
4 replies.
5/5/2010 2:49:08 PM |
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
|
Which dll contains AddUser or DeleteUser methodes
|
<span>
<hr width="100%" color="#c0c0c0" size="1" />
Method not found: 'Void DotShoppingCart.Commercial.Core.User.AddUser(System.String, Boolean, System.Nullable`1<Int32>, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Int32, System.String, System.String, System.DateTime, Boolean)'.
</span> 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.MissingMethodException: Method not found: 'Void DotShoppingCart.Commercial.Core.User.AddUser(System.String, Boolean, System.Nullable`1<Int32>, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Int32, System.String, System.String, System.DateTime, Boolean)'.
Source Error:
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td>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. </td>
</tr>
</tbody>
</table>
Stack Trace:
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
[MissingMethodException: Method not found: 'Void DotShoppingCart.Commercial.Core.User.AddUser(System.String, Boolean, System.Nullable`1<Int32>, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Int32, System.String, System.String, System.DateTime, Boolean)'.]
</td>
</tr>
</tbody>
</table>
<hr width="100%" color="#c0c0c0" size="1" />
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 <!--
[MissingMethodException]: Method not found: 'Void DotShoppingCart.Commercial.Core.User.AddUser(System.String, Boolean, System.Nullable`1<Int32>, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Int32, System.String, System.String, System.DateTime, Boolean)'.
at UserEntity.WebUser.CreateNewUser(WebUser nU)
at UserHandler.FileHandler.parseXMLDocument(XmlDocument iXML)
at UserHandler.FileHandler.ProcessRequest(HttpContext context)
at UserHandler.UserModule.OnPreRequestHandlerExecute(Object source, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-->
|
5/6/2010 9:52:17 AM |
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
|
Re: Which dll contains AddUser or DeleteUser methodes
|
DotShoppingCart.Commercial.Core.dll
DotShoppingCart Staff
|
5/6/2010 10:05:57 AM |
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
|
Re: Which dll contains AddUser or DeleteUser methodes
|
As you see the in the stack, It says AddUser method was not found . Why?
|
5/6/2010 10:15:27 AM |
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
|
Re: Which dll contains AddUser or DeleteUser methodes
|
Are you referencing the correct version of dll? Does it compile at all? Use reflector to inspect the dll.
DotShoppingCart Staff
|
5/7/2010 12:57:59 PM |
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
|
Re: Which dll contains AddUser or DeleteUser methodes
|
I copied all version 4 dlls to reference folder, This is the exception I got from DSC.User.AddUser :
An exception occurred in creating DSC user.
Object reference not set to an instance of an object.
System.Collections.ListDictionaryInternalDotShoppingCart.Commercial.Core
|
| |