Automatic compile of class file in asp.net

  • Thread starter Thread starter s.hong
  • Start date Start date
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
 
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

Similar Threads

Compile Class 1
ASP.NET 64 bit compilation 1
Where to place class file 1
App_Code & bin 9
Using DLL in ASPX 4
Assembly 1
Compile classes 1
.NET SDK. How to compile a VB file? 3

Back
Top