Quantcast
Channel: ResX Resource Manager
Viewing all 2435 articles
Browse latest View live

Commented Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.
Comments: ** Comment from web user: SlickRick **

Hi,

I just installed the latest version (1.0.0.27) found in the 'Extension and Updates' manager.

Sadly I seem to still have this issue:

ResX Resource Manager loaded.
Home: http://resxresourcemanager.codeplex.com/
Report issues: http://resxresourcemanager.codeplex.com/workitem/list/basic
Support the project by adding a short review: http://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68
Assembly location: C:\Users\eric\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\tro3jeip.soy
Resolve assembly DataGridExtensions, Version=1.0.11.0, Culture=neutral, PublicKeyToken=43de855f87de903a => C:\Users\eric\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\tro3jeip.soy\DataGridExtensions.dll
Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)
Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)


Source code checked in, #27811

$
0
0
Shield project item enumeration against exceptions

Commented Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.
Comments: Associated with changeset 27811: Shield project item enumeration against exceptions

Commented Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.
Comments: ** Comment from web user: tomenglert **

Can you test the attached version, please?

New Post: Export

$
0
0
Hi,
is there a plan to add an export (to excel maybe) feature?
What I actually do is to use the copy command and directly paste to Excel, but it would be great to have an export feature to automate this process.
Export the single sheet to a new excel file or the whole "project" to a single multi-sheet (per resx file) excel file.

Commented Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.
Comments: ** Comment from web user: SlickRick **

The attached version works great.

Thanks for supporting me, keep up the good work.

oh I have a feature request that I will propose to you in another discussion.

Created Unassigned: Feature Request - Allow file creation in the stand alone application [1164]

$
0
0
When we want to translate files, we usually just isolate all the resx, put them in a folder and let the translator (who is not a developer) do the job.

I would love to see the standalone editor automatically create new language file if none is currently there.

Since the translator is not a developer, we don't want to install VS in order to perform this task. And right now they need to manually create the new language resources when it is not there. I believe this can be an feature that is not so hard to implement and which would improve experience while using the editor.

Thanks for listening

Created Feature: Export [1165]

$
0
0
Hi,
is there a plan to add an export (to excel maybe) feature?
What I actually do is to use the copy command and directly paste to Excel, but it would be great to have an export feature to automate this process.
Export the single sheet to a new excel file or the whole "project" to a single multi-sheet (per resx file) excel file.

New Post: Export

$
0
0
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

Commented Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.
Comments: ** Comment from web user: tomenglert **

Can you have a look at the output and find out what file(s) had caused this problem?
I'm just curious to find out what has caused this.

New Post: Automatic translations

$
0
0
I have begun to use this excellent tool for all of our vs projects, but I am missing automatic translation of ressources.

It would be very nice if this tool could be integrated directly with
Api Keys should probably be a configuration option.

This feature could have two main features:
  1. automatically translate resx value
  2. "right click" to translate individual resx values.

Source code checked in, #28017

$
0
0
Make comments of all languages editable.

Edited Unassigned: Library not registered [1155]

$
0
0
Hi,

When I try to load ResX Resource Manager within Visual Studio on solution that contains at least one COM exposed project I get some library not registered error message box:

"Error loading resource files: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
See output window for details."

The output window give the following:

