Click here to Skip to main content
15,915,093 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to Convert existing C# Windows Application to C# Web Application.. Pin
MPS_DotNet18-Mar-07 21:10
MPS_DotNet18-Mar-07 21:10 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
Colin Angus Mackay19-Mar-07 1:18
Colin Angus Mackay19-Mar-07 1:18 
AnswerRe: How to Convert existing C# Windows Application to C# Web Application.. Pin
Dave Kreskowiak19-Mar-07 1:40
mveDave Kreskowiak19-Mar-07 1:40 
QuestionHow can I rendering select list item with added attributes? Pin
howardjr17-Mar-07 22:03
howardjr17-Mar-07 22:03 
QuestionAcces is denied to folder in Temporary ASP.NET Files Pin
viktor999017-Mar-07 0:32
viktor999017-Mar-07 0:32 
AnswerRe: Acces is denied to folder in Temporary ASP.NET Files Pin
kubben17-Mar-07 2:31
kubben17-Mar-07 2:31 
QuestionWhy would an exception that's been caught continue to propogate up the call stack? Pin
gmarian16-Mar-07 19:55
gmarian16-Mar-07 19:55 
AnswerRe: Why would an exception that's been caught continue to propogate up the call stack? Pin
Colin Angus Mackay19-Mar-07 0:59
Colin Angus Mackay19-Mar-07 0:59 
GeneralRe: Why would an exception that's been caught continue to propogate up the call stack? [modified] Pin
gmarian23-Mar-07 18:23
gmarian23-Mar-07 18:23 
QuestionThreading a form class Pin
earlgraham16-Mar-07 8:07
earlgraham16-Mar-07 8:07 
QuestionCompile icon files into a .dll file Pin
SSMERK00716-Mar-07 3:51
SSMERK00716-Mar-07 3:51 
AnswerRe: Compile icon files into a .dll file Pin
Mike Dimmick16-Mar-07 4:34
Mike Dimmick16-Mar-07 4:34 
QuestionSmart tags Word 2007 VSTO 2005 SE Pin
Eagle_Wizard16-Mar-07 1:03
Eagle_Wizard16-Mar-07 1:03 
QuestionAssembly not loading Pin
nutkase15-Mar-07 8:42
nutkase15-Mar-07 8:42 
AnswerRe: Assembly not loading Pin
Marcus J. Smith15-Mar-07 9:49
professionalMarcus J. Smith15-Mar-07 9:49 
GeneralRe: Assembly not loading Pin
nutkase15-Mar-07 9:52
nutkase15-Mar-07 9:52 
GeneralRe: Assembly not loading Pin
nutkase15-Mar-07 11:57
nutkase15-Mar-07 11:57 
GeneralRe: Assembly not loading Pin
Dave Kreskowiak15-Mar-07 12:48
mveDave Kreskowiak15-Mar-07 12:48 
GeneralRe: Assembly not loading Pin
nutkase15-Mar-07 15:18
nutkase15-Mar-07 15:18 
QuestionEnterprise Library Data Access Block 2.0 Pin
saltcode15-Mar-07 1:22
professionalsaltcode15-Mar-07 1:22 
AnswerRe: Enterprise Library Data Access Block 2.0 Pin
Colin Angus Mackay15-Mar-07 1:58
Colin Angus Mackay15-Mar-07 1:58 
GeneralRe: Enterprise Library Data Access Block 2.0 Pin
saltcode15-Mar-07 2:30
professionalsaltcode15-Mar-07 2:30 
GeneralRe: Enterprise Library Data Access Block 2.0 Pin
Colin Angus Mackay15-Mar-07 7:51
Colin Angus Mackay15-Mar-07 7:51 
GeneralRe: Enterprise Library Data Access Block 2.0 Pin
saltcode16-Mar-07 2:08
professionalsaltcode16-Mar-07 2:08 
thanks for your time. here is the trace.

