Automatic compile of class file in asp.net

S

s.hong

I thought that if the class files compliled automatically when they changed,
and distributed to '/bin' folder. then, I can easily manage my class file.
(I know some JSP engine have the same function 'auto-compile' )

I can write batch command 'vbc ...' to compile my vb files to dll. but,
When I change some class file, always I must run it. and,
It seems not to be acceptable for team programming.

Is there are anyone have a good IDEA?

Thanks

I
 
E

Edward

did you have the experience with UltraEdit ?

When you change the file outside UltraEdit , the opened file in ultraedit
will find it has been changed, then popup a window asking you whether to
reload the file ?

another case, asp.net can also trace file changes.

So my idea is that you register a hook to handle the changed event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top