Running programs
-
Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!
Luis E Tineo S
-
Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!
Luis E Tineo S
Perhaps the version of .NET Framework on the other computer is older than the version on the computer the app was developed on. Try updating the .NET Framework on the other computer to the newest version.
Kristian Sixhoej
"Failure is not an option" - Gene Kranz
-
Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!
Luis E Tineo S
If updating your .Net environment doesn't work, then your application my not have security permissions to do whatever it is trying to do (read/write to the file system, install applications, run third party applications, etc.). Try raising the trust level of the application and running it as an administrator on the computer. Let us know if it works. Jeff
-
Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!
Luis E Tineo S
kingletas wrote:
learning how to explode C#
Generally speaking, C# programs rarely explode. Division by zero exceptions however may result in unpleasant consequences...
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
Hey all, I recently completed it some applications which run smoothly and perfectly on the computer i developed it. However when i run the application elsewhere it throws an exception that it does not in the main computer... what could be possibly happening here? I have installed IIS on the computer and when i am running the application i go to the project/bin/release folder and run the program, but it does nothing that throw that exception.... I have previously finished some applications on other computers and there are fine but i wonder why this is not working! Any tips? Thanks all, PS: I got some new books and hopefully after reading them and learning how to explode C# i will be able to help out here as much as i am been helped!!!!
Luis E Tineo S
Hi! The first and most important tip is to read and understand the exceptions you get! Just saying "it throws an exception - what can be wrong" is like going to a doctor and telling him "sometimes something hurts. Help me!":sigh:. If you tell us the exception and where it occurrs, we might be able to help you without having to resort to our crystal balls...
Regards, mav -- Black holes are the places where God divided by 0...
-
Hi! The first and most important tip is to read and understand the exceptions you get! Just saying "it throws an exception - what can be wrong" is like going to a doctor and telling him "sometimes something hurts. Help me!":sigh:. If you tell us the exception and where it occurrs, we might be able to help you without having to resort to our crystal balls...
Regards, mav -- Black holes are the places where God divided by 0...
mav.northwind wrote:
we might be able to help you without having to resort to our crystal balls...
I like resorting to my crystal balls. It feels so good when you get the answer right;).
Deja View - the feeling that you've seen this post before.