| Multi-Threading with XmlDocuments... (deadline tomorow...ahhhh!) (2 replies) |
| microsoft.public.dotnet.academic |
| Hi all. sorry for freaking out a bit, but I'm round and round in circles on this one.. I have an XML File that holds a list of to do list for multiple sources... todo a action.../ action.../ /a b action.../ action.../ /b /todo I process the todo list of each source (a and b) in two different threads. reason being If one source (server) hangs on one to do action.. I want the other server to go on w... |
|
| Convert DataSet(or DataTable) into DataReader (3 replies) |
| microsoft.public.dotnet.academic |
| Hi, I found a way how to Convert DataReader into DataSet(or DataTable), now I need to do this operation backwars, another words I need to convert DataSet(or DataTable) into DataReader(SqlDataReader). I found it much harder task. Is there a way to acomplish that? Code sample would be great. Thanks a lot in advance, Alex |
|
| Passing arguments to Web Service from Win application (3 replies) |
| microsoft.public.dotnet.academic |
| Hello, Need your help again, guys. I'm not exactly too sure what I need, but I'll try to word it out. Anyway, I have a Win app that has a Login form. On that Login form I have 4 textboxes, that capture data from Users UserName, Password, ServerName, DataBaseName. That Win app consumes a Web Service running on a WebServer. When Win app issues a call to WebService through proxyObj.WebMethod(), I pas... |
|
| Name of the function (4 replies) |
| microsoft.public.dotnet.academic |
| Is there a way to get the name of the current function within the function itself ? Function XYZ (byval a, byval b) Const MethodName As String "XY2" Catch ex as exeption Throw New Exception(ClassName & "." & MethodName & " " & ex.Message) End try End Functoin |
|
| Managed classes? (4 replies) |
| microsoft.public.dotnet.academic |
| is the .NET managed classes are wrapper's to some native classes ??? Thanx Alot!!! |
|
| How to debug a system service? (2 replies) |
| microsoft.public.dotnet.academic |
| Hi! I have a system service written in C#. I want to attach a debugger to it during execution. I am aware of the possibility to attach to process from Debug|Processes in the VS.NET IDE and from the Task Manager, but I would like to debug some code in the beginning of program execution. In native application, I would use some kind of macro, like ASSERT, which calls asm (int 3), which would raise a ... |
|
| SmtpMail.Send() (2 replies) |
| microsoft.public.dotnet.academic |
| did anyone play around with SmtpMail.Send method? .. can I insert a collection of MailMessage objects and have it send? .. or should I just do a foreach .. I want to send in bulk .. so I don't want to wait for each.. should I just shoot a new thread for each? .. Eyal. |
|