all groups > dotnet framework > september 2004 > threads for thursday september 9
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
Hi, a very important ASPNET permissions problem i need to make it clear
Posted by Parco at 9/9/2004 10:28:53 PM
Suppose that i have these paths in my server with these permissions:
D:\httpdocs\
Allow: Everyone - full control (inherited from D:\)
D:\httpdocs\host1\
Allow: Everyone - full control (inherited from D:\), ASPNET - full control
D:\httpdocs\host2\
Allow: Everyone - full control (inherited... more >>
User specific app.config - are they possible?
Posted by Peter Jones at 9/9/2004 9:17:08 PM
Hi,
I have VB.Net/SQL Server app that connects to a common instance of SQL
Server but the "initial catalog" entry in the ..exe.config needs to be user
specific. Is this possible, i.e. can I have multiple copies of the
...exe.config and place them directories that will searched when the app
... more >>
Datagrid Load
Posted by miyakejess at 9/9/2004 8:45:02 PM
Dear All,
I am trying to program to do something once a form with a datagrid is loaded.
But I don't want to use Form event to trigger the action, and I would like
to use datagrid's event to tigger the action, So...
Do anyone know how to do it?
THanks ~
miyakejess... more >>
Installed 1.1 SP1 and now no Events
Posted by Dave at 9/9/2004 7:53:02 PM
INstalled SP1 and the Events are dead. For example the Click event for the
ImageButton.
Anyone else have this issue? Any fixes/workariunds?
Thanks... more >>
Converting string to Keys enum value?
Posted by Arkion at 9/9/2004 7:26:18 PM
Hello!
I'm using XML serialization to store key assignments and came across a
little problem. Is it possible to convert a string, eg. "PageUp" to
equivalent System.Windows.Forms.Keys enumeration value?... more >>
Bit Operations Question (easy but my brain can't handle it)
Posted by Alex Maghen at 9/9/2004 5:41:05 PM
I have multiple Keys enumeration variables (they are, I believe, internally
ints). Let's say I have 3 variables created in C# is follows:
Keys K1 = Keys.S | Keys.Control;
Keys K2 = Keys.S | Keys.Shift | Keys.Control;
Keys K3 = Keys.S | Keys.Shift | Keys.Control | Keys.Alt;
Now, let's say, ... more >>
Problem with Opening Multiple Files At Once
Posted by Cool Guy at 9/9/2004 4:22:54 PM
Oh dear, I've gotten myself into a right mess.
The other day my application (one that serves files through sockets) was
opening the file, reading the full contents into memory, then sending that
file to the client.
This cause major system slowdown due to misuse of RAM.
So I rewrote the ap... more >>
SecurityException when passing an MBR param remotely
Posted by Marc Lewandowski at 9/9/2004 2:47:31 PM
Hi all,
I'm having an issue with passing a client-activated MBR object as a
parameter to a well-known (singleton) class method. The error I'm getting
is:
Experiments.Remoting.Client.Fixture.PushPop :
System.Runtime.Serialization.SerializationException : Because of security
restrictions, t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Memory consumption in the .NET framework
Posted by Michael Hoehne at 9/9/2004 12:43:56 PM
Hi,
this may be a simple question and I'm sure it's answered somewhere in the
docs, but I haven't found it so far.
When running a simple .NET application, Task Manager reports that it needs
about 10MB RAM. Depending on what libraries are used, this may be more or
less. This is what I expect... more >>
Need help passing multiple arguments to an external executable.
Posted by H.B at 9/9/2004 11:45:05 AM
This is a very simple question, but cant figure out a way to do it. I want
to know how to pass multiple parameters as arguments to an external process.
I want to call an exe with following arguments :- MyApp.exe "C:\Some
Directory\File.txt" /A /T . But the Process.Start or the
StartInfo.Argumn... more >>
How to know calling process name?
Posted by David Hoffer at 9/9/2004 9:27:17 AM
I have a C# NET dll in which I need to know the name of the application
(process) that loaded (is executing) my dll.
In one case, the dll gets loaded in a rather complicated manor. I.e. a MFC
application loads an IE browser and then script calls NET components exposed
as COM dlls. These d... more >>
File or assembly name X, or one of its dependecies, was not found with Dialogs
Posted by standish22 NO[at]SPAM hotmail.com at 9/9/2004 7:39:12 AM
I have a project that's part of a larger ap.
I do save dialogs and prints, print previews, etc.
Whenever I pull up a SaveDialog and then leave my dll (ie exit to go
to the main menu) and try to go back in to my dll I get
"File or assembly name MyDll.dll,
or one of its dependencies, was n... more >>
ASP.NET function in Javascript.... how?
Posted by gordingin NO[at]SPAM consiliumsoft.com at 9/9/2004 6:08:25 AM
How can I run a function in my javascript in ASP.NET but have the
function defined in the codebehind file?
Thanks
Ralph Krausse
www.consiliumsoft.com
Use the START button? Then you need CSFastRunII...
A new kind of application launcher integrated in the taskbar!
ScreenShot - http://www... more >>
Support for other numbers than "english"...
Posted by Jochen Kalmbach at 9/9/2004 12:54:12 AM
Hello,
we need to deliver or C# prduct to India...
But they do not have our numbers (0-9) instead they have some other
"symbols".
Is there any support from the int.ToString(CultureInfo) to support these
"numbers" !?
I tried the following, but only got the "english" numbers:
<code>... more >>
|