all groups > dotnet general > august 2003 > threads for sunday august 17
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 31
.Net Instalation on limited PC
Posted by Enric at 8/17/2003 11:34:10 PM
Dear friends,
I've got a problem with my development PC and can't
install .Net (files installation not found) Now, I want
to install .Net inside notebook's Toshiba with a hard
disk of 4 Gb, processor AMD 450 Mhz and 128 Mb RAM.
Is possible? Any person knows if all those is sufficient?
... more >>
Oracle OLE DB -- Error ORA-00911: invalid character
Posted by Barry Young at 8/17/2003 10:33:29 PM
I am using the following code to insert a row in an Oracle Database.
strConnection = "Provider=OraOLEDB.Oracle;Data Source=MYDATABASE;User
Id=SYSTEM;Password=******"
Dim strMessage As String
Dim objConnection As New OleDb.OleDbConnection(strConnection)
Dim objCommand As OleDb.OleDbComma... more >>
Internet Information Services Download info
Posted by Idris Farooqi at 8/17/2003 7:29:30 PM
Could anyone please tell me, where I can download the Internet Information
Services ( 5.0) from.
Apparently I'm supposed to have it on my WinXP, but I've checked and double
checked, and havent found it.
If anyone could suggest a possible solution?
Thanks
Idris
... more >>
how do you apply header refresh on XSL
Posted by ahakim99 NO[at]SPAM yahoo.com at 8/17/2003 3:46:26 PM
Hi I was wondering how you apply header referesh to an XSl sheet. I
want the generated html page to refresh. The following code doesnt
work.
<head>
<title>sample</title>
<xsl:attribute name ="http-equiv">Refresh</xsl:attribute>
<xsl:attribute name ="content">5</xsl:attribute>
</head> ... more >>
Data Type Conversion bug??
Posted by Randall Banning at 8/17/2003 2:24:58 PM
With VS2003 I get the following problem:
This works in C#...
{
ulong u=0xF070061073000000; <-no problem initializing variable to
this value
Console.WriteLine(u);
}
But this fails in VB.NET...
Dim u As UInt64 = Convert.ToUInt64(&HF070061073000000) <-Overflow error
here!
... more >>
Con't open Visual 200 project in visual 2003
Posted by robert at 8/17/2003 12:10:30 PM
Does anyone know why a vs 2000 project can't be opened in
vs 2003. Is there a fix out there somewhere?... more >>
Reporting with HTML field
Posted by Douglas Macnguyen at 8/17/2003 11:39:47 AM
I have a need to put user-generated HTML data in a report. I found out that
Crystal Report for VS.NET 2003 does not support HTML interpretation. Crystal
Report verion 9.0 does support HTML but only with a limited set of tags
(e.g. no images). Does anyone know of another report engine for the web ... more >>
IVR Applications.
Posted by Suhail A, Salman at 8/17/2003 10:59:01 AM
Dear All,
we are planning to build voice applications or "IVRs: Interactive Voice
Response applications" under .NET, any one knows what is the best technolohy
available, best means : cutting edge technology, standard, ..
and if you can help me with some tools that will be great..
th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|