strong name assembly IBatisNet.DataMapper.dll DLL

2005-10-14 Thread Mariano
Hello Ive a little problem with IBatisNet.DataMapper.dll, when im building my solution, .Net tell me , you need strong name assembly for IBatisNet.DataMapper.dll. SomeBoy have had this problem. thnks __ Renovamos el Correo Yahoo!

Re: strong name assembly IBatisNet.DataMapper.dll DLL

2005-10-14 Thread Ron Grabowski
Comment out these lines in AssemblyInfo.cs: // [assembly: AssemblyDelaySign(false)] // [assembly: AssemblyKeyName()] // [assembly: AssemblyKeyFile(..\\..\\AssemblyKey.snk)] --- Mariano [EMAIL PROTECTED] wrote: Hello Ive a little problem with IBatisNet.DataMapper.dll, when im building my

RE: ConfigureAndWatch Performance Issue

2005-10-14 Thread Ron Grabowski
SVN is an abbreviation for Subversion which is the source control system that Apache projects use. You can view the most up to date versions of IBatisNet here: http://svn.apache.org/repos/asf/ibatis/trunk/cs/mapper/ There is a program called TortoiseSVN that makes it very easy to integrate SVN

RE: ConfigureAndWatch Performance Issue

2005-10-14 Thread Ron Grabowski
Hmmm, this is what I did (Flash movie): http://www.ronosaurus.com/IBatisNet/IBatisNet-svn.htm and it worked ok. Are you able to view this website in your browser: http://svn.apache.org/ --- Cynthia Torres [EMAIL PROTECTED] wrote: Ok...Thanks for the clarification. I did all your

Re: strong name assembly IBatisNet.DataMapper.dll DLL

2005-10-14 Thread Mariano
thnks Ive used al.exe , its working --- Ron Grabowski [EMAIL PROTECTED] escribió: Comment out these lines in AssemblyInfo.cs: // [assembly: AssemblyDelaySign(false)] // [assembly: AssemblyKeyName()] // [assembly: AssemblyKeyFile(..\\..\\AssemblyKey.snk)] --- Mariano [EMAIL

Re: ConfigureAndWatch Performance Issue

2005-10-14 Thread Gilles Bayon
The files are still there. On 10/14/05, Ron Grabowski [EMAIL PROTECTED] wrote: I believe this is the only way Apache projects can be checked out ofsource control. Last time I checked this directory: http://svn.apache.org/dist/there was a alpha/beta(?) binary build from a few weeks ago that

RE: ConfigureAndWatch Performance Issue

2005-10-14 Thread Ron Grabowski
There was talk a few months ago about setting up an automated build system that would generate nightly binaries and upload those to an apache.org server. I don't think the details ever got ironed out. --- Cynthia Torres [EMAIL PROTECTED] wrote: Yes I'm able to see the site. Is this the only

RE: ConfigureAndWatch Performance Issue

2005-10-14 Thread Cynthia Torres
I downloaded the bin files version 1.3.0. After this I changed the sqlmap.config for the one provided in the folder and made some changes to my code: Dim handler As ConfigureHandler = New ConfigureHandler(AddressOf Configure) Dim builder As DomSqlMapBuilder = New DomSqlMapBuilder mapper =