| Thread | Last Post | Replies |
|
| XmlUrlResolver & document() | 03 May 2005 09:13 GMT | 6 |
I try to use document() function in XSLT, but looks like .Net XSLT parser don't try to resolve external URL. Does any body know what can be wrong here : =================C#=========================public class XmlUrlResolverExt:XmlUrlResolver { private static readonly ILog log = ...
|
| "Not Responding" Message in Windows Form Application | 03 May 2005 02:10 GMT | 2 |
When there is a statement in a windows form application which is executing in an infinite loop, the name of the form will show "Not Responding". How does .NET determine if the application is in an unstable state? I wonder if WMI is the right way to track the application? If so, ...
|
| How can I select ALL items in the listbox at runtime | 02 May 2005 20:11 GMT | 1 |
I have used the following code, but I can't find how to get the SetSelection property to select the items in the listbox (lstTeams). I'm using C#. When the checkbox is selected, I want to select all items in lstTeams (90 items) so the user doesn't have to manually select each ...
|
| Gen Question - Verify Web Page | 02 May 2005 19:10 GMT | 2 |
I've written a quick .net based intranet utility that checks server status and app status. I need to make sure a web server is up and running. My idea is to request a web page and load it into a buffer. If an exception occurs, something's
|
| Make hyperlink from a plain text | 02 May 2005 18:57 GMT | 4 |
Can ahyone tell me how cand i make a plain text written in a messagebox: "http://mail.yahoo.com" to look like a hyperlink a when a user clocks on it to be redirected to this link?
|
| WSAENOBUFS - possible causes | 02 May 2005 18:45 GMT | 2 |
My application, which uses TCP sockets, received the WSAENOBUFS error (An operation on a socket could not be performed because the system lacked sufficient buffer space or because a qeue was full.) This occurred while trying to do an asynchronous send.
|
| Impersonate in winforms | 02 May 2005 17:15 GMT | 3 |
I am using VB.NET winforms application and want to use impersonation. This is my app.config file. <?xml version="1.0" encoding="utf-8"?> <configuration>
|
| Exporting/Importing SSL Certificates in IIS with Private Key | 02 May 2005 15:55 GMT | 1 |
Is there any way in .NET using CSharp or VB.Net to export and import SSL Certificates to/from IIS along with the private key? Can anyone provide any examples? -Walt Zydhek
|
| what is proper page navigation to go back to yourself? | 02 May 2005 15:27 GMT | 4 |
I'm creating a webpage to send an email, but I'm having a problem with page navigation, data entry and the validators. :< I cannot seem to get it right with the IsPostBack property I think. When I goto my page (http://www.pchenry.com/LaunchExtendedUrls/), enter in
|
| ThreadPool - why no SetMaxThreads? | 02 May 2005 13:36 GMT | 7 |
Hi... I know this will seem like a picayune question, but why is there a SetMinThreads but no SetMaxThreads on the ThreadPool class? Thanks
|
| knowing the interfaces that an object implements | 02 May 2005 12:49 GMT | 16 |
i have a function that accepts Object as an argument.Depending on whether the passed object implements Idisposable , i want to call dispose on that object. How can i check whether this object implements Idisposable ?
|
| 2.0 availablity? | 02 May 2005 04:45 GMT | 6 |
I'm about to start some development whose 1st basic release might be around july. I was wondering about using .NET 2.0, is it likely to be available as a final release at that time (begining of july)?
|
| STAThrea | 01 May 2005 20:22 GMT | 2 |
I just tried to compile an 'old' .net framework 1.1 application with vs2005 - and suddenly the code throws some error in runtime: ThreadStateException: Current thread must set to single thread apartment (STA) mode before OLE
|
| webservice failure | 01 May 2005 17:30 GMT | 2 |
Hi again, I tried to declare the following function on my webservice <WebMethod()> Public Sub mytestfunc() as Object() return myarraylist.ToArray() 'myarraylist is of type ArrayList
|
| [newbie] webservice questions | 01 May 2005 06:08 GMT | 1 |
I'm new to .net webservices (esp. with .net framework 2.0) and I have these questions - perhaps one of the gurus in here could give me some hints... - I just created a WebMethod() that shall return a value of type ArrayList. But when I try to call the webmethod in my client - the ...
|