all groups > dotnet framework > september 2004 > threads for thursday september 16
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
policy assembly problem
Posted by Arun at 9/16/2004 8:19:25 PM
Hi,
I'm facing some problem with the policy assembly. When I link the
configuration file and create the policy assembly ( that's what I have seen
in all the example codes..) and add to the GAC, it is working fine -
provided, I keep the config file in the same location from where I had added
t... more >>
Interop question: how to pass a pointer to an unmanaged struct into C#?
Posted by Robert Rossney at 9/16/2004 6:19:06 PM
I'm working with a very old-school application (written in MicroFocus Object
COBOL) that supports user extension functions. Before the app writes a
record to its database, it checks its configuration to see if an extension
function is configured. If one is, it loads the DLL whose name you've
s... more >>
specfying XML webservice to create elements, not attributes
Posted by Shikari Shambu at 9/16/2004 4:55:29 PM
Hi,
Is there a way to get the .NET Web Service/ web service proxy to
automatically create elements instead of attributes?
TIA
... more >>
Pinging from C#
Posted by ChainsawDude at 9/16/2004 4:29:02 PM
I am writing an application that must perform an ICMP Ping ultimately from C#
but I don't mind if I need to write some C++ to handle the winsock interace.
I note the .net framework does not have a class to do this.
Please would someone advise the best way to proceed?... more >>
Rethrown custom exception behaving badly from Out-of-process compo
Posted by markeboy at 9/16/2004 3:41:04 PM
I am catching an exception in a class derived from ServicedComponent
(original exception being thrown from class the does NOT inherit from
ServicedComponent) and rethrowing a custom exception
(ARSApplicationException), including the original exception in the custom
exception.
If another a... more >>
how to run multiple versions of the same assembly
Posted by Ashish at 9/16/2004 2:32:59 PM
hi Guys
Can u plz provide me some code/link where i can find hw to run multiple
versions of the same assembly?
Regards
Ashish
... more >>
How to retrieve user's domain correctly?
Posted by WNC at 9/16/2004 12:33:01 PM
If you are using any of the following two calls below, you may not get what
you are looking for.
string domain = System.Environment.UserDomainName;
string domain = SystemInformation.UserDomainName;
I happen to have an account USERX as part of the local domain (MACHINE_NAME)
of my system. ... more >>
1.1 SP1 doesn't install
Posted by Tim Haynes at 9/16/2004 12:09:24 PM
SP1 doesn't install on my machine. It complains about a hotfix being
installed, but gives no clue which one.
I saw an earlier post about it possibly being the SDK documentation update
being at fault. Seems wierd that documentation can do this, but if true,
how is it uninstalled? It has no u... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET under Citrix problem: help!
Posted by hvj NO[at]SPAM paralax.nl at 9/16/2004 11:48:51 AM
We built a client-server application that works fine in out
development environment. At customer-site the client (under Citrix)
*only* starts under user with admin rights. For normal users the
client does not start up! The main method isn't even entered. (The
server process runs OK, which of cou... more >>
Logging on .Net
Posted by Plutian at 9/16/2004 11:12:25 AM
Hi everyone,
I would like to know there is any tools for logging on .Net and how is the
performance and stability of these tools?
Thx
... more >>
how to declare a const byte[]
Posted by Romain TAILLANDIER at 9/16/2004 10:10:41 AM
hi group !
How can i declare a const byte[] in C# ?
const byte[] ByteArray = new byte[] { 69, 110, 99}; // Error : the
expression must be constante
const byte[] ByteArray = { 69, 110, 99}; // Error , the table initialisators
can be used only to initialize variables, try the operator new
... more >>
Machine.config changes
Posted by Mike Newton at 9/16/2004 9:45:31 AM
Hi,
I modified the machine.config file to lengthen the
system.web->processModel->responseDeadlockInterval to 15 minutes from 3.
I'm wondering if the changes made to machine.config go into effect
immediately, or will I have to restart IIS?
Mike... more >>
unexpected exit while build,why?
Posted by rabbitben at 9/16/2004 4:47:06 AM
we have a .net project, edit in VB.Net and ASP.Net;
while we implement daily build the total solution,
if we use VS.Net to build, it will exit unexpectedly,
if we use devenv.exe commond line to build, it is the same;
however, the memory and virtual memory in that maschine are enough,
no buil... more >>
|