all groups > dotnet general > june 2004 > threads for friday june 4
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
ADO.NET - rows less than total rowcount
Posted by Papri Chakravorty at 6/4/2004 8:06:04 PM
hello
i have been trying to connect to a table
an error keeps coming up in html that the total rows is less than total row count
also an error in the datagrid, that the index number is not same as a non-negative count
hence a run time erro comes up
any help will be appreciated
thanks Papri... more >>
Help, .NET doubts.....
Posted by MS at 6/4/2004 5:51:51 PM
I have client sever application my client is windows based thin application
and server has webService running. Right now Server serialized the data to
the client using "XMLSerialization" form data Size is around 100 MB, I
understand if we serialized the data using "Binary Serialization" form
... more >>
Multiple Instances of Windows Services
Posted by Vlad at 6/4/2004 5:04:45 PM
Is there any way to install multiple instances of the same windows service
designed with VS.NET 2003? I tried copying the binaries into a separate
folder and then copying registry entries for the original service under a
new name but the SCM complains that the executable does not have this
serv... more >>
Dataset.Merge - troubles
Posted by Scott.Dismukes NO[at]SPAM hp-dot-com.no-spam.invalid at 6/4/2004 4:36:22 PM
I'm trying to load an xml file into a dataset, then load the same xml
file with a slight change into a second dataset, then do a merge to
see what changed between datasets.
DataSet xmlDataSet = new DataSet("Original");
xmlDataSet.ReadXml("C:\\temp\\a.xml");
xmlDataSet.AcceptChanges();
Pr... more >>
.NET Application Updater Component: how to handle an OCX?
Posted by DraguVaso at 6/4/2004 3:29:36 PM
Hi,
I have an VB.NET application that uses an OCX for some control. I integrated
the application with the .NET Application Updater Component
(http://windowsforms.net/articles/appupdater.aspx) to copy automaticly new
versions of the application to the clients.
The problem is: it copies the O... more >>
Applying certificates on web service
Posted by Ralph Jones at 6/4/2004 2:01:06 PM
Hi
I just wrote my first web service and now I want to enable security for both server and client. That's why I decided to use X509- Certificates on both server and client, so that every data that is send/received between both is encrypted and signed to keep hackers away
Now, the problem is, that ... more >>
Problems with the display of the tabs in my customized TabControl
Posted by Paiam Salavati at 6/4/2004 1:52:39 PM
I want to change the the color of the tabs and the color of TabControl
itself in a TabControl. Therefore I wrote the following code in my
customized TabControl-class:
this.DrawMode = TabDrawMode.OwnerDrawFixed;
protected override void OnDrawItem(DrawItemEventArgs e)
{
e.Graphics.FillRe... more >>
Custom actions in deployment project
Posted by Jonas Bergman at 6/4/2004 12:53:35 PM
After installation, I want to share one of the folders.
First of all, I don´t know how to perform sharing programmatically in a good
way, right now I have a small C#-program that calls "NET.EXE SHARE".
Everything works now, the program is run after the installation.
But I don´t want the prog... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Possible to pass a struct from asp.net CodeBehind Page into a component method?
Posted by int at 6/4/2004 12:45:58 PM
I have a code behind page that uses a struct that's declared inside of it in
order to pass information between the methods that are also defined inside
the code behind page.
However, I want to pass this struct by reference into a separate component's
method.
Is this possible? will I have t... more >>
How to get my assembly into the .NET component list in "Add Reference" dialog?
Posted by Maksim Chepel at 6/4/2004 12:10:03 PM
Just what the subject says.
Thanks a lot!
... more >>
Collection and synchronisation.
Posted by wesley at 6/4/2004 12:09:06 PM
Hi List,
I have a question on collection synchronisation. For example I have an
ArrayList called myList and the code is like this:
lock (myList.SyncRoot)
{
// do update on myList
Monitor.PulseAll(myList.SyncRoot);
}
Question, do I need to do Monitor.PulseAll() in here? Because ... more >>
Does anyone know how to show the VS.NET statusbar?
Posted by John Galt at 6/4/2004 12:08:11 PM
I noticed that the Visual Studio.NET statusbar on one of my development
machines has disappeared. I.e., the IDE statusbar, not the form control.
Does anyone know how to restore it? (It doesn't appear to be in
View/Toolbars.)
... more >>
New MSIL Newsgroup
Posted by Raymond Lewallen at 6/4/2004 11:43:47 AM
Microsoft,
Can I make a request for a newsgroup specific to MSIL? I have taken great
interest in MSIL and have done a lot of reading into MSIL, and written,
compiled and tested with success a few il programs. I'm sure this is a
topic of interest to many people, as it is at the heart of .Net.... more >>
Whidbey
Posted by Mike at 6/4/2004 11:42:15 AM
Hi,
Is it already possible to work on Whidbey. I have read that some =
Technology Preview programs exist, but I was not able to determine who =
has access to this program. When will a Beta version be available to =
anyone?
Thanks.
Mike... more >>
Interpreting a JAR-file in .NET
Posted by Einar Høst at 6/4/2004 11:29:40 AM
Hi,
I'm writing a C#.NET app that needs to extract some files that are packaged
as a JAR-file. I'd like to avoid having to install java on the (client)
machine. Therefore, I'm wondering: have any of you done this? How did you do
it? Sadly, SharpLibZip doesn't seem to support the JAR-format. Is... more >>
crl.thawte.com
Posted by Anthony Lacey at 6/4/2004 11:26:57 AM
Does anyone know why all my dotnet programs started trying to connect to
crl.thawte.com today? As soon as I launch any non-web application my
firewall alerts me to this connection attempt. Today is the first time I
have noticed it. Is this a "normal" thing.
Thanks,
Tony Lacey
... more >>
Processor serial number
Posted by Carlos Barini at 6/4/2004 8:31:50 AM
Is there a way to check the Processor Serial Number?
I know Pentium III have, but what other processors have it?
Carlos Barini
... more >>
Text to text matching software advice
Posted by burak.gunay NO[at]SPAM xpandcorp.com at 6/4/2004 7:29:12 AM
Hello,
I will be working on a .net project that will use the
words entered by the user to return related jobs.
The program will have to look at job titles and job
descriptions to determine if a job is related to the
keywords.
Do you know any text matching software that does
this?
Tha... more >>
Read data from database table row by row
Posted by Ester at 6/4/2004 4:06:02 AM
I would like to read data from a database table row by row and execute some codes based on the data retrieved from each row. For example, there are 4 fields on a table called Image_Tbl. Those fields are Image ID, Image Path Name, X-Coordinate, and Y-Coordinate. Data stored on the table will be
... more >>
|