| Thread | Last Post | Replies |
|
| Remote desktop connection failure | 06 Mar 2008 00:53 GMT | 3 |
every time i try to run the remote desktop connection i get a error message that states You cannot initiate a Remote Desktop Connection because the Windows logon software on the remote computer has been replaced by incompatible software
|
| 'is not a valid virtual path' - host header help | 05 Mar 2008 22:19 GMT | 10 |
i'm trying to setup a website on my local server when compiling it VS 2005 i get the error "is not a valid virtual path" from what i've read on the net, this is due to the fact that the site
|
| messagebox in class library? | 05 Mar 2008 22:05 GMT | 5 |
Hai, Is it possible to show the message box with in the class library ( in dll). If it is not possible means please give the reason.
|
| Passing a Generic as a Parameter | 05 Mar 2008 20:51 GMT | 2 |
This seems like something that should be possible, but I am having trouble setting up a function to accept a generic type as a parameter. A basic function that shows what I am trying to do: Public Class BaseRecord(Of T)
|
| Socket connection was forcibly closed by the remote host | 05 Mar 2008 18:28 GMT | 2 |
Hy everyone, I have a little problem doing socket-programming. I've made a console-application with a socket listening on a sertain port to accept connections from other clients.
|
| 1.1 install and 3.0 uninstall | 05 Mar 2008 16:09 GMT | 2 |
My computer runs Windows XP. I have a perpetual automatic update message for an Express Install. It is trying to install .NET Framework 1.1 Service Pack 1. It fails, says simply it was unable to install, and then goes back into the windows update queue. I have read on other ...
|
| DNS server override for application | 05 Mar 2008 14:38 GMT | 4 |
I've got an application that heavily uses .NET HTTP functions, that in turn use DNS resolves - I would like to make my application use specific DNS servers that happen to be more reliable in terms of resolves than average consumer grade network setup, the question is whether it is
|
| Downloading webpages programmatically | 05 Mar 2008 14:28 GMT | 7 |
I am in need of some code sample to download wepages using HttpRequest / HttpResponse classes from webpages where there is need to input some text (may username and password) and then click on a button (maybe submit), i am not intrested in using WebBrowser controls of .NET.
|
| Strange code in Queue class in .NET framework | 05 Mar 2008 09:57 GMT | 6 |
Hi folks, I had a look into the source code of the Enqueue(T item) method of the generic Queue class in the .NET framework. public void Enqueue(T item) {
|
| Int conversion | 05 Mar 2008 04:04 GMT | 6 |
Dim str As String Dim myParsedInt As Integer str = "3,3,4" myParsedInt = CInt(str)
|
| Working with 32-bit dll in VS2008 on Vista-64 | 05 Mar 2008 03:57 GMT | 7 |
I just upgraded my development machine to Vista 64-bit. I have been working on a solution which includes a third-party DLL which is 32-bit. When I access this DLL, I get the following message: ErrorDescription="Retrieving the COM class factory for component with CLSID ...
|
| y of baseline in millimeter | 05 Mar 2008 03:26 GMT | 1 |
I need a method to write a string on a graphics pretty similar to DrawString but instead of specifying the (x,y) of the upper left corner of the imaginary rectangle that surrounds the string, I would like to specify the (x, y) of the baseline of the first caracter.
|
| Getting CSharpCodeProvider to use .NET 3.5 | 05 Mar 2008 02:04 GMT | 2 |
I have a .NET 3.5 app (built using VS2008 RTM, no CTPs installed) that uses CSharpCodeProvider to compile some generated code that requires .NET 3.5. When I set the compiler's .NET version to 3.5 (per the MSDN example), I get a "csc.exe not found" exception thrown when I try to ...
|
| .NET framework availability stats | 05 Mar 2008 01:45 GMT | 3 |
Can you point me to the statistics about how many computers have particular version on .NET framework installed. I need to decide what version of .NET we can use for the desktop application so that we could minimize downloads of framework redists.
|
| GAC question: Will a newer version be used for an application? | 04 Mar 2008 23:23 GMT | 2 |
I found several articles about GAC, but none of them can answer my question (perhaps I am reading too fast :-)). Suppose I have an application that is built against a shared assembly version 1.0. That asembly is installed to GAC. Later a newer version of the
|