Error: System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Runtime.InteropServices.CustomMarshalers.EnumerableViewOfDispatch.GetEnumerator()
at System.Collections.IEnumerable.GetEnumerator()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(ProjectItems projectItems, IDictionary`2 items)
at tomenglertde.ResXManager_VSIX.DteExtensions.GetProjectFiles(Solution solution)
at tomenglertde.ResXManager_VSIX.MyToolWindow.GetProjectFiles()
at tomenglertde.ResXManager_VSIX.MyToolWindow.Solution_Changed(Boolean forceReload)

Therefor Resx Manager opens without any files loaded.

Although if I open the Resx files with the standalone version, every loads without any errors.

Source code checked in, #28023

Released: 1.0.0.28 (Nov 24, 2013)

$
0
0
1.0.0.28
  • WI1157: Make all comments accessible. Comments are hidden by default, and can be made visible by using the "show columns" toolbar button.
  • Fix WI1155.
1.0.0.27
  • Fix WI1149 & WI1153: Resources not visible
  • Add Feature WI1136: Support .resw files for windows store apps
1.0.0.26
  • WI1141: Improve message when an xml file fails to load. Ignore projects that fail to load.
1.0.0.25
  • WI1133: Improve error message
1.0.0.24
  • WI1121: Improve error messages
1.0.0.23
  • WI1098: VS Crash after changing filter
1.0.0.22
  • WI1091: Context menu for copy resource key.
  • WI1090: Enable multi-line paste.
1.0.0.21
  • WI1060: ResX Manager crashes after update.
1.0.0.20
  • WI958: Reference something in DGX, so we don't need to load the assembly dynamically.
  • WI1055: Add the possibility to mark items that do not need translation as invariant.
  • WI1056: Support VS 2013
1.0.0.19
  • Fix WI1046: VS Crash when sorting the table
  • New WI1055: Add possibility to mark items that do not need translation as invariant
1.0.0.18
  • Enable spell checker (if .Net language pack for the target language is installed)
  • German localization
  • Fix WI1002: Wrong Spanish flag
  • Fix WI993: Details of load errors are shown in the output pane
1.0.0.17
  • Catch errors and show in output window.
  • Make the language of the comment column selectable.
  • Add a "Like" button.
1.0.0.16
  • New filter "Show only rows with missing entries" makes it easier to find untranslated entries
  • Support linked items shared by multiple projects (fixes WI980, 982)
  • Fix WI986: Filtering on column doesn't work most of the time
1.0.0.15
  • Add new languages (works in extension only)
  • Edit multiple projects simultaneously
  • Flat or grouped view of multiple projects
  • Choose what columns to show or hide
  • Extended project/file filter
1.0.0.14
  • FIX WI909: Added filter for resource files
  • Sort files alphabetically
1.0.0.13
  • FIX WI889: Support legacy language tags (e.g. zh-CHS and zh-CHT)
1.0.0.12
  • FIX WI821: Re-create designer files after modifying neutral language.
1.0.0.11
  • FIX WI880: column filters restored.
1.0.0.10
  • FIX WI871: web forms support (files with nested extension like *.aspx.resx)
  • FIX WI870: Sort by key/Keep sorting - Default sort order now is by key.
  • FIX WI849/833: Improved auto-refresh when activating the view, + explicit refresh button.
  • FIX WI821: New strings can be added in the resource manager.
1.0.0.9
  • Usability improvements
    • DEL key deletes rows
    • Preserve column width and order during session
    • Preserve selection during session
    • Resizable navigation panel
    • Editable comments
1.0.0.8
  • FIX WI801: Extensions does not find ResX in Solution Folders
  • Improve keyboard navigation: Ctrl-Return starts editing without overwriting the content of a cell.
  • Improve multi-line editing: Return navigates instead of adding a new line. Ctrl-Return inserts a new line.
1.0.0.7
  • Import/Export tables also with multi-line text in cells.
1.0.0.6
  • Show the comment of the neutral language file
  • Import/Export tables via clipboard
1.0.0.5
  • VisualStudio Extension: Support VS 2012
1.0.0.4
  • Delete: Allow to delete multiple rows and correctly update display.
  • Improve context menus.
  • Show tooltip how to change the neutral language icon.
1.0.0.3
  • Show an icon for the neutral language, too.
1.0.0.2
  • Show display name and icon of the languages.
  • Automatic checkout of files upon editing, warn on file access errors.
  • Highlight empty entries.

Created Release: 1.0.0.28 (Nov 24, 2013)

$
0
0
1.0.0.28
  • WI1157: Make all comments accessible. Comments are hidden by default, and can be made visible by using the "show columns" toolbar button.
  • Fix WI1155.
1.0.0.27
  • Fix WI1149 & WI1153: Resources not visible
  • Add Feature WI1136: Support .resw files for windows store apps
1.0.0.26
  • WI1141: Improve message when an xml file fails to load. Ignore projects that fail to load.
1.0.0.25
  • WI1133: Improve error message
1.0.0.24
  • WI1121: Improve error messages
1.0.0.23
  • WI1098: VS Crash after changing filter
1.0.0.22
  • WI1091: Context menu for copy resource key.
  • WI1090: Enable multi-line paste.
1.0.0.21
  • WI1060: ResX Manager crashes after update.
1.0.0.20
  • WI958: Reference something in DGX, so we don't need to load the assembly dynamically.
  • WI1055: Add the possibility to mark items that do not need translation as invariant.
  • WI1056: Support VS 2013
1.0.0.19
  • Fix WI1046: VS Crash when sorting the table
  • New WI1055: Add possibility to mark items that do not need translation as invariant
1.0.0.18
  • Enable spell checker (if .Net language pack for the target language is installed)
  • German localization
  • Fix WI1002: Wrong Spanish flag
  • Fix WI993: Details of load errors are shown in the output pane
1.0.0.17
  • Catch errors and show in output window.
  • Make the language of the comment column selectable.
  • Add a "Like" button.
1.0.0.16
  • New filter "Show only rows with missing entries" makes it easier to find untranslated entries
  • Support linked items shared by multiple projects (fixes WI980, 982)
  • Fix WI986: Filtering on column doesn't work most of the time
1.0.0.15
  • Add new languages (works in extension only)
  • Edit multiple projects simultaneously
  • Flat or grouped view of multiple projects
  • Choose what columns to show or hide
  • Extended project/file filter
1.0.0.14
  • FIX WI909: Added filter for resource files
  • Sort files alphabetically
1.0.0.13
  • FIX WI889: Support legacy language tags (e.g. zh-CHS and zh-CHT)
1.0.0.12
  • FIX WI821: Re-create designer files after modifying neutral language.
1.0.0.11
  • FIX WI880: column filters restored.
1.0.0.10
  • FIX WI871: web forms support (files with nested extension like *.aspx.resx)
  • FIX WI870: Sort by key/Keep sorting - Default sort order now is by key.
  • FIX WI849/833: Improved auto-refresh when activating the view, + explicit refresh button.
  • FIX WI821: New strings can be added in the resource manager.
1.0.0.9
  • Usability improvements
    • DEL key deletes rows
    • Preserve column width and order during session
    • Preserve selection during session
    • Resizable navigation panel
    • Editable comments
1.0.0.8
  • FIX WI801: Extensions does not find ResX in Solution Folders
  • Improve keyboard navigation: Ctrl-Return starts editing without overwriting the content of a cell.
  • Improve multi-line editing: Return navigates instead of adding a new line. Ctrl-Return inserts a new line.
1.0.0.7
  • Import/Export tables also with multi-line text in cells.
1.0.0.6
  • Show the comment of the neutral language file
  • Import/Export tables via clipboard
1.0.0.5
  • VisualStudio Extension: Support VS 2012
1.0.0.4
  • Delete: Allow to delete multiple rows and correctly update display.
  • Improve context menus.
  • Show tooltip how to change the neutral language icon.
1.0.0.3
  • Show an icon for the neutral language, too.
1.0.0.2
  • Show display name and icon of the languages.
  • Automatic checkout of files upon editing, warn on file access errors.
  • Highlight empty entries.

Edited Feature: ResX manager show only Neultral Comment column [1157]

$
0
0
ResX Manager does not show the Comment column for languages ​​...

Created Unassigned: Automatic translations [1171]

$
0
0
I have begun to use this excellent tool for all of our vs projects, but I am missing automatic translation of ressources.

It would be very nice if this tool could be integrated directly with
- Bing Translate Api (free to use http://msdn.microsoft.com/en-us/library/hh454949.aspx)
- Google Translator Api (not free to use: https://developers.google.com/translate/?hl=da).

Api Keys should probably be a configuration option.

This feature could have two main features:
1. automatically translate resx value
2. "right click" to translate individual resx values.

New Post: Automatic translations

$
0
0
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

New Post: Automatic translations

$
0
0
If someone wants to contribute to this item, there are some tasks to resolve:

How to:
  • Have a simple UI to maintain different translation engines.
  • Manage the credentials needed for the engine.
  • Have a simple UI to select source language, target language(s), and items to translate.
  • UI to optionally review translations before accepting the result.
  • Have a nice icon for the toolbar.
Any ideas or contributions for these items are welcome!
Viewing all 2435 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>