|
From: Yeep on 10 Jun 2008 08:29 I have a WF instance and use the SqlTrackingService. This service is configured for me through the web.config (or app.config). But now I want to know what connection string was used. So I tried to get the value of the SqlTrackingService.ConnectionString property. But this is null. If I do not use the web.config, but instantiate the SqlTrackingService in code (giving it the connection string in the constructor), then the ConnectionString property does contain the connection string. Is this a bug? Thanks, Jeroen-bart Engelen
|
Pages: 1 Prev: Form created on BackGroundThread Next: Calling from .Net 1.1 to .Net 2.0/3.0 |