.NET and multithread networks server application Hi,
I have developed large multithreaded network application using Win32 and Winsock in the past connecting to an SQL db.
How fast and robost is .NET 2.0 for creating a similar application
I need to create an client and server application. The client application consists of C# Window.form controls which connects to a database. But I need the client to connect to a server application, and the server will control access to the database as well as report other live information.
Is C# and .NET suitable for handling the server application It needs to scale to handle many many connections on multiple threads.
Also the Client C# application binds to a database, but now it needs to connect to a server application and then to the database. Do I need to create wrapper classes for my data and perform serialization or is there some other approach in .NET
Regards
John Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
SQL index question (C#) Hello, im quite new to MS SQL. My question is how to generate indices MySql has an attribute AUTO_INCREMENT, but MS SQL doesn't seem to have this. Example: I have a user table with [Id] und [Username] and a mail table with [UserId] and [Address] If I want to add a new user, can the database generate the new Id itself. And if, where do I get this new index from for adding a mail address Or do I have to generate the new index myself If yes, how resolve the next index number extra query before the insert, to get the last index thanks and greets from germany! Dirk Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Update requires a valid UpdateCommand when passed DataRow collection with modified rows. It is my
understanding that when using a TableAdapter and selecting the proper
options, Insert, Delete and Update statements are generated. The
Update statement should work just using the following: myTableAdapter.Update(changes); Where changes is the DataSet containing the modified data. This logic works great for one of the tables in the DB but not for another. Learning this new stuff is Confusing at best - Frustrating at worst. Help appreciated, Michael Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
.net framework 3.0 how do I import the .net framework 3.0 object to my Windows application in vs2005
i'd like to use the opacity property of the groupbox and this property only exists in framework 3.0
thx Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
FtpWebRequest Hi friends,
Using FtpWebRequest ,iam trying to download files,while downloading iam getting an error
Error: The remote server returned an error: (550) File unavailable (e.g., file not found, no access).
How to Solve Any Idea
Regards
Divakar Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Access to the path 'Global\.net clr networking' is denied hello, the problem occur when run the application on a limited account. I not found the location global\.net clr networking, I think the caspol.exe is the solution... anyone have solutions for this Thank's Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Please help - XML check and validation Hi,
I had generated the xml file and it looks like this
< xml version="1.0" standalone="no" >
<!DOCTYPE Book SYSTEM "Book.dtd">
<!--This file contains the book information-->
<Book>
<Science>
<Code>1234</Code>
<Title>Discovery in Science</Title>
<UserCreated>John</UserCreated>
<DateCreated>1/26/2007 2:11:11 PM</DateCreated>
</Science>
<Science>
<Code>5678</Code>
<Title>Discovery in Science 2</Title>
<UserCreated>John</UserCreated>
<DateCreated>1/26/2007 2:11:11 PM</DateCreated>
</Science>
</Book>
I had some condition in generating the xml file.
a) I had a form where by I will key in the above information. How can I check if the code that I entered was exist in the xml file What is the best way to loop through all the code.
b) If the code that I enter does not exists, how can I append the new information to my xml file
Please help or if possible direct me to some other relevant website for assistance.
Thanks Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
LAN Search Hi,
I am making a application, that enable LAN Chat for this I have one Server that can run on any PC within LAN and other that act as client. Now, I want client Application to search the server in LAN without User entering Server IP. I don't want my user to do that efforts.
Can any one guide me how to do that
Thanks Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Running C# Program From Remote Location I have a program on computer A, and I put the whole project directory in a shared folder.
I remote desktopped into computer B, and accessed the shared directory on A. I tried to run the program, and I got an illegal operation message.
If I copy the folder from A to B, and run it locally on B (though still working through remote desktop) then there is no problem. Is there a way to run a C# program that is located on a network drive Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
AppDomain memmory usage size How can i programmatically get size of memmory used by AppDomain. Not only managed memmory but unmanaged too.
I have some memmory leaks with Crystal Reports. And I've extracted it in the particular App Domain. I want to unload this AppDomain when it exceeds memmory limit specified by me.
May anybody help me Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Cannot call native code DLL from release production wheras DLL from debug production works well! I have written a C# wrapper for a native code DLL which is used by a window service also written in C#. It works well as long as I use the debug version of the native code DLL. If I use the release version, I get
Unable to load DLL 'SctpLibrary.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
If I replace the release DLL by the debug DLL at the same location, all works well. I have tried several option variants of the release production (optimization, system, etc.) with no effect.
The dependency walker says for the release and debug versions:
DWMAPI.DLL - DwmExtendFrameIntoClientArea - File not found.
But, I do not use this function.
Thanks for any advice!
Paul Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Call web service from .bat file I am building an app that checks for broken links. The functionality can be accessed either from a form where you could specify a certain list of links or from a service that runs every 24 hours. I have a windows service that I have already written that executes whatever bat files are listed in an xml document. I would like to build the functionality in a web service and then call it by either method. Instead of writing a specific windows service to call the web service, I was wondering if there is a command I can put in a bat file that would just calle the web service.
Thanks for any input
Royal Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
resizing clipping path I have a issue with keeping my clipping path in a image, when i resize it.
is this actually posible at all
i figure i shouldt use the GraphicsPath class. and the SetClip method. But can't figure out how to extract and resize the clipping paths from the originale image.
Any suggestions. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
check if a url exists is there a way to check if a url or a website exists Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
using Properties.Settings... to read app.config from windows service application Can anyone explain to me what I'm doing wrong here I'm really stuck and have spent the most of a day trying to find the right answer/documentation.
I'm using VS2005 and .NET 2.0 and have build a Windows Service application, and created a settings file (myServiceApp.exe.config) and saved 2 settings with default values in this.
One of the settings is an application (read only) setting named "TheFolder" and from what i've been able to dig out i should be able to assign a variable in my service app with the value in this using code like:
myVarible = Properties.Settings.Default.TheFolder
BUT - when trying to compile i get an error: "The name 'Properties' does not exist in the current context".
I don't get any "Properties." to select when typing (Intellisence) and i've tried adding "Using System.Configuration;" in the using clause and adding it manually ("Add reference").
I guess i need to attach the correct class/namespace to my app - but which one Or have i misunderstood the whole concept *G* Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Thread.Abort() I know a lot has been said about this method and I am of the firm belief that calling this method or designing my applications around this method (for clean up work) is just plain old evil. Anyway, I was wondering what would happen if the method were to be called from the worker thread itself, and the not the parent thread So something on the lines of: try { Thread doWork = new Thread(new ThreadStart(ProcessData)); doWork.IsBacground = true; doWork.Start( ); } catch (Exception) { } protected void ProcessData( ) { try { // Do Work } catch {Exception e } finally { try { Thread.CurrentThread.Abort( ) } catch (Exception) { // Do Nothing } } } My intuition tells me that this model is evil, but my mind tells me that there is nothing wrong with the "clean up" code in the finally block of the worker thread. I need input on whether this is feasible. Specifically, I need to find out the (bad) consequences of doing this in the worker thread itself. Most of the articles I have read show examples of calling Thread.Abort( ) from the parent thread, so I am not sure. Thanks in advance! Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Exception: DataTable internal index is corrupted: '5'. on ... Hi, I have a problem with bindingsource component in framework 2.0.
I have a combobox bound to a bindingsource which is also bound to a dataset with 2 related tables and a datagridview bound to the same bindingsource. What I want to do is : When the selectedindex property of my combobox changes, the corresponding cell value must be changed in the datagridview. But although the value in bindingsource changes, datagridview does not display the new value. That value is displayed after I move the mouse over that cell and make it invalidate its region manually.
Another error I caught is the one that you can see as the subject of my post. I do not know why i have that message when I try to change the property of ((DataRowView)mybindingsource.Current)["MyProperty"] programmatically.
I will be grateful if someone can help me. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Installing .Net Framework 1.1 on Vista Basically, I need .NET Framework 1.1 for a game but I have problems installing it on Vista. Registering System.EnterpriseServices.dll always register this problem:
Application has generated an exception that could not be handled.
Process id=0xdf0 (3568), Thread id=0xa28 (2600)
and then generates a similar problem after this. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
http Response error Hi, for the past while ive been stuck with the following error when i debug my application "The server committed a protocol violation. Section=ResponseStatusLine" My application is sends 2 requests to a java servlet. The first request works fine. If I try to send any other request the error occurs. Ive looked around online about the error. I tried setting <httpWebRequest useUnsafeHeaderParsing="true" /> in the web config file but it does not work. Also I read that the iis server has problems if another application is using port 80. The servlet is configured to run on port 80 so I changed it to port 81. I still get the error. Im really baffled as to why this error is occuring. Any help or insight would be greatly appreciated. Thanks Dub /////Request 1 string url = "http://localhost:81/"; string result = string.Empty; string postData = "msisdn0=862324984"; Uri uri = new Uri(url); HttpWebRequest request = (HttpWebRequest)WebRequest.Create(uri + "demo1_res"); request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded"; request.ContentLength = postData.Length; // request.Referer = "http://localhost/demo1_res"; request.ProtocolVersion = HttpVersion.Version11; Stream writeStream = request.GetRequestStream(); UTF8Encoding encoding = new UTF8Encoding(); byte[] bytes = encoding.GetBytes(postData); writeStream.Write(bytes, 0, bytes.Length); HttpWebResponse response = (HttpWebResponse)request.GetResponse(); Stream responseStream = response.GetResponseStream(); StreamReader readStream = new StreamReader(responseStream); result = readStream.ReadToEnd(); //////////////////////////////////// /////Request 1 string url2 = "http://localhost:81/"; string result2 = string.Empty; string postData2 = "info id=862324984&type=slir"; Uri uri2 = new Uri(url2); HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://localhost:81/info id=862324984&type=slir"); request.Method = "Get"; request.ContentType = "application/x-www-form-urlencoded"; HttpWebResponse response = (HttpWebResponse)request.GetResponse(); Stream responseStream = response.GetResponseStream(); StreamReader readStream = new StreamReader(responseStream); string result = readStream.ReadToEnd(); Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
error when running application Whenever i try to run windows media center, i recieve a message that says Fatal Execution Engine Error (0x7927e03e). It then says that Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2(2). Please check computer settings. cordbg.exe !a 0xa04 I think it has something to do with the .NET Framework. Whenever i try to remove .NET Framework 1.1 and reinstall it, it says that it can't find it on the computer, but it appears in the "Add/Remove Programs" list in Control Panel. Any help with this problem is greatly appreciated. Thanks. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Concurrency violation while row exists Hey Guys, I'm having a weird problem. I wrote some simple application in c# which shows the data of a acces database in a datagridview. On the RowChanged and RowDeleted events of the dataset i do a dataAdapter.update(dataset). It works all fine, i can add new rows, change and delete excisting rows. All no problem. The problem starts when i add a new row and then try to delete that newly added row. I know that it executes the insert statement and finishes it succesfully, so the row excists in the database aswell as in the datagridview. But when i then try to delete i get the DBConcurrencyException telling me: Concurrency violation: the DeleteCommand affected 0 of the expected 1 records. The weird thing is that when i first select another row and then return to the new row and delete it no problem. So my feeling is that it somehow didn't completly wrote the new row to the database but only to the memory or something like that. Is that possible how can i check that and how can i prevent it This problem happens about 90% of the time. I hope somebody can help out. Greetings ChoKamir Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
XPath syntax for string with ' embeded Hello,
I have coded an XPath "It's a Wonderful Life". If I search for "Wonderful Life" I find the correct node since I coded the contains function, but I'd like to be more specific and look for the exact title. The problem is coding the correct syntax that will make C# and XPath happy at the same time.
Can someone tell me the proper syntax so that I can code the entire title In other words I'd like to code
contains(title,'It's a Wonderful Life')
but that generates a run time error of "invalid token". Omitting the contains function and coding this
df:title='It's a Wonderful Life'
produces the same result. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Help with the DES functions in Visual C# .NET sdk V2 Hello People,
I am a graduate university student who is dealing with implementing a DES algorithm for graduation project, and I wonder if you could spare some information about configuring the basic DES functions without using System.Security.Cryptography; kind of prepared classes. The inside of them is actually needed for me for a C# application and I am also ready for your offers for the windows form to be used . Please help , thanks a lot . Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Import DataSet to Table with row, column and tab I am using DataSet to import/export my data to XML. I also want to create a little application so the user can edit the data from DataSet. The application will import DataSet to a table (can be like Excel Table) with row, column and tabs.
Any idea how to do this
Thanks a lot,
Tammy Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Http Exception : Request timed out We are getting following message after upgrading to .NET 2.0,
Event code: 3001
Event message: The request has been aborted.
Event time: 14/04/2007 02:58:19
Event time : 14/04/2007 01:58:19
Event ID: f9bf3f0d0f574717b8a10b7d8227a8d9
Event sequence: 7
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/ABC-512-128209893532524258
Trust level: Full
Application Virtual Path: /ABC
Application Path: D:\ABC\
Machine name: ABCDE
Process information:
Process ID: 5220
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: HttpException
Exception message: Request timed out.
Request information:
Request URL: http://10.10.0.1/ABC/FrmABCApplication.aspx FilePath=\\10.10.0.2\Input\ABC_1442007_301014_Out.xml
Request path: /ABC/FrmABCApplication.aspx
User host address: 10.10.0.2
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 20
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace:
Using .NET application we are generating word document. For some specific documents the time taken will be around 20 to 40 minutes, but winword instance is getting terminated exactly after 5 minutes.
IIS setttings,
Server.ScriptTimeout=2700
In IIS -> ASP Script time out = 900
Session time out - 20 minutes Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Why does typeof(System.UIntPtr).IsPrimitive return 'true'? Why does typeof(System.UIntPtr).IsPrimitive return 'true'
MSDN says:
Property Value true if the Type is one of the primitive types; otherwise, false. Remarks The primitive types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, IntPtr, Char, Double, and Single.
No UIntPtr here... Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Should webservice return custom entity or dataset (Consider performance) Guys can someone advise on this ..
1] My datasource is an array provided by an external component
2] I'll be formatting this array and exposing it to the enterprise as an asp.net 2.0 webservice 3] The client consuming this webservice is also a .net 2.0 application, maybe after a year there may a java application which would also want to consume this webservice.
My doubts:
1] I can format the array into either business entities or dataset. Should I return custom entities or dataset considering : (a)I want performance and (b)The client is also a .net application.
2] Will the custom entities be lightweight on the network as compared to the dataset
3] Will there be more overhead on the server in creating custom entities or datsets from the array
later on when the Java client comes into the picture I can serialize the dataset/custom entity to the standard Xml format. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
.NET MIDI support? (mods, feel free to move this to the proper forum if this isn't the right place)
I'm interested in writing a MIDI composer program, but I'm not sure what sorts of libraries .NET has to utilize MIDI technology - does .NET have any detailed MIDI libraries that can be utilized for composing and playback Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Network file transfer Hi, I'm creating a simple chat program. The two instances of the program share a copy of the file located on the computer. This file stores the conversation. Since using this on one computer isnt very usefull, I was wondering how it is possible to transfer data over the network back and fourth, either through a file or directly between programs. Whatever is simpler. Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Generating proxy classes to individual files? I have 6 separate wsdl files which represent various HL7 v3 interactions. Each of these wsdl files declare the same base HL7 v3 data types. Each wsdl is about 350K in size. I have used Thinktecture's WSCF v0.6 tool to generate a separate class file for each data type (class). I have some minor problems using WSCF, so I was wanting to do the same thing using the standard .NET framework tools, i.e., wsdl.exe or wsewsdl3.exe. Unless I have missed something obvious, I cannot find a way of doing the same thing using wsdl.exe or wsewsdl3.exe.
A couple of notes to assist in your answer:
I am not the maintainer of the wsdl, so changing the source wsdl is out of the question
There are 348 generated classes (1.5MB of C#) in all of the wsdl files, at least 1/2 of these classes are shared between all of the wsdl files.
I need to add some additional constructors, methods and properties to other partial class declarations. I do not want to duplicate this code for each wsdl file. Currently, I have 25 classes that I need to enhance in this way.
.NET Framework 2.0
Generating each wsdl file will overwrite any existing class file as they are all the same types. For example, HL7 v3 defines a data type II (two 'i's) which represents an identifier. Each wsdl file contains the exact same definition for the complex type II. For each wsdl file, it should generate a file II.cs which regardless of the wsdl, the generated file will be identical.
Is there a way to use the standard .NET framework tools to generate individual class files for each type defined in them
Thanks,
Phil Bolduc Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
Error getting output from Webservice that uses SoapExtension I'm getting the following error (eg 1) while invoking a webmethod that uses SoapExtension. I could trace into the ProcessMessage function (example - http://msdn.microsoft.com/msdnmag/issues/03/03/WebServices/ ) and the appOutputStream contains data, but is generating the error below. I've written the appOutputstream before copying to file attached below (eg 2). Can someone please help me in investigating and fixing this
*******************************************************************************************************************************************
(Eg 1)
*******************************************************************************************************************************************
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at System.Xml.XmlDocument.set_InnerXml(String value) at WebServiceStudio.MessageTracer.ReadMessage(Stream from, Int32 len, String contentType) at WebServiceStudio.WSSWebResponse.DumpResponse(WebResponse response) at WebServiceStudio.WSSWebResponse.DumpResponse() at WebServiceStudio.WSSWebRequest.GetResponse() at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Generic.GetDisabilityList(String& DisabilityID, String& DisabilityDescription) --- End of inner exception stack trace --- at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at WebServiceStudio.MainForm.InvokeWebMethod() at WebServiceStudio.MainForm.buttonInvoke_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- WebServiceStudio Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Downloads/Webservice%20Testing/WebserviceStudio20/bin/WebServiceStudio.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ovy05xmi Assembly Version: 0.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Web.Services Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Design Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll ---------------------------------------- 6ln1s2ql Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/p1040485/Local%20Settings/Temp/6ln1s2ql.dll ---------------------------------------- wpr1dac_ Assembly Version: 0.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- wseext Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Downloads/Webservice%20Testing/WebserviceStudio20/bin/WSEExt.DLL ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- swmhadx_ Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/p1040485/Local%20Settings/Temp/swmhadx_.dll ---------------------------------------- xnbhuvs4 Assembly Version: 0.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
*******************************************************************************************************************************************
(Eg 2)
*******************************************************************************************************************************************
<soap: Envelope xmlns oap=" http://schemas.xmlsoap.org/soap/envelope/">
<soap: Body>
<ns: GetDisabilityResponse xmlns: ns="urn:http://ws.artech.co.uk/WebServices/Generic">
<ns: DisabilityDetail><ns isabilityID>30</ns: DisabilityID>
<ns: DisabilityDescription>Not Stated</ns: DisabilityDescription>
</ns: DisabilityDetail>
<ns: DisabilityDetail>
<ns: DisabilityID>31</ns: DisabilityID>
<ns: DisabilityDescription>Yes</ns: DisabilityDescription>
</ns: DisabilityDetail>
<ns: DisabilityDetail>
<ns: DisabilityID>32</ns: DisabilityID>
<ns: DisabilityDescription>No</ns: DisabilityDescription>
</ns: DisabilityDetail>
</ns: GetDisabilityResponse>
</soap: Body>
</soap: Envelope> Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
how to use a column in sql data source i have a sql data source connected
how to i display 1of the column's value into a web control text box
or should i use other object to accomplish this
thanks & regards,
J.Lee Tag: .NET Framework Networking and Communication internetconnection using C# .NET Development
sy_mbm
hi
how i can measure speed of internet connection using c#