Click here to Skip to main content
15,916,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: dll calling problem Pin
Mohammad Daba'an19-Oct-05 20:52
Mohammad Daba'an19-Oct-05 20:52 
QuestionDrawImageUnscaled......Scaled? Pin
sduhd16-Oct-05 22:29
sduhd16-Oct-05 22:29 
AnswerRe: DrawImageUnscaled......Scaled? Pin
Dario Solera17-Oct-05 0:45
Dario Solera17-Oct-05 0:45 
QuestionDataGrid's asp:ButtonColumn Pin
Brendan Vogt16-Oct-05 21:25
Brendan Vogt16-Oct-05 21:25 
AnswerRe: DataGrid's asp:ButtonColumn Pin
leppie17-Oct-05 1:04
leppie17-Oct-05 1:04 
QuestionHow to use WaveOut and WaveIn Pin
pakFari16-Oct-05 21:19
pakFari16-Oct-05 21:19 
QuestionSynchronizing the Horizontal Scrollbars Pin
deejagan16-Oct-05 20:26
deejagan16-Oct-05 20:26 
QuestionNot able to Access dll File Pin
Unnikrishnan_S_N16-Oct-05 19:47
Unnikrishnan_S_N16-Oct-05 19:47 
hi,
I've a problem in my soap based application. There are some dll files which were downloaded and added in my dll list. Now the problem is there's an error popping out which is related to the security. i even gave FullTrust to the downloaded dll files and still the problem persists.Since the dll file is not accessed theres a problem in database connectivity.The Connection status is alwalys closed and im not able to Open it.
The Full Trust for the files were given using .Net Configuration 1.1 and even caspol was used.
if anyone has got the solution then do send me the reply.

Exception Occurred:

Additional information: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.TypeInitializationException: The type initializer for "Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConnectionFailedEvent" threw an exception. ---> System.Security.SecurityException: Requested registry access is not allowed.
at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
at System.Diagnostics.EventLog.CreateEventSource(String source, String logName, String machineName, Boolean useMutex)
at System.Diagnostics.EventLog.CreateEventSource(String source, String logName, String machineName)
at Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterInstances.ReportCounterFailure(String message)
at Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.PerformanceCounterInstances..ctor(String categoryName, String counterName, Boolean createNewInstance)
at Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEvent.AddPerformanceCounter(String category, String[] counterNames, Boolean createNewInstance)
at Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEvent.Initialize(String counterCategory, String[] counterNames, Boolean createNewInstance, String eventLogSource, EventLogIdentifier[] eventIds)
at Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.InstrumentedEvent..ctor(String counterCategory, String[] counterNames, Boolean createNewInstance, String eventLogSource, EventLogIdentifier[] eventIds)
at Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataServiceEvent..ctor(String[] counterNames, EventLogIdentifier[] eventLogIds)
at Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConnectionFailedEvent..ctor(String[] counterNames, EventLogIdentifier[] eventLogIDs)
at Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConnectionFailedEvent..cctor()
--- End of inner exception stack trace ---
at Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataConnectionFailedEvent.Fire(String connectionString)
at Microsoft.Practices.EnterpriseLibrary.Data.Instrumentation.DataInstrumentationFacade.ConnectionFailed(String connectionString)
at Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection()
at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(DBCommandWrapper command)
at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteReader(String storedProcedureName, Object[] parameterValues)
at GeneriCo.ProductSystem.DataLayer.NewProductData.GetProduct(String sku) in c:\program files\generico\product system\source code\datalayer\newproductdata.cs:line 31
at GeneriCo.ProductSystem.BusinessLayer.ProductLogic.GetProduct(String uniqueProductId) in c:\program files\generico\product system\source code\businesslayer\productlogic.cs:line 33
at GeneriCo.ProductSystem.ServiceLayer.GetProductService.GetProduct(GetProductRequest request) in c:\inetpub\generico\product system\getproductservice.asmx.cs:line 26
--- End of inner exception stack trace ---



Confused | :confused:

Unni

-- modified at 6:52 Monday 17th October, 2005
QuestionStarting remote computer Pin
Prashant Gadhave16-Oct-05 19:01
Prashant Gadhave16-Oct-05 19:01 
AnswerRe: Starting remote computer Pin
Rob Philpott17-Oct-05 0:46
Rob Philpott17-Oct-05 0:46 
AnswerRe: Starting remote computer Pin
Dave Kreskowiak17-Oct-05 1:24
mveDave Kreskowiak17-Oct-05 1:24 
QuestionProcesses running on remote computer Pin
Prashant Gadhave16-Oct-05 17:15
Prashant Gadhave16-Oct-05 17:15 
AnswerRe: Processes running on remote computer Pin
Dave Kreskowiak17-Oct-05 1:26
mveDave Kreskowiak17-Oct-05 1:26 
QuestionCommunicate across application instances Pin
paulb16-Oct-05 13:21
paulb16-Oct-05 13:21 
AnswerRe: Communicate across application instances Pin
Christian Graus16-Oct-05 13:28
protectorChristian Graus16-Oct-05 13:28 
AnswerRe: Communicate across application instances Pin
mav.northwind16-Oct-05 20:50
mav.northwind16-Oct-05 20:50 
QuestionNetworking Problem!!!Please Help Pin
snouto16-Oct-05 12:57
snouto16-Oct-05 12:57 
AnswerRe: Networking Problem!!!Please Help Pin
Christian Graus16-Oct-05 13:28
protectorChristian Graus16-Oct-05 13:28 
GeneralRe: Networking Problem!!!Please Help Pin
snouto16-Oct-05 15:18
snouto16-Oct-05 15:18 
GeneralRe: Networking Problem!!!Please Help Pin
Christian Graus16-Oct-05 15:21
protectorChristian Graus16-Oct-05 15:21 
Questioncreate a file in a temporary volume Pin
Sasuko16-Oct-05 12:22
Sasuko16-Oct-05 12:22 
AnswerRe: create a file in a temporary volume Pin
Christian Graus16-Oct-05 13:36
protectorChristian Graus16-Oct-05 13:36 
AnswerRe: create a file in a temporary volume Pin
Scott Serl16-Oct-05 14:26
Scott Serl16-Oct-05 14:26 
QuestionStuck Parsing Date from string Pin
Matt Newman16-Oct-05 11:36
Matt Newman16-Oct-05 11:36 
AnswerRe: Stuck Parsing Date from string Pin
Matt Newman16-Oct-05 17:21
Matt Newman16-Oct-05 17:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.