all groups > dotnet general > june 2005 > threads for sunday june 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Is this possible .Net 2.0?
Posted by Aaron at 6/26/2005 11:54:02 PM
I wrote a win app in .net 2.0 c#. I would like to demo this on my client's
machine but it is not possible to install the .net framework 2.0 beta on his
machine.
Is it possible to pick the nessesary dll assembly files and compile them
into my .exe file?
or is there another way to accomplish t... more >>
the objXMLSend in xmlhttp.Send(objXMLSend) is not send ....
Posted by NO[at]SPAM rpus at 6/26/2005 11:14:01 PM
I have the folloving function in vb .net:
Function SendXMLReq() As String
Dim returnval As String
Dim xmlhttp As Object = New MSXML2.ServerXMLHTTP
Dim objXMLSend = New MSXML2.DOMDocument
Dim allok As Boolean = False
objXMLSend.async = False
... more >>
Question on object instace & web service
Posted by Ravi at 6/26/2005 10:15:01 PM
Hi,
I have a (stupid) question on why web service class needs an instance.
Everybody knows its stateless then why cant it can be standardized that all
methos in web service class should be static. For eg I create an instance
websrv.
I have 2(set/get) methods and a private variable 'name... more >>
Is that a joke ?
Posted by Ted Nicols at 6/26/2005 8:36:28 PM
That's what I keep asking myself whenever develop in .NET. Is this a joke a
farse or just a bad dream?
..NET is slow, actually slow is just a polite word I can use in a newsgroup.
..NET is just a VM and as one it works very slowly, before and after JIT. I
don't understand why some peop... more >>
Beep
Posted by Paul DeWitt at 6/26/2005 4:16:05 PM
I am new to .net and C#. Is there a way to initiate a default beep sound
effect?
Thanks... more >>
enterprise library logging block
Posted by × ×™×¨×‘ at 6/26/2005 1:54:01 AM
Hi ,
We started to use the enterprise library logging block ( using the file sink
).
I wonder if there is any Rolling capability ? Means start new file when the
log file size is 10K or after 5 Days ? If it's exist , how can I define the
purging level ( keep last 5 log files )
... more >>
|