Rory Kingan | 7 Sep 2011 16:36

RE: Internet Explorer prompts me if I want to run csc.exe while I'm running log4net methods

fyi on this issue, upon further investigation csc.exe was being called from deserialization in another part of my code unrelated to log4net. So not a log4net problem.

 

Rory

 

From: Rory Kingan
Sent: 22 August 2011 11:50
To: 'log4net-user <at> logging.apache.org'
Subject: Internet Explorer prompts me if I want to run csc.exe while I'm running log4net methods

 

I'm using Log4Net 1.2.10.0 within an Internet Explorer browser extension written in C#. Sometimes I get prompted by Internet Explorer saying "A website wants to open web content using this program on your computer" for csc.exe and asking me to Allow or Don't allow. Clearly it's not the website, and it only happens when I'm logging, so it looks like it's Log4Net. Is this normal – that calls to log4net launch csc.exe – and/or is there any way to make it not happen?

I only get this prompt when I have Protected Mode on, but I need to be able to run logging code with Protected Mode on and don't want users to be prompted with this.

Thanks,

 

Rory

Luis Ferro | 20 Sep 2011 19:53
Picon
Gravatar

Re: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

Suport for .Net CF1 is ended:

http://stackoverflow.com/questions/1634081/until-when-is-net-compact-framework-1-0-supported

So supporting a defunct platform is a bit waste of resources imho...

But anyway, last time i used .NET CF was around 2004/5...

Cheers,
LF

On 20/09/2011 17:41, Stefan Bodewig wrote:
> Hi all,
>
> sorry for the cross-post but I'd like to catch "oh no, you can't do
> that!" responses as soon as possible.
>
> Apart from a few documentation and packaging issues Apache log4net
> 1.2.11 seems to be pretty much ready for a release.  One thing that is
> holding up the process is the - let's say dated - build environment
> required to build all target binaries.
>
> So far I've been able to set up a machine with all SDKs that are freely
> available - what I'm still missing are the .NET Compact Framework 1.0
> and SSCLI 1.0.
>
> It seems as if CF 1.0 requires an installation of Visual Studio (2003,
> likely) while it was sufficient to install the .NET 2.0 SDK in order to
> build the CF 2.0 assemblies.  For SSCLI I can find the sources but it
> requires Visual C++ to build.
>
> So before I try to find Visual Studio 2003 - and accept that you can't
> build a log4net release without an IDE you have to pay for - I thought I
> might simply ask if anybody was opposed to have log4net 1.2.11 simply
> strike the two platforms.
>
> We will poll users for future directions later, so please let us limit
> this thread to the two frameworks in question.
>
> Stefan

Richard Pennenga | 20 Sep 2011 19:56

RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

As long as support for .NET 1.1 is preserved... ok by me.

Richard J. Pennenga
Software Developer

Angel Medical Systems, Inc.
T:  732-542-5551 x110
F:  732-542-5560
rpennenga <at> angel-med.com
www.angel-med.com

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig <at> apache.org] 
Sent: Tuesday, September 20, 2011 12:42 PM
To: log4net-dev <at> logging.apache.org; log4net-user <at> logging.apache.org
Subject: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

Hi all,

sorry for the cross-post but I'd like to catch "oh no, you can't do
that!" responses as soon as possible.

Apart from a few documentation and packaging issues Apache log4net
1.2.11 seems to be pretty much ready for a release.  One thing that is
holding up the process is the - let's say dated - build environment
required to build all target binaries.

So far I've been able to set up a machine with all SDKs that are freely
available - what I'm still missing are the .NET Compact Framework 1.0
and SSCLI 1.0.

It seems as if CF 1.0 requires an installation of Visual Studio (2003,
likely) while it was sufficient to install the .NET 2.0 SDK in order to
build the CF 2.0 assemblies.  For SSCLI I can find the sources but it
requires Visual C++ to build.

