You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Nikhil, I am simply trying to add a resource file to my Script # solution and its throwing me many compilation error. How to do that? It is not able to identify many assemblies.
#410
Open
SaktiEricsson opened this issue
Jan 24, 2014
· 3 comments
Can you provide more details about what you're doing? What kind of resource are you adding? You might need to drop it in a folder which gets copied to the bin folder by the compiler.
Remember that you can only reference Scriptsharp assemblies.
Did you use the .resx template from within the Script# folder in the Add Item dialog? That template comes with a resx file that is associated with the script# code-generator rather than the default .net code generator that produces c# code containing references that don't apply to the script# world. Hope that helps.
Did you use the .resx template from within the Script# folder in the Add
Item dialog? That template comes with a resx file that is associated with
the script# code-generator rather than the default .net code generator that
produces c# code containing references that don't apply to the script#
world. Hope that helps.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/410#issuecomment-33440788
.
No description provided.
The text was updated successfully, but these errors were encountered: