You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by Felipe Pinto <fe...@gmail.com> on 2006/01/31 21:27:55 UTC

IBatis.NET Debug Mode

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 directory

find /i "Debug" *.dll

The result is like this.

---------- IBATISNET.COMMON.DLL
Debug
get_IsDebugEnabled
IsDebugEnabled

---------- IBATISNET.DATAMAPPER.DLL
get_IsDebugEnabled
Debug
Anyone know anything about this?
Best regards,
Felipe

Re: IBatis.NET Debug Mode

Posted by Gilles Bayon <ib...@gmail.com>.
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<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=1>
("1.7.0.0")]
[assembly: AssemblyCopyright<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=2>
("Copyright 2004,2005 The Apache Software Foundation")]
[assembly: CLSCompliant<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=3>
(true)]
[assembly: AssemblyTrademark<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=4>
("Licensed under the Apache License, Version 2.0")]
[assembly: AssemblyProduct<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=5>
("iBATIS.NET")]
[assembly: AssemblyCompany<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=6>
("http://ibatis.apache.org/")]
[assembly: AssemblyDescription<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=7>
("Data Access Object (DAO) design pattern implementation.")]
[assembly: AssemblyTitle<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=8>
("iBATIS.DataAccess")]
[assembly: AssemblyKeyFile<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=9>
(@"..\..\..\AssemblyKey.snk")]
[assembly: AssemblyDelaySign<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=10>
(false)]
[assembly: AssemblyConfiguration<http://www.aisto.com/roeder/dotnet/Default.aspx?Object=11>
("net-1.1.win32; Release")]



On 1/31/06, Felipe Pinto <fe...@gmail.com> 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 directory
>
> find /i "Debug" *.dll
>
> The result is like this.
>
> ---------- IBATISNET.COMMON.DLL
> Debug
> get_IsDebugEnabled
> IsDebugEnabled
>
> ---------- IBATISNET.DATAMAPPER.DLL
> get_IsDebugEnabled
> Debug
> Anyone know anything about this?
> Best regards,
> Felipe
>
>