Add to Resource (.resx) file problem
-
Hi all, I have one resource file in which there is some data and when i want to add the data programetically in the resource file. but when i try to add the value in that file i get an error - **There is no editor available for "name of resource file"
Make sure the application for the file type (.resx) is installed.
**after getting this error i can not able to open resource file.:confused:Rana Krishnraj
-
Hi all, I have one resource file in which there is some data and when i want to add the data programetically in the resource file. but when i try to add the value in that file i get an error - **There is no editor available for "name of resource file"
Make sure the application for the file type (.resx) is installed.
**after getting this error i can not able to open resource file.:confused:Rana Krishnraj
Happened to me a few times... Normally happens when a file / path is renamed / has an invalid name. To fix resource file, find the entry with your Data (In this case Brief.vsk) and remove the following 3 lines: ..\Resources\Brief.vsk;System.Byte[], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Reelix (It seems I was unable to use code blocks due to the format of the ) -= Reelix =-