all groups > c# > april 2006 > threads for sunday april 2
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
System.Net.Sockets.Socket threw an exception
Posted by Aero at 4/2/2006 10:49:16 PM
Hi,
My window application written in C# is throwing following exception
while connecting to one FTP location
The type initializer for System.Net.Sockets.Socket threw an exception
This exe is working fine on staging environment, (Window 2003) but
after migrating to production environment (W... more >>
Expert assistance needed with Xo9 interoperability with IBM integration server via HTTP POst.(Urgent)
Posted by jens Jensen at 4/2/2006 10:36:47 PM
Hello,
I was given the task to build a .Net client that will talk to IBM
integration server via HTTP post.
The idea is that each http packet exchange should be authenticated via X09
"client authentication and not "server authentification"
The code i wrote is quite straight forward. (See l... more >>
Problem with updater application block
Posted by Mark Gregory at 4/2/2006 9:44:13 PM
When we use this the user has to be logged in as an administrator for it to
work correctly.
I would really appreciate knowing how to give the application permissions to
work for all users.
regards
Mark
... more >>
What type of object for this?
Posted by Brett Romero at 4/2/2006 8:11:01 PM
I need an object similar to a struct that allows me to write something
like this:
public struct TheFields
{
public static string Hand = "Hand";
public static string PersonID = "PersonID";
}
and reference the fields by name such as TheFields.Hand and get the
va... more >>
Deep copy between two different object.
Posted by AllenGnr NO[at]SPAM gmail.com at 4/2/2006 7:54:44 PM
There are two objects, instants of two different class, but they has
same schema.
Class ClientDivision
{
public string Name
{
get {}; set {};
}
public string Manager
{
get {}; set {};
}
}
Class ClientPerson
{
public string Name
{
... more >>
Data type for marshaling BYTE*
Posted by bluewing at 4/2/2006 7:37:49 PM
Hi, everybody!
I have to use Unmanaged Code DLL for my .Net Application.
This Dll has a few functions that returns BYTE* value.
but you know that C# does not have pointer type....
so, what data type should i take for marshaling BYTE* ?
One of the function is like this....
__decls... more >>
Why is it not possible to call a class library method from a user control.
Posted by Tony Johansson at 4/2/2006 5:49:20 PM
Hello!
I have one solution file that consist of three project.
One project that build the exe file called A
One project that build a user control dll. Here we have a class called B
One project that build a class library dll. Here we have a class called C
We have one dependency and that is f... more >>
write a string
Posted by ×™× ×™×‘ at 4/2/2006 4:15:01 PM
how could i write this into a sting :
strXML = "<?xml version='1.0'?>\n";
thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Downloader
Posted by BC at 4/2/2006 3:49:37 PM
Hi all,
Currently I am working on a project that requires download large size
files. I need to write a simple application that can start, pause, and
restart downloads. Similar to applications like GetRight, where you can
pause your download, and restart the download later (i.e. it will start
... more >>
Cleaning data - performance issue
Posted by Jesper Stocholm at 4/2/2006 2:23:55 PM
I have developed a data-cleaner that extracts some data from a database,
cleans it for illegal/unwanted data and writes it to a CSV-fil for later
insertion to a SQL Server 2000 database. My problem is that it performs
like an old, limb man :o(
The method is:
public static StringBuilder Remo... more >>
using native C code in a C# application
Posted by manu.kanwarpal NO[at]SPAM gmail.com at 4/2/2006 1:35:26 PM
Hi,
Our team is working on a network monitoring tool. We have identified
"WINPCAP" as the library that provides support for packet capturing.
WINPCAP is made for WIN32 applications and is coded in 'C' language. We
intend to use this library on C# platform. If anyone has an idea or
experience(... more >>
yet another change password thread
Posted by a_hartmann_andersen NO[at]SPAM yahoo.dk at 4/2/2006 4:27:43 AM
Hi Guys
Here is the problem: Im bored changing the local administrator password
for a set of servers in a domain.
So I though that I would write myself a little tool in C# to do that.
I found bits and pices but the subject, but not anything solid. Ofcause
its out there :-) can anybody help ... more >>
FileSystemWatcher problem
Posted by SharpCoderMP at 4/2/2006 1:28:59 AM
hi,
i have a problem with the FileSystemWatcher:
i want the watcher to monitor my cd drive. but when i try to set the
FileSystemWatcher.Path property to "e:\" (which is my drive) and there
is no cd inside i get an exception.
So my question is - how can i monitor my cd-rom drive for disc chang... more >>
Removable drive notification
Posted by SharpCoderMP at 4/2/2006 1:24:04 AM
hi,
what can i do to have my app be notified when there is a new drive in
the system? I need to perform some actions in my application when new
drive (like SD card or some usb storage device) shows up in the system.... more >>
Byte[] to Image
Posted by Arno at 4/2/2006 12:00:00 AM
Hi,
I want to convert a byte[] to a Image. I read in a newsgroup that the
best way is to use a MemoryStream. I tried it, but I get always a
Exception while creating the Image(An unhandled exception of type
'System.ArgumentException' occurred in system.drawing.dll. Additional
information: ... more >>
general advice sought
Posted by Deano at 4/2/2006 12:00:00 AM
Hi,
I'm thinking of moving onto C Sharp and am currently reading all the FAQs I
can lay my hands on. I have downloaded the Express edition but I can't yet
find out exactly what the limitations are (I think it can only address local
databases but not sure what else).
Also is Visual Studio.N... more >>
|