0

I have a solution contain one class library and one JavaScript file. I want build it into dll file and then call a function in that file.

1 Answer 1

2

If this is for a web project (which I'm assuming) why do you want to do it this way? Is this for deployment of your single library to others?

You need to embed this as a resource which wil lthen use ScriptResource.axd.

See:

http://msdn.microsoft.com/en-us/library/system.web.handlers.scriptresourcehandler.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.