Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@SaktiEricsson
Copy link

No description provided.

@theoutlander
Copy link
Contributor

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.

@nikhilk
Copy link
Owner

nikhilk commented Jan 28, 2014

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.

@SaktiEricsson
Copy link
Author

Thanks a lot Nikhil. Yes it did solve the problem.

On Tue, Jan 28, 2014 at 6:18 AM, Nikhil Kothari [email protected]:

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
.

Sakti Ranjan Kar
IT Consultant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants