[Cyberduck-trac] [Cyberduck] #7166: Error on ResourcesBundle.resx

Cyberduck trac at trac.cyberduck.ch
Tue Apr 16 19:50:15 UTC 2013


#7166: Error on ResourcesBundle.resx
----------------------+----------------------
 Reporter:  bobfelix  |         Owner:
     Type:  defect    |        Status:  new
 Priority:  normal    |     Milestone:
Component:  core      |       Version:  4.2.1
 Severity:  normal    |    Resolution:
 Keywords:            |  Architecture:
 Platform:            |
----------------------+----------------------
Description changed by bobfelix:

Old description:

> There is one error on:
> cyberduckTrunk\source\ch\cyberduck\ResourcesBundle.resx
>
>  <data name="googlestorage" type="System.Resources.ResXFileRef,
> System.Windows.Forms">
>     <value>Resources\googlestorage.tiff;System.Drawing.Bitmap,
> System.Drawing, Version=4.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a</value>
>   </data>
>
> To solve that, I change to:
> <data name="googlestorage" type="System.Resources.ResXFileRef,
> System.Windows.Forms">
>     <value>..\..\..\img\googlestorage.tiff;System.Drawing.Bitmap,
> System.Drawing, Version=4.0.0.0, Culture=neutral,
> PublicKeyToken=b03f5f7f11d50a3a</value>
>   </data>

New description:

 There is one error on:
 cyberduckTrunk\source\ch\cyberduck\ResourcesBundle.resx

  <data name="googlestorage" type="System.Resources.ResXFileRef,
 System.Windows.Forms">
     <value>Resources\googlestorage.tiff;System.Drawing.Bitmap,
 System.Drawing, Version=4.0.0.0, Culture=neutral,
 PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>

 To solve that, I change to:

 <data name="googlestorage" type="System.Resources.ResXFileRef,
 System.Windows.Forms">
     <value>..\..\..\img\googlestorage.tiff;System.Drawing.Bitmap,
 System.Drawing, Version=4.0.0.0, Culture=neutral,
 PublicKeyToken=b03f5f7f11d50a3a</value>
   </data>

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7166#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list