So before I try to find Visual Studio 2003 - and accept that you can't
build a log4net release without an IDE you have to pay for - I thought I
might simply ask if anybody was opposed to have log4net 1.2.11 simply
strike the two platforms.

We will poll users for future directions later, so please let us limit
this thread to the two frameworks in question.

Stefan

Stefan Bodewig | 20 Sep 2011 20:08
Picon
Favicon
Gravatar

Re: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

On 2011-09-20, Richard Pennenga wrote:

> As long as support for .NET 1.1 is preserved... ok by me.

Yes, it is still possible to download the 1.1 SDK so this is covered
(I've even been provided with a .NET 1.0 SDK).

Stefan

Neil Haughton | 21 Sep 2011 09:58
Picon
Favicon

RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

PMFBI,

>>It seems as if CF 1.0 requires an installation of Visual Studio (2003,
>>likely)...... accept that you can't build a log4net release without an
IDE you have to pay for

Given that VS merely invokes the C# compiler with appropriate arguments,
can you not do a build with a set of scripts (eg bat files)? Failing
that, what about SharpDevelop?

Just some ideas..

Neil Haughton

-----Original Message-----
From: Richard Pennenga [mailto:rpennenga <at> angel-med.com] 
Sent: 20 September 2011 18:57
To: Log4NET User
Subject: RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net
1.2.11

As long as support for .NET 1.1 is preserved... ok by me.

Richard J. Pennenga
Software Developer

Angel Medical Systems, Inc.
T:  732-542-5551 x110
F:  732-542-5560
rpennenga <at> angel-med.com
www.angel-med.com

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig <at> apache.org]
Sent: Tuesday, September 20, 2011 12:42 PM
To: log4net-dev <at> logging.apache.org; log4net-user <at> logging.apache.org
Subject: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net
1.2.11

Hi all,

sorry for the cross-post but I'd like to catch "oh no, you can't do
that!" responses as soon as possible.

Apart from a few documentation and packaging issues Apache log4net
1.2.11 seems to be pretty much ready for a release.  One thing that is
holding up the process is the - let's say dated - build environment
required to build all target binaries.

So far I've been able to set up a machine with all SDKs that are freely
available - what I'm still missing are the .NET Compact Framework 1.0
and SSCLI 1.0.

It seems as if CF 1.0 requires an installation of Visual Studio (2003,
likely) while it was sufficient to install the .NET 2.0 SDK in order to
build the CF 2.0 assemblies.  For SSCLI I can find the sources but it
requires Visual C++ to build.

So before I try to find Visual Studio 2003 - and accept that you can't
build a log4net release without an IDE you have to pay for - I thought I
might simply ask if anybody was opposed to have log4net 1.2.11 simply
strike the two platforms.

We will poll users for future directions later, so please let us limit
this thread to the two frameworks in question.

Stefan

Knittel, Bruno | 21 Sep 2011 10:01
Picon

RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

As long as .NET CF 2 still supported everything is fine for me.
Thanks for asking.

Bruno Knittel
ENH / Firmware Development
Bruker BioSpin GmbH 
Silberstreifen
76287 Rheinstetten, Germany
 Phone: +49 721 5161-6064
 Fax:     +49 721 5161-6494
  bruno.knittel <at> bruker-biospin.de
  www.bruker.com

Bruker BioSpin GmbH: Sitz der Gesellschaft/Registered Office: Rheinstetten, HRB 102368 Amtsgericht Mannheim
Geschäftsführer/Managing Directors: Jörg Laukien, Dr. Bernd Gewiese, Dr. Gerhard Roth, Dr.
Wulf-Ingo Jung

Diese E-Mail und alle Anlagen können Betriebs- oder Geschäftsgeheimnisse, oder sonstige
vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen
eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail und aller Anlagen
ausdrücklich untersagt. Bitte benachrichtigen Sie den Absender und löschen/vernichten Sie die
empfangene E-Mail und alle Anlagen. Vielen Dank. 

This message and any attachments may contain trade secrets or privileged, undisclosed or otherwise
confidential information. If you have received this e-mail in error, you are hereby notified that any
review, copying or distribution of it and its attachments is strictly prohibited. Please inform the
sender immediately and delete/destroy the original message and any copies. Thank you. 

-----Original Message-----
From: Neil Haughton [mailto:Neil.Haughton <at> autoscribe.co.uk] 
Sent: Wednesday, September 21, 2011 9:58 AM
To: Log4NET User
Subject: RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

PMFBI,

>>It seems as if CF 1.0 requires an installation of Visual Studio (2003, 
>>likely)...... accept that you can't build a log4net release without an
IDE you have to pay for

Given that VS merely invokes the C# compiler with appropriate arguments, can you not do a build with a set of
scripts (eg bat files)? Failing that, what about SharpDevelop?

Just some ideas..

Neil Haughton

-----Original Message-----
From: Richard Pennenga [mailto:rpennenga <at> angel-med.com]
Sent: 20 September 2011 18:57
To: Log4NET User
Subject: RE: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net
1.2.11

As long as support for .NET 1.1 is preserved... ok by me.

Richard J. Pennenga
Software Developer

Angel Medical Systems, Inc.
T:  732-542-5551 x110
F:  732-542-5560
rpennenga <at> angel-med.com
www.angel-med.com

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig <at> apache.org]
Sent: Tuesday, September 20, 2011 12:42 PM
To: log4net-dev <at> logging.apache.org; log4net-user <at> logging.apache.org
Subject: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net
1.2.11

Hi all,

sorry for the cross-post but I'd like to catch "oh no, you can't do that!" responses as soon as possible.

Apart from a few documentation and packaging issues Apache log4net
1.2.11 seems to be pretty much ready for a release.  One thing that is holding up the process is the - let's say
dated - build environment required to build all target binaries.

So far I've been able to set up a machine with all SDKs that are freely available - what I'm still missing are
the .NET Compact Framework 1.0 and SSCLI 1.0.

It seems as if CF 1.0 requires an installation of Visual Studio (2003,
likely) while it was sufficient to install the .NET 2.0 SDK in order to build the CF 2.0 assemblies.  For SSCLI
I can find the sources but it requires Visual C++ to build.

So before I try to find Visual Studio 2003 - and accept that you can't build a log4net release without an IDE
you have to pay for - I thought I might simply ask if anybody was opposed to have log4net 1.2.11 simply strike
the two platforms.

We will poll users for future directions later, so please let us limit this thread to the two frameworks in question.

Stefan

Stefan Bodewig | 21 Sep 2011 10:57
Picon
Favicon
Gravatar

Re: Dropping Support for .NET CF 1.0 and SSCLI 1.0 in log4net 1.2.11

On 2011-09-21, Neil Haughton wrote:

>>> It seems as if CF 1.0 requires an installation of Visual Studio
>>> (2003, likely)...... accept that you can't build a log4net release
>>> without an IDE you have to pay for

> Given that VS merely invokes the C# compiler with appropriate arguments,
> can you not do a build with a set of scripts (eg bat files)? Failing
> that, what about SharpDevelop?

The problem is not the scripting - NAnt does fine here - but that the C#
compiler and libraries required to do development for .NET Compact
Framework 1.0 are not available at all outside of Visual Studio.

This has changed for CF 2.0.  You can build CF 2.0 libraries using the
"vanilla" 2.0 .NET SDK.

Stefan

Javier Prosperi | 26 Sep 2011 10:03
Picon

(unknown)



Javier Prosperi
Europea de Titulización S.G.F.T., S.A.
Informática
Tfno: 91 411 89 02
Fax: 91 411 10 10
Email: javier.prosperi <at> eurotitulizacion.es
Web: www.edt-sg.com


Gmane