all groups > dotnet general > march 2007 > threads for wednesday march 7
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
Problem with a web service
Posted by DLN at 3/7/2007 6:50:23 PM
Hello all,
I'm running into a problem with one of our site's production web
applications that was written in VB.net. The web app is running on
W2K3/IIS6 and up until this afternoon, was working just fine. The
application calls a web service that exists as an application under the main
a... more >>
Text editing annoyance
Posted by Flomo Togba Kwele at 3/7/2007 6:20:24 PM
For some reason, using Ctrl-leftarrow or Ctrl-rightarrow does not move the
cursor in VS2005. Opening the same VB file in Notepad, this function works by
skipping (or reverse skipping) to the next word.
Is this the way it's supposed to work, or have I mangled some option?
Thanks, Flomo... more >>
A design question about format provider
Posted by Nick nkw at 3/7/2007 3:06:41 PM
I am building an asp.net application. However, it had to use a lot of
Convert.ToDatetime or Parse. And I had a lot of the following code:
IFormatProvider provider = new
CultureInfo(ConfigurationManager.AppSettings.Get("culture"));
.... DateTime.Parse(lblDate.Text, provider)...
.... Conve... more >>
test
Posted by Mythran at 3/7/2007 2:54:26 PM
test, this newsgroup is specifically giving me an error when I try to
post...test
... more >>
Reporting Services Web Service Programming
Posted by A. Robinson at 3/7/2007 11:37:05 AM
I have been looking high and low and can't seem to find anything a little
more detailed on the whole RS utility.
What I'm looking for specifically is some type of programming reference.
Also, I created a new VB project in VS2005, but yet when I write any code,
Intellisense doesn't pick up a... more >>
.NET 3.0: looking for the most basic examples
Posted by Marco Shaw at 3/7/2007 11:07:37 AM
I'd like to see some basic examples of WCF, WWF, and WPF.
Anyone have any links they can provide? I'd like to demo them using Windows
PowerShell.
Marco
... more >>
setup project in VS 2003
Posted by John at 3/7/2007 10:30:16 AM
Should I post this message here or is there a different group.
Thanks
----------------------------------------------------------------
I created a setup project in VS 2003 to deploy a windows application.
I'm able to run that installer in any windows xp m/c, when I try to install
the setip ... more >>
Inserting rows into datagrids
Posted by J Streger at 3/7/2007 9:35:53 AM
I have 2 methods activated through a context menu that insert and delete rows
from the dataTable linked to a datagrid.
I can delete rows the selected row with no problems, but when I try to use
the insertat method of the dataTable class the row is inserted at the bottom
of the datagrid. I r... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Trojans and Reinstalling
Posted by Andy at 3/7/2007 2:29:25 AM
i got given a computer, after 12 months and many downloads my kids have
mananged to get a trojan on it. i have tried doing what my knowledge will let
me do, with no success. it has taken away dll files and every time i try
something i get a message up telling me i can't go any further. it has ... more >>
RE: 0x0074006e. The memory could not be read
Posted by Ana at 3/7/2007 1:33:02 AM
Hello there,
I have a Windows XP with SP2 installation, I recently installed the
following software on the machine (Ms SQL 2005, .NET Framework 2.0 and
asp.net 2.0). On my laptop when
shutting down I get the following error message;
"The instruction at 0x0074006e referred memory at 0x00... more >>
Eclipse
Posted by John Bailo at 3/7/2007 12:19:14 AM
Can I use Eclipse to program c#.net 2.0?... more >>
"an existing connection was forcibly closed by the remote host"
Posted by Jim Hubbard at 3/7/2007 12:00:00 AM
We are using a .Net 2.0 app that connects to a SQL 2005 Express DB and we
keep getting this message on the clients.
Has anyone seen this error or a solution to it?
... more >>
|