c# - Use visual Studio designer with custom build tool -


i have winforms application , want create class hierarchy like:

myform : myothernonabstractform : system.windows.form 

as i'm using custom build tool not integrated vs, i'm unable view myform in designer (as i'm unable build inside vs).

is there workaround having designer-view myform without building solution in vs? add resulting dll reference, doesn't seem workaround ...


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -