473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

problem with using trace

TJS
How can I use trace.warn in a code class.

I set the calling aspx page with trace=true but get this error when I put a
trace.warn("hello") in my code class

------------------
System.NullReferenceException: Object reference not set to an instance of
an object.
Nov 18 '05 #1
13 1164
You really shouldn't use trace in a class definition. Instead, use it in
the application that uses the class.
"TJS" <no****@here.com> wrote in message
news:O5**************@TK2MSFTNGP10.phx.gbl...
How can I use trace.warn in a code class.

I set the calling aspx page with trace=true but get this error when I put
a trace.warn("hello") in my code class

------------------
System.NullReferenceException: Object reference not set to an instance of
an object.

Nov 18 '05 #2
TJS
The purpose is to debug, but trace seems useless here.
I don't see any way to trace private class function variables from the
calling page.

What I've done is return it from a session variable and that writes it to
the screen.

"Scott M." <s-***@nospam.nospam> wrote in message
news:Om***************@tk2msftngp13.phx.gbl...
You really shouldn't use trace in a class definition. Instead, use it in
the application that uses the class.
"TJS" <no****@here.com> wrote in message
news:O5**************@TK2MSFTNGP10.phx.gbl...
How can I use trace.warn in a code class.

I set the calling aspx page with trace=true but get this error when I put
a trace.warn("hello") in my code class

------------------
System.NullReferenceException: Object reference not set to an instance of
an object.


Nov 18 '05 #3
The particular feature you are talking about (trace) was created as a new
way to debug web forms. You can still use all the traditional debugging
(autos, locals, watches) techniques to debug classes.
"TJS" <no****@here.com> wrote in message
news:ec****************@TK2MSFTNGP11.phx.gbl...
The purpose is to debug, but trace seems useless here.
I don't see any way to trace private class function variables from the
calling page.

What I've done is return it from a session variable and that writes it to
the screen.

"Scott M." <s-***@nospam.nospam> wrote in message
news:Om***************@tk2msftngp13.phx.gbl...
You really shouldn't use trace in a class definition. Instead, use it in
the application that uses the class.
"TJS" <no****@here.com> wrote in message
news:O5**************@TK2MSFTNGP10.phx.gbl...
How can I use trace.warn in a code class.

I set the calling aspx page with trace=true but get this error when I
put a trace.warn("hello") in my code class

------------------
System.NullReferenceException: Object reference not set to an instance
of an object.



Nov 18 '05 #4
TJS
i don't have any of that...
"Scott M." <s-***@nospam.nospam> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
The particular feature you are talking about (trace) was created as a new
way to debug web forms. You can still use all the traditional debugging
(autos, locals, watches) techniques to debug classes.
"TJS" <no****@here.com> wrote in message
news:ec****************@TK2MSFTNGP11.phx.gbl...
The purpose is to debug, but trace seems useless here.
I don't see any way to trace private class function variables from the
calling page.

What I've done is return it from a session variable and that writes it to
the screen.

"Scott M." <s-***@nospam.nospam> wrote in message
news:Om***************@tk2msftngp13.phx.gbl...
You really shouldn't use trace in a class definition. Instead, use it
in the application that uses the class.
"TJS" <no****@here.com> wrote in message
news:O5**************@TK2MSFTNGP10.phx.gbl...
How can I use trace.warn in a code class.

I set the calling aspx page with trace=true but get this error when I
put a trace.warn("hello") in my code class

------------------
System.NullReferenceException: Object reference not set to an instance
of an object.



Nov 18 '05 #5
Are you using Visual Studio.NET?

If so, you do have those things. If not, you may want to get it.

"TJS" <no****@here.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
i don't have any of that...
"Scott M." <s-***@nospam.nospam> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
The particular feature you are talking about (trace) was created as a new
way to debug web forms. You can still use all the traditional debugging
(autos, locals, watches) techniques to debug classes.
"TJS" <no****@here.com> wrote in message
news:ec****************@TK2MSFTNGP11.phx.gbl...
The purpose is to debug, but trace seems useless here.
I don't see any way to trace private class function variables from the
calling page.

What I've done is return it from a session variable and that writes it
to the screen.

"Scott M." <s-***@nospam.nospam> wrote in message
news:Om***************@tk2msftngp13.phx.gbl...
You really shouldn't use trace in a class definition. Instead, use it
in the application that uses the class.
"TJS" <no****@here.com> wrote in message
news:O5**************@TK2MSFTNGP10.phx.gbl...
> How can I use trace.warn in a code class.
>
> I set the calling aspx page with trace=true but get this error when I
> put a trace.warn("hello") in my code class
>
> ------------------
> System.NullReferenceException: Object reference not set to an instance
> of an object.
>



Nov 18 '05 #6
TJS
The price is too high...
"Scott M." <s-***@nospam.nospam> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Are you using Visual Studio.NET?

If so, you do have those things. If not, you may want to get it.

"TJS" <no****@here.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
i don't have any of that...
"Scott M." <s-***@nospam.nospam> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
The particular feature you are talking about (trace) was created as a
new way to debug web forms. You can still use all the traditional
debugging (autos, locals, watches) techniques to debug classes.
"TJS" <no****@here.com> wrote in message
news:ec****************@TK2MSFTNGP11.phx.gbl...
The purpose is to debug, but trace seems useless here.
I don't see any way to trace private class function variables from the
calling page.

What I've done is return it from a session variable and that writes it
to the screen.

"Scott M." <s-***@nospam.nospam> wrote in message
news:Om***************@tk2msftngp13.phx.gbl...
> You really shouldn't use trace in a class definition. Instead, use it
> in the application that uses the class.
>
>
> "TJS" <no****@here.com> wrote in message
> news:O5**************@TK2MSFTNGP10.phx.gbl...
>> How can I use trace.warn in a code class.
>>
>> I set the calling aspx page with trace=true but get this error when I
>> put a trace.warn("hello") in my code class
>>
>> ------------------
>> System.NullReferenceException: Object reference not set to an
>> instance of an object.
>>
>
>



Nov 18 '05 #7
I agree it's not cheap but that's why it costs more, you get more.
"TJS" <no****@here.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
The price is too high...
"Scott M." <s-***@nospam.nospam> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Are you using Visual Studio.NET?

If so, you do have those things. If not, you may want to get it.

"TJS" <no****@here.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
i don't have any of that...
"Scott M." <s-***@nospam.nospam> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
The particular feature you are talking about (trace) was created as a
new way to debug web forms. You can still use all the traditional
debugging (autos, locals, watches) techniques to debug classes.
"TJS" <no****@here.com> wrote in message
news:ec****************@TK2MSFTNGP11.phx.gbl...
> The purpose is to debug, but trace seems useless here.
> I don't see any way to trace private class function variables from the
> calling page.
>
> What I've done is return it from a session variable and that writes it
> to the screen.
>
>
>
> "Scott M." <s-***@nospam.nospam> wrote in message
> news:Om***************@tk2msftngp13.phx.gbl...
>> You really shouldn't use trace in a class definition. Instead, use
>> it in the application that uses the class.
>>
>>
>> "TJS" <no****@here.com> wrote in message
>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>> How can I use trace.warn in a code class.
>>>
>>> I set the calling aspx page with trace=true but get this error when
>>> I put a trace.warn("hello") in my code class
>>>
>>> ------------------
>>> System.NullReferenceException: Object reference not set to an
>>> instance of an object.
>>>
>>
>>
>
>



Nov 18 '05 #8
TJS
Most of it is for desktop development .
The price seems too high for only asp development.
"Scott M." <s-***@nospam.nospam> wrote in message
news:uR**************@TK2MSFTNGP09.phx.gbl...
I agree it's not cheap but that's why it costs more, you get more.
"TJS" <no****@here.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
The price is too high...
"Scott M." <s-***@nospam.nospam> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Are you using Visual Studio.NET?

If so, you do have those things. If not, you may want to get it.

"TJS" <no****@here.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
i don't have any of that...
"Scott M." <s-***@nospam.nospam> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
> The particular feature you are talking about (trace) was created as a
> new way to debug web forms. You can still use all the traditional
> debugging (autos, locals, watches) techniques to debug classes.
>
>
> "TJS" <no****@here.com> wrote in message
> news:ec****************@TK2MSFTNGP11.phx.gbl...
>> The purpose is to debug, but trace seems useless here.
>> I don't see any way to trace private class function variables from
>> the calling page.
>>
>> What I've done is return it from a session variable and that writes
>> it to the screen.
>>
>>
>>
>> "Scott M." <s-***@nospam.nospam> wrote in message
>> news:Om***************@tk2msftngp13.phx.gbl...
>>> You really shouldn't use trace in a class definition. Instead, use
>>> it in the application that uses the class.
>>>
>>>
>>> "TJS" <no****@here.com> wrote in message
>>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>>> How can I use trace.warn in a code class.
>>>>
>>>> I set the calling aspx page with trace=true but get this error when
>>>> I put a trace.warn("hello") in my code class
>>>>
>>>> ------------------
>>>> System.NullReferenceException: Object reference not set to an
>>>> instance of an object.
>>>>
>>>
>>>
>>
>>
>
>



Nov 18 '05 #9
I don't know what you mean by that. VS.NET is for client apps, web apps,
web services, class libraries, windows services, etc.

..NET doesn't limit what kind of app you can make and VS.NET lets you build
anything the .NET Framework provides for.
"TJS" <no****@here.com> wrote in message
news:u0**************@TK2MSFTNGP12.phx.gbl...
Most of it is for desktop development .
The price seems too high for only asp development.
"Scott M." <s-***@nospam.nospam> wrote in message
news:uR**************@TK2MSFTNGP09.phx.gbl...
I agree it's not cheap but that's why it costs more, you get more.
"TJS" <no****@here.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
The price is too high...
"Scott M." <s-***@nospam.nospam> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Are you using Visual Studio.NET?

If so, you do have those things. If not, you may want to get it.

"TJS" <no****@here.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
>i don't have any of that...
>
>
> "Scott M." <s-***@nospam.nospam> wrote in message
> news:es**************@TK2MSFTNGP14.phx.gbl...
>> The particular feature you are talking about (trace) was created as a
>> new way to debug web forms. You can still use all the traditional
>> debugging (autos, locals, watches) techniques to debug classes.
>>
>>
>> "TJS" <no****@here.com> wrote in message
>> news:ec****************@TK2MSFTNGP11.phx.gbl...
>>> The purpose is to debug, but trace seems useless here.
>>> I don't see any way to trace private class function variables from
>>> the calling page.
>>>
>>> What I've done is return it from a session variable and that writes
>>> it to the screen.
>>>
>>>
>>>
>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>> news:Om***************@tk2msftngp13.phx.gbl...
>>>> You really shouldn't use trace in a class definition. Instead, use
>>>> it in the application that uses the class.
>>>>
>>>>
>>>> "TJS" <no****@here.com> wrote in message
>>>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>>>> How can I use trace.warn in a code class.
>>>>>
>>>>> I set the calling aspx page with trace=true but get this error
>>>>> when I put a trace.warn("hello") in my code class
>>>>>
>>>>> ------------------
>>>>> System.NullReferenceException: Object reference not set to an
>>>>> instance of an object.
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Nov 18 '05 #10
TJS
yes, that's the reason it is too high a price . It's a "one size shoe fits
all" and all I need is an ASP development tool

"Scott M." <s-***@nospam.nospam> wrote in message
news:eC**************@tk2msftngp13.phx.gbl...
I don't know what you mean by that. VS.NET is for client apps, web apps,
web services, class libraries, windows services, etc.

.NET doesn't limit what kind of app you can make and VS.NET lets you build
anything the .NET Framework provides for.
"TJS" <no****@here.com> wrote in message
news:u0**************@TK2MSFTNGP12.phx.gbl...
Most of it is for desktop development .
The price seems too high for only asp development.
"Scott M." <s-***@nospam.nospam> wrote in message
news:uR**************@TK2MSFTNGP09.phx.gbl...
I agree it's not cheap but that's why it costs more, you get more.
"TJS" <no****@here.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
The price is too high...
"Scott M." <s-***@nospam.nospam> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
> Are you using Visual Studio.NET?
>
> If so, you do have those things. If not, you may want to get it.
>
> "TJS" <no****@here.com> wrote in message
> news:u7**************@TK2MSFTNGP11.phx.gbl...
>>i don't have any of that...
>>
>>
>> "Scott M." <s-***@nospam.nospam> wrote in message
>> news:es**************@TK2MSFTNGP14.phx.gbl...
>>> The particular feature you are talking about (trace) was created as
>>> a new way to debug web forms. You can still use all the traditional
>>> debugging (autos, locals, watches) techniques to debug classes.
>>>
>>>
>>> "TJS" <no****@here.com> wrote in message
>>> news:ec****************@TK2MSFTNGP11.phx.gbl...
>>>> The purpose is to debug, but trace seems useless here.
>>>> I don't see any way to trace private class function variables from
>>>> the calling page.
>>>>
>>>> What I've done is return it from a session variable and that writes
>>>> it to the screen.
>>>>
>>>>
>>>>
>>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>>> news:Om***************@tk2msftngp13.phx.gbl...
>>>>> You really shouldn't use trace in a class definition. Instead,
>>>>> use it in the application that uses the class.
>>>>>
>>>>>
>>>>> "TJS" <no****@here.com> wrote in message
>>>>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>>>>> How can I use trace.warn in a code class.
>>>>>>
>>>>>> I set the calling aspx page with trace=true but get this error
>>>>>> when I put a trace.warn("hello") in my code class
>>>>>>
>>>>>> ------------------
>>>>>> System.NullReferenceException: Object reference not set to an
>>>>>> instance of an object.
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Nov 18 '05 #11
I don't know if I agree with that assessment, but have you tried the FREE
WebMatrix tool, available at ASP.NET?

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
yes, that's the reason it is too high a price . It's a "one size shoe
fits all" and all I need is an ASP development tool

"Scott M." <s-***@nospam.nospam> wrote in message
news:eC**************@tk2msftngp13.phx.gbl...
I don't know what you mean by that. VS.NET is for client apps, web apps,
web services, class libraries, windows services, etc.

.NET doesn't limit what kind of app you can make and VS.NET lets you
build anything the .NET Framework provides for.
"TJS" <no****@here.com> wrote in message
news:u0**************@TK2MSFTNGP12.phx.gbl...
Most of it is for desktop development .
The price seems too high for only asp development.
"Scott M." <s-***@nospam.nospam> wrote in message
news:uR**************@TK2MSFTNGP09.phx.gbl...
I agree it's not cheap but that's why it costs more, you get more.
"TJS" <no****@here.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
> The price is too high...
>
>
> "Scott M." <s-***@nospam.nospam> wrote in message
> news:ex**************@tk2msftngp13.phx.gbl...
>> Are you using Visual Studio.NET?
>>
>> If so, you do have those things. If not, you may want to get it.
>>
>> "TJS" <no****@here.com> wrote in message
>> news:u7**************@TK2MSFTNGP11.phx.gbl...
>>>i don't have any of that...
>>>
>>>
>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>> news:es**************@TK2MSFTNGP14.phx.gbl...
>>>> The particular feature you are talking about (trace) was created as
>>>> a new way to debug web forms. You can still use all the
>>>> traditional debugging (autos, locals, watches) techniques to debug
>>>> classes.
>>>>
>>>>
>>>> "TJS" <no****@here.com> wrote in message
>>>> news:ec****************@TK2MSFTNGP11.phx.gbl...
>>>>> The purpose is to debug, but trace seems useless here.
>>>>> I don't see any way to trace private class function variables from
>>>>> the calling page.
>>>>>
>>>>> What I've done is return it from a session variable and that
>>>>> writes it to the screen.
>>>>>
>>>>>
>>>>>
>>>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>>>> news:Om***************@tk2msftngp13.phx.gbl...
>>>>>> You really shouldn't use trace in a class definition. Instead,
>>>>>> use it in the application that uses the class.
>>>>>>
>>>>>>
>>>>>> "TJS" <no****@here.com> wrote in message
>>>>>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>>>>>> How can I use trace.warn in a code class.
>>>>>>>
>>>>>>> I set the calling aspx page with trace=true but get this error
>>>>>>> when I put a trace.warn("hello") in my code class
>>>>>>>
>>>>>>> ------------------
>>>>>>> System.NullReferenceException: Object reference not set to an
>>>>>>> instance of an object.
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Nov 18 '05 #12
TJS
I have WebMatrix , but it has no debugging features. Although it is a very
good tool , I find I always revert back to using Textpad for my development,
because WebMatrix alters my code without my consent.

I also have the DbgCLR.exe but that doesn't seem to work without VS, and it
has no help file.
Nov 18 '05 #13
TJS,

Did you know that there is the following as well:

Microsoft® Visual C#® .NET 2003 Standard Edition $109
Microsoft® Visual Basic® .NET 2003 Standard Edition $109
Microsoft® Visual C++® .NET 2003 Standard Edition $109

Microsoft Visual Studio 2003 has C/C++, C# and VB plus other tools depending
on the version you get, but you can just get the particular language that
you want.

Of course there's the Free WebMatrix tool that Scott mentioned from
www.asp.net that I've used as well.

One thing that I've always like about Microsoft's Visual tools is the
debugger. You want to debug your app and find the problems fast, purchasing
a Microsoft Visual Tool is your best bet.
Fixing problems or even understanding how ASP.NET works, going thru a
debugger is your best bet.
Adding Trace statements isn't the way to go.


"Scott M." <s-***@nospam.nospam> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I don't know if I agree with that assessment, but have you tried the FREE
WebMatrix tool, available at ASP.NET?

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
yes, that's the reason it is too high a price . It's a "one size shoe
fits all" and all I need is an ASP development tool

"Scott M." <s-***@nospam.nospam> wrote in message
news:eC**************@tk2msftngp13.phx.gbl...
I don't know what you mean by that. VS.NET is for client apps, web apps,web services, class libraries, windows services, etc.

.NET doesn't limit what kind of app you can make and VS.NET lets you
build anything the .NET Framework provides for.
"TJS" <no****@here.com> wrote in message
news:u0**************@TK2MSFTNGP12.phx.gbl...
Most of it is for desktop development .
The price seems too high for only asp development.
"Scott M." <s-***@nospam.nospam> wrote in message
news:uR**************@TK2MSFTNGP09.phx.gbl...
>I agree it's not cheap but that's why it costs more, you get more.
>
>
> "TJS" <no****@here.com> wrote in message
> news:eZ*************@TK2MSFTNGP12.phx.gbl...
>> The price is too high...
>>
>>
>> "Scott M." <s-***@nospam.nospam> wrote in message
>> news:ex**************@tk2msftngp13.phx.gbl...
>>> Are you using Visual Studio.NET?
>>>
>>> If so, you do have those things. If not, you may want to get it.
>>>
>>> "TJS" <no****@here.com> wrote in message
>>> news:u7**************@TK2MSFTNGP11.phx.gbl...
>>>>i don't have any of that...
>>>>
>>>>
>>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>>> news:es**************@TK2MSFTNGP14.phx.gbl...
>>>>> The particular feature you are talking about (trace) was created as>>>>> a new way to debug web forms. You can still use all the
>>>>> traditional debugging (autos, locals, watches) techniques to debug>>>>> classes.
>>>>>
>>>>>
>>>>> "TJS" <no****@here.com> wrote in message
>>>>> news:ec****************@TK2MSFTNGP11.phx.gbl...
>>>>>> The purpose is to debug, but trace seems useless here.
>>>>>> I don't see any way to trace private class function variables from>>>>>> the calling page.
>>>>>>
>>>>>> What I've done is return it from a session variable and that
>>>>>> writes it to the screen.
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Scott M." <s-***@nospam.nospam> wrote in message
>>>>>> news:Om***************@tk2msftngp13.phx.gbl...
>>>>>>> You really shouldn't use trace in a class definition. Instead,
>>>>>>> use it in the application that uses the class.
>>>>>>>
>>>>>>>
>>>>>>> "TJS" <no****@here.com> wrote in message
>>>>>>> news:O5**************@TK2MSFTNGP10.phx.gbl...
>>>>>>>> How can I use trace.warn in a code class.
>>>>>>>>
>>>>>>>> I set the calling aspx page with trace=true but get this error
>>>>>>>> when I put a trace.warn("hello") in my code class
>>>>>>>>
>>>>>>>> ------------------
>>>>>>>> System.NullReferenceException: Object reference not set to an
>>>>>>>> instance of an object.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Nov 18 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Yves Touze | last post by:
Hi All, I'm trying to migrate from SQL Server 7.0 to SQL Server 2000. I've got some ASP page which call VB components that retrieve shaped recordsets from SQL Server using the MSDATASHAPE...
0
by: john | last post by:
Hi,All Gurus: It is kind of complicated, please bear with me and let me know if you have any questions. Thanks a lot in advance. John I have a csharp method, using emit to dynamically generate...
3
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
20
by: Development - multi.art.studio | last post by:
Hello everyone, i just upgraded my old postgres-database from version 7.1 to 7.4.2. i dumped out my 7.1 database (with pg_dump from 7.1) as an sql-file with copy-commands and to one file using...
7
by: Nathan Sokalski | last post by:
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving,...
2
by: Albert | last post by:
Hi, I've recently had frustration experience using a certain web service provided by a known organization. In order to maybe get a response from the technical they want me to send them the XML...
5
by: weidongtom | last post by:
Hi, I tried to implement the Universal Machine as described in http://www.boundvariable.org/task.shtml, and I managed to get one implemented (After looking at what other's have done.) But when I...
1
by: WT | last post by:
Hello, My code is using a class inherited from TextWriterTraceLister, creating a new object on Application_Start and inserting it in the listeners collection. This has run for years,but on a...
2
by: Thomas Partsch | last post by:
Hi! I want to send a mail with the trace-information from the Global.asax.cs (Application specific error handling). I have no idea how to get this information. There is no sth. like...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.