Net Framework SDK Installation issues
Wed, 7 Dec 2005 06:26:06 -0800
Hope, somebody is able to give me some advice:
I tried to install Duwamish 7.0 for some testing. The installation failed
with a message, that I have to install .Net Framework SDV v1.0 3705 although
I have v1.1 already installed and available on the machine. ...
|
Uninstall .NET Framework 1.1
Tue, 6 Dec 2005 11:29:31 -0800
I can't seem to uninstall the .net framework 1.1 and I can't install the
framework SDK because an error message says I am still installing the
framework. I keep getting asked for a tmp file that I don't have and can't
seem to get past this. I don't know if this is the correct place to ask this
question a ...
|
Crainiate.ERM.Shape multi-threading
Fri, 02 Dec 2005 16:49:45 -0500
if not appropriate newsgroup, let me know the appropriate one to send this to.
UI thread (UT) creates Crainiate.ERM.Shape with annotation that is an int.
A background thread (BT) changes the int and redraws the shape.
How should the BT, instead, notify the UT to redraw the shape?
Code snippet follows at the ...
|
Specified version of .NET Framework
Thu, 1 Dec 2005 18:33:34 +0700
If we installed 2 version of .NET Framework (1.1 and 2.0) in the same
machine, how can I config my application or website to use the specified
version of framework?
And how can I know the default version of framework that is using as a
default?
...
|
Bluetooth samples on wince
Tue, 29 Nov 2005 15:21:01 +0100
Hi!!
Can any one have the sample application that will communicate using
sockets over bluetooth in wince i.e evc++ 4.0.............
I tried with the one which is in douglas boling......but they are
giving linking errors........
Regards,
Iliyas
--
ipr
---------------------------------------------------- ...
|
HttpWebRequest Host header
Thu, 24 Nov 2005 08:33:05 -0800
Hi,
I use HttpWebRequest to send http requests. I use http version 1.0.
The problem is that for each http 1.0 request the framework automatically
adds the "Host" header. This header is a must for http 1.1 but NOT for http
1.0 (rfc 1945)! I need to send a http 1.0 request without this header. I
tried to del ...
|
Block and delete file
Thu, 24 Nov 2005 20:21:13 +0900
Hi All,
I need to block the file for some time for preventing
from reading and writing by another processes, then delete it
without unblocking.
How to do this?
Aleksey. ...
|
|
|
Serialization Problem to the extended attribute of a file.
Wed, 23 Nov 2005 10:44:05 -0600
I am having problems with the following method in a Serializable class:
public void SaveMap() {
// Three different ways to open a file
// a) With a handle to an extended attribute on file m_Path (Which is a directory)
// b) With a handle to a file in the directory m_Path
// c) Opened fr ...
|
bidi support?
Tue, 22 Nov 2005 22:00:03 -0800
Hi;
What .net class has the same functionality as java.text.Bidi? (This is a
class for handling bi-directional text - Hebrew & Arabic.)
All I need is the ability to give a method a string and find where the
string changes direction.
--
thanks - dave ...
|
Advanced samples (lack of)
Sat, 19 Nov 2005 04:25:45 +0100
I've installed SDK 2 but I'm missing some advanced samples
for academic use. I remember there was a sample project
in older SDKs for implementing a sample language under
..NET incl. parser/lexer etc. Is this not avail in SDK 2 ?
...
|