Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.Net - Determine If In Runtime Or Development
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01401715
Message ID:
01401740
Views:
58
>How do I know if my app is running on development or runtime?

There is no such distinction in .NET - it always runs from the compiled EXE
Debugger.IsAttached may help you depending on what you are trying to do

If you were asking about controls in the IDE then the Component.DesignMode property is available
HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform