473,508 Members | 3,235 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Enterprise Library EHAB Error

Hi,
I have been successfully using the EHAB & Logging Application Block. Now
however I get the error below and looking on line I was told that I have not
set references to all the dlls. I have set references to the following dlls
to enable logging in the EHAB -
Microsoft.Practices.EnterpriseLibrary.Configuratio n.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.dll
Microsoft.Practices.EnterpriseLibrary.Logging.Conf iguration.Design.dl
Microsoft.Practices.EnterpriseLibrary.Logging.dll

together with the EHAB dlls -

Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.ObjectBuilder.dll

I have even removed the references then re-added them.

I would really appreciate any help.

Kind regards,

Polly Anna
the Error message -


Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionHandlingException:
The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot be
resolved. Please verify the spelling is correct or that the full type name is
provided. ---System.ArgumentException: The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot be
resolved. Please verify the spelling is correct or that the full type name is
provided.
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.AssemblyQualifiedTypeNameConverter.Conver tFrom(ITypeDescriptorContext
context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(Ob ject value)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.NameTypeConfigurationElement.get_Type()
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.CustomProviderAssembler`3.A ssemble(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.AssemblerBasedObjectFactory `2.Create(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyEntryCustomFactory.Create(IBu ilderContext
context, ExceptionTypeData objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyCustomFactory.CreateObject(IB uilderContext
context, String name, IConfigurationSource configurationSource,
ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfiguredObjectStrategy.Bu ildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.SingletonStrateg y.BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfigurationNameMappingStr ategy.BuildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Do BuildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp[TTypeToBuild](IReadWriteLocator
locator, String idToBuild, Object existing, PolicyList[] transientPolicies)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.EnterpriseLibraryFactory.Bu ildUp[T](IReadWriteLocator
locator, String id, IConfigurationSource configurationSource)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.LocatorNameTypeFactoryBase` 1.Create(String name)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
--- End of inner exception stack trace ---
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception
exceptionToHandle, String policyName, ExceptionPolicyFactory policyFactory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception exceptionToHandle, String policyName)
at DenEHAB.ExceptionPolicy.HandleException(Exception& pEx, String
pstrPolicyName) in C:\Documents and Settings\David Woodhouse\My
Documents\Visual Studio 2008\Projects\DenEHAB\DenEHAB\ExceptionPolicy.vb:l ine
15
at WindowsTestHarness.Form1.cmdEventLog_Click(Object sender, EventArgs e)
in C:\Documents and Settings\David Woodhouse\My Documents\Visual Studio
2008\Projects\DenEHAB\WindowsTestHarness\Form1.vb: line 134

Jun 27 '08 #1
2 1781
That error isn't telling you that you didn't set the references to the
assemblies. If you hadn't set the references it wouldn't have compiled and
there is no way you'd get a stack trace out of an application that isn't
running. It's telling you that it cannot find a copy of the assembly
anywhere. Either in your bin folder, GAC, or in a probing path.

"Polly Anna" <Po*******@discussions.microsoft.comwrote in message
news:F3**********************************@microsof t.com...
Hi,
I have been successfully using the EHAB & Logging Application Block. Now
however I get the error below and looking on line I was told that I have
not
set references to all the dlls. I have set references to the following
dlls
to enable logging in the EHAB -
Microsoft.Practices.EnterpriseLibrary.Configuratio n.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.dll
Microsoft.Practices.EnterpriseLibrary.Logging.Conf iguration.Design.dl
Microsoft.Practices.EnterpriseLibrary.Logging.dll

together with the EHAB dlls -

Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.ObjectBuilder.dll

I have even removed the references then re-added them.

I would really appreciate any help.

Kind regards,

Polly Anna
the Error message -


Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionHandlingException:
The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot
be
resolved. Please verify the spelling is correct or that the full type name
is
provided. ---System.ArgumentException: The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot
be
resolved. Please verify the spelling is correct or that the full type name
is
provided.
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.AssemblyQualifiedTypeNameConverter.Conver tFrom(ITypeDescriptorContext
context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(Ob ject value)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.NameTypeConfigurationElement.get_Type()
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.CustomProviderAssembler`3.A ssemble(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.AssemblerBasedObjectFactory `2.Create(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyEntryCustomFactory.Create(IBu ilderContext
context, ExceptionTypeData objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyCustomFactory.CreateObject(IB uilderContext
context, String name, IConfigurationSource configurationSource,
ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfiguredObjectStrategy.Bu ildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.SingletonStrateg y.BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfigurationNameMappingStr ategy.BuildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Do BuildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp[TTypeToBuild](IReadWriteLocator
locator, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.EnterpriseLibraryFactory.Bu ildUp[T](IReadWriteLocator
locator, String id, IConfigurationSource configurationSource)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.LocatorNameTypeFactoryBase` 1.Create(String
name)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
--- End of inner exception stack trace ---
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception
exceptionToHandle, String policyName, ExceptionPolicyFactory
policyFactory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception
exceptionToHandle, String policyName)
at DenEHAB.ExceptionPolicy.HandleException(Exception& pEx, String
pstrPolicyName) in C:\Documents and Settings\David Woodhouse\My
Documents\Visual Studio
2008\Projects\DenEHAB\DenEHAB\ExceptionPolicy.vb:l ine
15
at WindowsTestHarness.Form1.cmdEventLog_Click(Object sender, EventArgs
e)
in C:\Documents and Settings\David Woodhouse\My Documents\Visual Studio
2008\Projects\DenEHAB\WindowsTestHarness\Form1.vb: line 134
Jun 27 '08 #2
Hi Jeff,

Thank you for pointing me in the right direction, can't see the wood for the
trees. I shall have a go tonight (as it is on my other computer).

Thank you very much indeed.

Kind regards,

Polly Anna

"Jeff Winn" wrote:
That error isn't telling you that you didn't set the references to the
assemblies. If you hadn't set the references it wouldn't have compiled and
there is no way you'd get a stack trace out of an application that isn't
running. It's telling you that it cannot find a copy of the assembly
anywhere. Either in your bin folder, GAC, or in a probing path.

"Polly Anna" <Po*******@discussions.microsoft.comwrote in message
news:F3**********************************@microsof t.com...
Hi,
I have been successfully using the EHAB & Logging Application Block. Now
however I get the error below and looking on line I was told that I have
not
set references to all the dlls. I have set references to the following
dlls
to enable logging in the EHAB -
Microsoft.Practices.EnterpriseLibrary.Configuratio n.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.Configuration.Design.dll,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging.dll
Microsoft.Practices.EnterpriseLibrary.Logging.Conf iguration.Design.dl
Microsoft.Practices.EnterpriseLibrary.Logging.dll

together with the EHAB dlls -

Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.ObjectBuilder.dll

I have even removed the references then re-added them.

I would really appreciate any help.

Kind regards,

Polly Anna
the Error message -


Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionHandlingException:
The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot
be
resolved. Please verify the spelling is correct or that the full type name
is
provided. ---System.ArgumentException: The type
'Microsoft.Practices.EnterpriseLibrary.ExceptionHa ndling.Logging.LoggingExceptionHandler,
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.Logging,
Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot
be
resolved. Please verify the spelling is correct or that the full type name
is
provided.
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.AssemblyQualifiedTypeNameConverter.Conver tFrom(ITypeDescriptorContext
context, CultureInfo culture, Object value)
at System.ComponentModel.TypeConverter.ConvertFrom(Ob ject value)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.NameTypeConfigurationElement.get_Type()
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.CustomProviderAssembler`3.A ssemble(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.AssemblerBasedObjectFactory `2.Create(IBuilderContext
context, TConfiguration objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyEntryCustomFactory.Create(IBu ilderContext
context, ExceptionTypeData objectConfiguration, IConfigurationSource
configurationSource, ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicyCustomFactory.CreateObject(IB uilderContext
context, String name, IConfigurationSource configurationSource,
ConfigurationReflectionCache reflectionCache)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfiguredObjectStrategy.Bu ildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.SingletonStrateg y.BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.ObjectBuilder.BuilderStrategy. BuildUp(IBuilderContext
context, Type typeToBuild, Object existing, String idToBuild)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.ConfigurationNameMappingStr ategy.BuildUp(IBuilderContext
context, Type t, Object existing, String id)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Do BuildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp(IReadWriteLocator
locator, Type typeToBuild, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.ObjectBuilder.BuilderBase`1.Bu ildUp[TTypeToBuild](IReadWriteLocator
locator, String idToBuild, Object existing, PolicyList[]
transientPolicies)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.EnterpriseLibraryFactory.Bu ildUp[T](IReadWriteLocator
locator, String id, IConfigurationSource configurationSource)
at
Microsoft.Practices.EnterpriseLibrary.Common.Confi guration.ObjectBuilder.LocatorNameTypeFactoryBase` 1.Create(String
name)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
--- End of inner exception stack trace ---
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.GetExceptionPolicy(Exception
exception, String policyName, ExceptionPolicyFactory factory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception
exceptionToHandle, String policyName, ExceptionPolicyFactory
policyFactory)
at
Microsoft.Practices.EnterpriseLibrary.ExceptionHan dling.ExceptionPolicy.HandleException(Exception
exceptionToHandle, String policyName)
at DenEHAB.ExceptionPolicy.HandleException(Exception& pEx, String
pstrPolicyName) in C:\Documents and Settings\David Woodhouse\My
Documents\Visual Studio
2008\Projects\DenEHAB\DenEHAB\ExceptionPolicy.vb:l ine
15
at WindowsTestHarness.Form1.cmdEventLog_Click(Object sender, EventArgs
e)
in C:\Documents and Settings\David Woodhouse\My Documents\Visual Studio
2008\Projects\DenEHAB\WindowsTestHarness\Form1.vb: line 134

Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4331
by: Mike Chamberlain | last post by:
Hi all. I'm trying to extend the Microsoft Enterprise Library Data Access Application Block (http://msdn.microsoft.com/library/en-us/dnpag2/html/daab.asp?frame=true) to work with a Borland...
0
509
by: cgmoore | last post by:
I added the Exception Handling Application Block to a project I am working on and I've created a type that implements IExceptionHandler to serve as a custom handler. When I try to set the TypeName...
3
3937
by: veera sekhar kota | last post by:
hi, im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked...
0
1560
by: veera sekhar kota | last post by:
im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked me to...
0
1431
by: veera sekhar kota | last post by:
im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked me to...
0
2606
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
7
2688
by: rockdale | last post by:
hi, I just downloaded Microsoft Enterprise Library Jan 2006 and try to integrate it into my asp.net application. As i am going to connect to mySQL database, I need to include the source code in my...
0
4589
by: =?Utf-8?B?YW5rMmdv?= | last post by:
Hi, Thanks in advance for reading this. Not sure where to post this question, but I hope someone in here can help. Trying to write to Event Log in VS 2005 (.NET 2.0) using Enterprise Library...
1
1551
by: GaryDean | last post by:
I now have installed (from the same install) Enterprise Library - January 2006 and Enterprise Library - June 2005. The install for these two was called Enterprise Library for .Net 2.0. (not...
0
7228
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7128
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7393
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4715
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3191
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
769
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.