Click here to Skip to main content
15,879,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: What would be logic?interesting (Visual Studio C# .Net) Pin
Martin#3-Aug-07 0:15
Martin#3-Aug-07 0:15 
GeneralRe: What would be logic?interesting (Visual Studio C# .Net) Pin
zeeShan anSari3-Aug-07 0:49
zeeShan anSari3-Aug-07 0:49 
AnswerRe: What would be logic?interesting (Visual Studio C# .Net) Pin
zeeShan anSari3-Aug-07 1:14
zeeShan anSari3-Aug-07 1:14 
Questioncreating a webservice problems Pin
Daniel_Logan2-Aug-07 21:44
Daniel_Logan2-Aug-07 21:44 
AnswerRe: creating a webservice problems Pin
Christian Graus2-Aug-07 21:52
protectorChristian Graus2-Aug-07 21:52 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 22:35
Daniel_Logan2-Aug-07 22:35 
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 22:38
protectorChristian Graus2-Aug-07 22:38 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:02
Daniel_Logan2-Aug-07 23:02 
if u want i can post the code?

here's my error
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.OleDb.OleDbException: Could not use ''; file already in use. at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at CreateAccountService..ctor() --- End of inner exception stack trace ---
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.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.OleDb.OleDbException: Could not use ''; file already in use. at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at CreateAccountService..ctor() --- End of inner exception stack trace ---

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:


[SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.OleDb.OleDbException: Could not use ''; file already in use.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at CreateAccountService..ctor()
--- End of inner exception stack trace ---]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1485
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
CreateAccountService.Sign(String FName, String Sname, String IDNum, String address, String ContactNum, String email, String pass, String secretQ, String answer) +171
CreateAccountCodeBehind.Submitbtn_Click(Object sender, EventArgs e) +226
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +83
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 23:09
protectorChristian Graus2-Aug-07 23:09 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:11
Daniel_Logan2-Aug-07 23:11 
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 23:23
protectorChristian Graus2-Aug-07 23:23 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:46
Daniel_Logan2-Aug-07 23:46 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:00
Albu Marius3-Aug-07 0:00 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:10
Albu Marius3-Aug-07 0:10 
GeneralRe: creating a webservice problems Pin
Daniel_Logan3-Aug-07 0:35
Daniel_Logan3-Aug-07 0:35 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:44
Albu Marius3-Aug-07 0:44 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:54
Albu Marius3-Aug-07 0:54 
QuestionBase Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:14
N a v a n e e t h2-Aug-07 21:14 
AnswerRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:21
protectorChristian Graus2-Aug-07 21:21 
GeneralRe: Base Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:24
N a v a n e e t h2-Aug-07 21:24 
GeneralRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:29
protectorChristian Graus2-Aug-07 21:29 
GeneralRe: Base Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:33
N a v a n e e t h2-Aug-07 21:33 
GeneralRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:35
protectorChristian Graus2-Aug-07 21:35 
GeneralRe: Base Class Constructor on Inheritance Pin
originSH2-Aug-07 21:50
originSH2-Aug-07 21:50 
GeneralRe: Base Class Constructor on Inheritance Pin
Martin#2-Aug-07 21:30
Martin#2-Aug-07 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.