PolicyException ... permcalc... confused
Sun, 9 Dec 2007 15:24:00 -0800
Hi, we migrated our asp.net 1.1 application to .net 2.0 which was quite easy
for the first try. Then we installed the asp.net 2.0 application on a hosted
environment and felt into problems because the account was set to medium
trust.
After reading all that trust - stuff we used permcalc to check the
permi ...
|
what is wrong with float?
Sat, 8 Dec 2007 23:34:00 -0800
create a J# windows applicaion.add a button , a label and two textboxes to
form and paste this code into the buttons event handler:
private void button1_Click(Object sender, System.EventArgs e)
{
label1.set_Text(Float.toString(
Float.parseFloat(textBox1.get_Text())
*
Float.parseFloat(textBox2.g ...
|
Wmi code:msdn2.microsoft.com/en-us/library/aa719643(VS.71).aspx.
Wed, 5 Dec 2007 04:27:00 -0800
I hope this is the correct discussion group. There is no specific WMI
discussion group under .NET framework.
I want to use the example code for browsing WMI using .net in the MSDN article
http://msdn2.microsoft.com/en-us/library/aa719643(VS.71).aspx.
When I add the code to a visual studio website or try to ...
|
Re: HttpWebRequest POST with headers and DATA in same network package
Tue, 4 Dec 2007 08:46:34 -0600
This worked really well for me.
'Galan Bridgman [MVP-Digital Media Wrote:
> ;3238534']Martin,
>
> Try moving your Expect100Continue = false call up to before you open
> your
> socket. Not sure how soon this flag has to be set, but putting it
> before
> the Create() works for me. :)
>
> Regards,
> ...
|
Patch update on multiple transforms
Tue, 4 Dec 2007 00:34:12 +0530
I am stuck up with an issue which you may be able to help me out of this.
The core issue is that I am trying to install a patch to the different
transforms installed in same machine I am getting an error. Let me explain
this in detail
1) I have created msi installer [TestApplication.msi] for my application. ...
|
Crystal Reports stops working after installing VS 2003 sp1
Mon, 3 Dec 2007 15:28:26 +0100
Dear colleagues:
Does any body knows why after installing VS .Net 2003 sp1, Crystal Reports
stops working?
After the installation, when trying to open a late -version-good-working
report, I receive the
following error:
1) Información de Excepción
**************************
Tipo excepción: System.Runt ...
|
FAX
Thu, 29 Nov 2007 08:38:10 -0800 (PST)
Hi
does anyone know if there is a SDK for .NET to allow intergration
into
VISTAS fax and image?
Thanks
Shawrie
...
|
|
|
Controlling USB devices from C#
Sun, 25 Nov 2007 11:01:32 +0100
Hi, every body!
I would want to know, if is there any way to control an USB device ( a code
bar reader, for example) connected to the PC, using C# code (or VB). I must
be able, for example, to disable reading, and, depending on the bussiness
logic, enable it again, using C# or VB code.
Does such a class exi ...
|
SOS!! Remoting Callback hangs Remoting Server and Client in Dotnet
Fri, 23 Nov 2007 06:12:01 -0800
Hello
We have implemented a remoting client and server application with the
following scenario.
The remoting client will call the remoting server and the remoting server
will send a call back based on the business logic to multiple remoting
clients on the same network.
We are running aprroximatel ...
|
SOS!! Remoting Callback hangs Remoting Server and Client in Dotnet
Fri, 23 Nov 2007 06:11:01 -0800
Hello
We have implemented a remoting client and server application with the
following scenario.
The remoting client will call the remoting server and the remoting server
will send a call back based on the business logic to multiple remoting
clients on the same network.
We are running aprroximatel ...
|