hi,
i m getting an exception on Intiliase of component in my form application...its related to EnterpriseDT.Util.Debug.Logger.i m sending u the stack trace of the exception:
System.TypeInitializationException was unhandled
Message="The type initializer for 'EnterpriseDT.Util.Debug.Logger' threw an exception."
Source="edtFTPnet"
TypeName="EnterpriseDT.Util.Debug.Logger"
StackTrace:
at EnterpriseDT.Util.Debug.Logger.GetLogger(String clazz)
at EnterpriseDT.Net.Ftp.FTPClient.InitBlock()
at EnterpriseDT.Net.Ftp.FTPClient..ctor()
at EnterpriseDT.Net.Ftp.FTPConnection..ctor()
at EnterpriseDT.Net.Ftp.FTPConnection..ctor(IContainer container)
at ManualTicketProcessor.TestFTP.InitializeComponent() in R:\Source\RazorGator\DigitalTicket\Razorgator.DigitalTicket.ManualTicketProcessor\TestFTP.Designer.cs:line 32
at ManualTicketProcessor.TestFTP..ctor() in R:\Source\RazorGator\DigitalTicket\Razorgator.DigitalTicket.ManualTicketProcessor\TestFTP.cs:line 15
at ManualTicketProcessor.Program.Main() in R:\Source\RazorGator\DigitalTicket\Razorgator.DigitalTicket.ManualTicketProcessor\Program.cs:line 20
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
can u please help me understnd wht cud be the reason for that...my test application works fine...bt when i put the code on the project application it throws this exception