complete
Active member
- Joined
- Oct 24, 2012
- Messages
- 31
- Programming Experience
- 3-5
What are the settings I need to have in order to run debug in Visual Studio for a program set up in the IIS?
I have a solution in Microsoft Visual Studio which successfully builds a web solution. This is project is in use and has had other developers work on it. So I can safely conclude that the problem I am having once I run the program locally does not have to do with the code itself but must be on my system somehow.
When I click to run the program by clicking on the proverbial "Run" button in Visual Studio that is renamed as "ISS Express (Internet Explorer)", the browser displays the error:
"Could not load file or assembly 'Extreme.Numerics.Net40.x64.Serial' or one of its dependencies. An attempt was made to load a program with an incorrect format."
I ran the MSI file "Extreme.Numerics.Professional.v5.1.x64" because it was first assumed that the Extreme Numeric was not installed. But when I ran this installer, the dialog window showed that it has already been installed because it offered "Change", "Repair" or "Remove". This implies that it has already been installed.
I went to the IIS and I clicked on the Web site and the "Basic Settings..." and clicked to test the settings, it passed the authentication and authorization.
Please advise. What should I try next or where should I look to get more clues to fix this?
What are the settings I need to have in order to run debug in Visual Studio for a program set up in the IIS?
I have a solution in Microsoft Visual Studio which successfully builds a web solution. This is project is in use and has had other developers work on it. So I can safely conclude that the problem I am having once I run the program locally does not have to do with the code itself but must be on my system somehow.
When I click to run the program by clicking on the proverbial "Run" button in Visual Studio that is renamed as "ISS Express (Internet Explorer)", the browser displays the error:
"Could not load file or assembly 'Extreme.Numerics.Net40.x64.Serial' or one of its dependencies. An attempt was made to load a program with an incorrect format."
I ran the MSI file "Extreme.Numerics.Professional.v5.1.x64" because it was first assumed that the Extreme Numeric was not installed. But when I ran this installer, the dialog window showed that it has already been installed because it offered "Change", "Repair" or "Remove". This implies that it has already been installed.
I went to the IIS and I clicked on the Web site and the "Basic Settings..." and clicked to test the settings, it passed the authentication and authorization.
Please advise. What should I try next or where should I look to get more clues to fix this?
What are the settings I need to have in order to run debug in Visual Studio for a program set up in the IIS?
Last edited: