Ask a Question related to ASP.NET General, Design and Development.
-
Kristofer Gafvert #1
It doesn't work on .Net 1.1
I have this code, that works in .Net Framework 1.0, but not on 1.1 where i
will run it on (Windows Server 2003):
foreach (DataTable mTable in ds.Tables)
foreach (DataRow mRow in mTable.Rows)
foreach (DataColumn mCol in mTable.Columns)
mRow[mCol] = mRow[mCol].ToString().Replace("[webApplicationRoot]",
webApplicationRoot);
It gives me the error:
System.FormatException: Input string was not in a correct format. at
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo
info) at System.String.System.IConvertible.ToInt32(IFormatP rovider provider)
at System.Convert.ToInt32(Object value) at
System.Data.Common.Int32Storage.Set(Int32 record, Object value) at
System.Data.DataColumn.set_Item(Int32 record, Object value)Couldn't store <>
in Parent Column. Expected type is Int32.
Please, can anyone help? I want to get this to work as fast as possible.
--
Regards,
Kristofer Gafvert
Reply only to newsgroup(s), if you by some reason must contact me, remember
to remove the "online" part of my address.
Kristofer Gafvert Guest
-
Can't get <img> to work in XML
I'm using PHP to grab info from a database and then spit out an XML file. I'm loading the XML file into my fla and having no problems getting the... -
Links don't work in Shockwave movie but work in p
Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had... -
F12 doesn't quite work
I press F12, and the page displays locally, but the included files (PHP) don't get included. I could've sworn it was working, once upon a time. Now,... -
Still trying to get a Mac to work with GPS
I am still trying to get a Mac to work with GPS. All of the leads so far suggested have not pointed me towards a soltion, allowing the use of a Mac... -
Net work set up
1)i have 2 computers both with a network card connected by cable. 2) when running main (internet)computer XP home o/s 2nd computer 98 o/s the 2...



Reply With Quote