System.Configuration.ConfigurationErrorsException was unhandled by user code<br />
  Message="The type Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from configuration could not be created. (c:\\inetpub\\wwwroot\\motoman\\web.config line 57)"<br />
  Source="System.Configuration"<br />
  BareMessage="The type Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null from configuration could not be created."<br />
  Filename="c:\\inetpub\\wwwroot\\motoman\\web.config"<br />
  Line=57<br />
  StackTrace:<br />
       at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)<br />
       at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)<br />
       at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)<br />
       at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)<br />
       at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)<br />
       at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey)<br />
       at System.Configuration.ConfigurationManager.GetSection(String sectionName)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SystemConfigurationSourceImplementation.GetSection(String sectionName)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SystemConfigurationSource.GetSection(String sectionName)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.ExceptionHandlingSettings.GetExceptionHandlingSettings(IConfigurationSource configurationSource)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionHandlingConfigurationView.get_ExceptionHandlingSettings()<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionHandlingConfigurationView.GetExceptionPolicyData(String policyName)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyCustomFactory.GetConfiguration(String id, IConfigurationSource configurationSource)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyCustomFactory.CreateObject(IBuilderContext context, String name, IConfigurationSource configurationSource, ConfigurationReflectionCache reflectionCache)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfiguredObjectStrategy.BuildUp(IBuilderContext context, Type t, Object existing, String id)<br />
       at Microsoft.Practices.ObjectBuilder.BuilderStrategy.BuildUp(IBuilderContext context, Type typeToBuild, Object existing, String idToBuild)<br />
       at Microsoft.Practices.ObjectBuilder.SingletonStrategy.BuildUp(IBuilderContext context, Type typeToBuild, Object existing, String idToBuild)<br />
       at Microsoft.Practices.ObjectBuilder.BuilderStrategy.BuildUp(IBuilderContext context, Type typeToBuild, Object existing, String idToBuild)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.ConfigurationNameMappingStrategy.BuildUp(IBuilderContext context, Type t, Object existing, String id)<br />
       at Microsoft.Practices.ObjectBuilder.BuilderBase`1.DoBuildUp(IReadWriteLocator locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[] transientPolicies)<br />
       at Microsoft.Practices.ObjectBuilder.BuilderBase`1.BuildUp(IReadWriteLocator locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[] transientPolicies)<br />
       at Microsoft.Practices.ObjectBuilder.BuilderBase`1.BuildUp[TTypeToBuild](IReadWriteLocator locator, String idToBuild, Object existing, PolicyList[] transientPolicies)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp[T](IReadWriteLocator locator, String id, IConfigurationSource configurationSource)<br />
       at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.LocatorNameTypeFactoryBase`1.Create(String name)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicy.GetExceptionPolicy(Exception exception, String policyName)<br />
       at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicy.HandleException(Exception exceptionToHandle, String policyName)<br />
       at Motoman.Atn.Dal.PinNumberDB.Save(String sourcefilepath, String formatfilepath) in C:\Documents and Settings\Developer\My Documents\Visual Studio 2005\Projects\motoman\MotomanDAL\PinNumberDB.cs:line 93<br />
       at Motoman.Atn.BLL.PinNumberManager.PinSaves(String filepath, String formatfilepath) in C:\Documents and Settings\Developer\My Documents\Visual Studio 2005\Projects\motoman\MotomanBLL\PinNumberManager.cs:line 31<br />
       at _Default.Page_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\motoman\Default.aspx.cs:line 18<br />
       at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)<br />
       at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)<br />
       at System.Web.UI.Control.OnLoad(EventArgs e)<br />
       at System.Web.UI.Control.LoadRecursive()<br />
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)<br />

GeneralRe: Enterprise Library Data Access Block 2.0 Pin
Colin Angus Mackay16-Mar-07 4:43
Colin Angus Mackay16-Mar-07 4:43 

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.