Only release are signed
If you use Reflector, you will get
// Assembly IBatisNet.DataAccess, Version 1.7.0.0 |
| Location: | ******\IBatisNet.DataAccess.dll |
| Name: | IBatisNet.DataAccess, Version=1.7.0.0, Culture=neutral, PublicKeyToken=ed781d9fc396c6ca |
| Type: | Library |
[assembly: AssemblyVersion
("1.7.0.0")]
[assembly: AssemblyCopyright("Copyright 2004,2005 The Apache Software Foundation")]
[assembly: CLSCompliant(true)]
[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
[assembly: AssemblyProduct("iBATIS.NET")]
[assembly: AssemblyCompany("http://ibatis.apache.org/")]
[assembly: AssemblyDescription("Data Access Object (DAO) design pattern implementation.")]
[assembly: AssemblyTitle("iBATIS.DataAccess")]
[assembly: AssemblyKeyFile(@"..\..\..\AssemblyKey.snk")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
[assembly: AssemblyCopyright("Copyright 2004,2005 The Apache Software Foundation")]
[assembly: CLSCompliant(true)]
[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
[assembly: AssemblyProduct("iBATIS.NET")]
[assembly: AssemblyCompany("http://ibatis.apache.org/")]
[assembly: AssemblyDescription("Data Access Object (DAO) design pattern implementation.")]
[assembly: AssemblyTitle("iBATIS.DataAccess")]
[assembly: AssemblyKeyFile(@"..\..\..\AssemblyKey.snk")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
On 1/31/06, Felipe Pinto <[EMAIL PROTECTED]> wrote:
Hi,It's sound like the last release version to download is in Debug Mode.I tried to build it from the source, but I still think it is on debug mode.I'm checking this by using the follow Windows Command at the bin directoryfind /i "Debug" *.dllThe result is like this.---------- IBATISNET.COMMON.DLL
Debug
get_IsDebugEnabled
IsDebugEnabled---------- IBATISNET.DATAMAPPER.DLL
get_IsDebugEnabled
DebugAnyone know anything about this?Best regards,Felipe

