External Item

I have one module name mod_gen in web project I want to make this module as external item but in context menu make external is disable how do I create this module external item so I can use in multiple projects

In your web project, navigator pane, did you select mod_gen before issuing a right-click on it ?

Yes

https://forum.xojo.com/12202-why-use-make-external/0#p90614

Tim Hare 20 Jun 2014 Beta Testers Portland, OR USA

A module cannot be external if it contains classes. Only methods and properties.

I have one class inside this module that is why not able to make it external item