While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

adan

# Reply

Sorry I'm pretty new to C#

How can I compile this as a dll?

Gravatar

Richard Moss

# Reply

Unfortunately I can't condense a beginners guide to C# and Visual Studio into a comment, it's a pretty wide ranging subject! But basically, if you have a solution open, open the Build menu and choose Rebuild to do everything, or context click a project in the Solution Explorer and choose Build to build individual projects. This will then compile your project into the various DLL/EXE files depending on the types of project - generally these will be in a folder called either "debug" or "release" depending on the project configuration.

Have you tried looking at the Getting Started with Visual Studio documentation on MSDN?

adan

# Reply

NEver mind, have already solved it! Thank you very much