When you say 'initialize Growl', what do you mean? Include a reference
to the assembly? Create a GrowlConnector object? Call the .Register()
method? Or do you mean you launch the actual Growl app and that is
interfering with your service?
Neither Growl itself or the .NET connector use log4net or anything
similar. I suppose that if the connector threw an exception,
subsequent code may not execute, but you would have to debug your app
to see where/if that is the case.
> --
> You received this message because you are subscribed to the Google Groups "growl for windows" group.
> To post to this group, send email to growl-fo...@googlegroups.com.
> To unsubscribe from this group, send email to growl-for-wind...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/growl-for-windows?hl=en.
>
Still working on debugging the service but figured i would check to see if there is a known issue..
Sounds like that is not thecase
thanks
> --
> You received this message because you are subscribed to the Google Groups "growl for windows" group.
> To post to this group, send email to growl-fo...@googlegroups.com.
> To unsubscribe from this group, send email to growl-for-wind...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/growl-for-windows?hl=en.
>
Larry Presswood
tspo...@gmail.com
> No problem with the assemblies included in the code
>
> Still working on debugging the service but figured i would check to see
> if there is a known issue..
> Sounds like that is not thecase
>
Make sure you are linking against the right libraries. I had a problem
that resulted in exceptions being thrown in strange places, that turned
out to be trying to use growl.dll in a .Net 4.0 application. If you want
to use the dll, you need to build against .Net 2.0
> thanks
>
>
> On Apr 16, 2012, at 3:14 PM, Larry Presswood wrote:
>
>> I am attempting to integrate Growl into a windows service.
>>
>> Without Growl my log4 works fine but as soon as I initialize growl no
>> more log file??
>>
>> Any ideas
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "growl for windows" group.
>> To post to this group, send email to growl-fo...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> growl-for-wind...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/growl-for-windows?hl=en.
>>
>
> Larry Presswood
> tspo...@gmail.com
>
>
>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
can i build growl against net 4.0??
I have to use net 4.0 for other features
> thats it
>
> can i build growl against net 4.0??
>
> I have to use net 4.0 for other features
>
I think if you build all the Growl libraries you need against 4.0 and put
them in with your server that would work. All the communication should be
via GNTP on a socket.
I was able to build core and connector with .net4.0 and it works like a charm
still having log4net issues but not related
thanks
Will I get an exception when I attempt to register / notify or is it silent?
Sent from my iPhone