all groups > dotnet framework > september 2004 > threads for wednesday september 15
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
Client-server Application doesn't start at customer. Please help!
Posted by hvj NO[at]SPAM paralax.nl at 9/15/2004 11:47:51 PM
We built a client-server application that works fine in our lab. At
customer-site the client *only* starts under user with admin rights.
For normal users nothing happens! The main method isn't even entered.
(The server process runs OK.) The client is approached via Citrix as a
terminal service. ... more >>
Net information Please
Posted by Greg R at 9/15/2004 8:52:20 PM
net information please
When you install the net framework does it communicate with the
internet? How do I know it doing what is supposed to be doing?
What does .net framework do behind the scenes?-in simple terms please.
I have read there is currently a security problem with Microsof... more >>
referencing controls in controls
Posted by DC Gringo at 9/15/2004 6:38:29 PM
I am a bit twisted and need some straightening out. I have a webform with 3
controls on it: a mainHeader, a sectionHeader with a label control contained
in the mainHeader, and a topHeadline.
In the topHeadline, I am retrieving a value with a stored procedure. I need
to set that value to a la... more >>
how to remove hex characters in a string..
Posted by Tim Mackey at 9/15/2004 5:36:54 PM
Hi,=20
I have a c# string variable, but it contains some hex characters like =
0x19, and when i try to send this to a web service, the deserializer =
throws an exception. this problem i'm not too interested in solving =
(but you can read about it on =
http://www.error-bank.com/microsoft.public... more >>
httpwebrequest
Posted by RP at 9/15/2004 4:33:38 PM
Hi all, I am running .net 1.1 sp1 and for some reason when I use
httpwebrequest to submit a request it is adding a "Expect: 100-continue"
header. How do I get rid of it? I have tried setting the Expect to nothing
or an empty string but no luck.
thanks!
... more >>
Locating dlls on remote server.
Posted by Dave Jackson at 9/15/2004 3:33:13 PM
I'm attempting to create a console app similar to Microsoft's MMC that will
allow us to create a single user interface, and any apps we create will be
accessible as snap-in dlls. I've been able to create the user interface, and
some sample dlls as apps and everything seems to work fine as long... more >>
AppDomains or New Process
Posted by Tirumala at 9/15/2004 3:32:18 PM
Hi Guys,
I have to create a application which loads a external dll and shows a
form from the dll, my requirement is to show the FORM from the dll and close
my application but the Form from the dll should be available for the user.
I thought using AppDomains would solve my problem, but... more >>
Windows Media Services, H.323 and Video streaming in general
Posted by Lonewolf at 9/15/2004 2:13:39 PM
Hi everyone, pls forgive me for my lack of knowledge and skills if my
question sounds very stupid. I am trying to implement a video conferencing
software and I am currently looking at a few set of technologies, among them
WMP, RealMedia, H.323 and XviD (not sure if it is suitable for streaming
e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Generate current assembly version manually
Posted by Oleg Ogurok at 9/15/2004 12:29:28 PM
Hi all,
If AssemblyInfo.cs has 1.0.* as the version, then the version numbers are
generated automatically by the compiler, e.g. 1.0.234.8756.
Is there a publicly available method that generates those numbers? Or is
there an algorithm for generating them?
I'm trying to write a VS.NET plu... more >>
Java and .NET (no Flames Pls)
Posted by Tarundeep Singh Kalra at 9/15/2004 12:28:32 PM
Hi ,
I am genuinely intrested in having the performance comparsion of Java and
..NET platforms.
To make an analogy they both are same.
Now, i have questions :- what is best for what.
According to my understanding:-
-Java is best fit for server side solution ( if you dont have Micros... more >>
path problem
Posted by faisal jawaid via .NET 247 at 9/15/2004 11:46:14 AM
i have two projects/
project a, project b
project a is refferencing project b (class library).
i want to get the directory path of the project b (class library)
as i can get the project a path from
System.reflection.Assembly.GetExecutingAssembly().CodeBase
and etc.
but i need my class l... more >>
AppDomains, how to run another app from my current app...
Posted by Tirumala at 9/15/2004 11:24:36 AM
Hi Guys,
I have to create a application which loads a external dll and shows a
form from the dll, my requirement is to show the FORM from the dll and close
my application but the Form from the dll should be available for the user.
I thought using AppDomains would solve my problem, but... more >>
SP1 Client Scripting problems
Posted by Mike Marsh at 9/15/2004 11:08:00 AM
SP1 client scripting appears to have some problems. The VALIDATION controls
will validate a form but not perform a postback after validation.
Only solution is to uninstall the SP and reinstall the framework without the
SP.
Found the following in the application event log:
Event Type: War... more >>
Skeet Singletons and VB
Posted by Daniel Billingsley at 9/15/2004 9:39:18 AM
Hey Jon (or anyone else) -
I've pointed a couple of developers to your Singleton article when I noticed
they were giving "First version - not thread safe" examples of their code.
They're VB developers though, and didn't know what to do with your
discussion of the BeforeFieldInit issue, as it... more >>
2.0 Beta on Media Center Edition
Posted by schatley at 9/15/2004 12:19:02 AM
To whom it may concern:
I am posting this here, so hopefully the MS internal test team can test the
2.0 framework on MCE pcs.
After many pains with my MCE machine (ehrex.exe exceptions, guide error
problems, no video displaying) I uninstalled the Framework 2.0 Beta that is
part of the l... more >>
|