Compilation Error in Asp.Net - asp.net

Am sure, it has been answered before, but i don't know the way to find the exact solution. I took whole day to find the solution but i entirely stuck with this.
I was worked with my project nicely on day before yesterday. I designed many modules for doing my project further. AS usual i opened and started doing (I didn't get any errors) my project today in visual studio. To execute my old project(coding) once again, i checked in browser, as soon as i did, my face gone too bad :( because of this strange error. Error is,
Compilation Error
Description : An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
*Compiler Error Message:*CS0009: Metadata file 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' could not be opened -- 'Error importing module 'System.EnterpriseServices.Wrapper.dll' of assembly 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' -- An attempt was made to load a program with an incorrect format. '
Source Error:
[No relevant source lines]
This is the error am facing till now. I don't where I'm wrong.
I did deleting temporary files in this area : C:\Users\username\AppData\Local\Temp\Temporary ASP.NET Files. But again I'm getting the root folder when am running the project
Any help, would be more and more helpful to me. Thanks in advance.

Related

When I run a .MPX FILE ,I getting a message "An import error occurred"

When I run a .MPX file ,I am getting this pop up message. Plese help me to tell what to do to run this file
The MPX file type is a legacy text-based file format which can be used by older versions of Microsoft Project. The .mpx extension is associated with Microsoft Project, which is why Project is being used to open the file in the screenshot you provided. It may be that the file is corrupt or is not actually an MS Project MPX file, which is why Project is having problems opening it. If this is still an issue, posting a sample file will help provide a more specific diagnosis of the error message.

Could not find a part of the path .nuget\packages\.tools\Microsoft.Extensions.SecretManager.Tools

After having a 4-month break from my .NET project I suddenly run into this error:
Could not find a part of the path c:\Users\...myusername...\.nuget\packages\.tools\Microsoft.Extensions.SecretManager.Tools
Can anybody explain why I should suddenly get this kind of error? I have checked that Microsoft.Extensions.SecretManager.Tools is not found in the path listed here. I will try to install the SecretManager (although I installed it one year ago), but I'm still confused why I get the error now.
Take a look if you have the package folder in your local machine, maybe when you added the new packages to a project the TFS marked them as pending to check-in and then later you removed them manually from your hard drive, at that moment the tfs has a package pending to upload that is not physically present on the hard drive and that is the error you are getting

No relevant source lines error. Compilation error

It has been answered before, but i don't know the way to find the exact solution. I took whole day to find the solution but i entirely stuck with this.
I was worked with my project nicely on day before yesterday. I designed many modules for doing my project further. AS usual i opened and started doing (I didn't get any errors) my project today in visual studio. To execute my old project(coding) once again, i checked in browser, as soon as i did, my face gone too bad :( because of this strange error. Error is,
Compilation Error
Description : An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
*Compiler Error Message:*CS0009: Metadata file 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' could not be opened -- 'Error importing module 'System.EnterpriseServices.Wrapper.dll' of assembly 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' -- An attempt was made to load a program with an incorrect format. '
Source Error:
[No relevant source lines]
I did deleting temporary files in this area : C:\Users\username\AppData\Local\Temp\Temporary ASP.NET Files. But again I'm getting the root folder when am running the project
Any help, would be more and more helpful to me. Thanks in advance.
The error message
An attempt was made to load a program with an incorrect format
means that there is an incompatibility in processor architecture. I think you installed either the 32- or 64-bit version of .NET and try to run your website in the opposite architecture.
You should install both the .NET framework versions, or change your application pool to use the right processor architecture.

"there was a prblem sending the command to the program" Error Message

A bit of a shot in the dark but I am having difficulties with MS Project 2010 opening a file.
Upon loading of the file that is located on a smb share I get this error message:
"There was a problem sending the command to the program"
Tried the following:
rebooting
repairing ms project 2010
reinstalling ms project 2010
tried opening it on another system - (got no error on one system but got the same error on another system)
various registry hacks found on Google
I want to understand more about the error message. I have been reading that this error message has to do with the DDE and it is probably a link within the project file that is causing the error message. How do I pinpoint the problem within the Project File?
Project files are particularly susceptible to corruption. Try to rebuild it by:
open the file on a computer with no errors
save it in XML format
open the XML file and save it in mpp format
This worked for me:
Delete the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MSProject.Project.9\shell\Open\ddeexec
found here: http://answers.microsoft.com/en-us/office/forum/office_2010-project/msproject-2010-there-was-a-problem-sending-the/1f6bba31-4580-4844-9aa9-79ec04a35ea3?auth=1

Internal build error in Flash Builder

I am getting Internal build error in Flash Builder.
When I go to the Problems Editor, it says that I can find more details in the error log.
What does Adobe mean by referring me to the error log? Where I can find it?
This error appears at me sometimes, I never found the real reason...
Sometimes, if I save a file during the build process, something goes wrong and I get the error...
go to Project -> Clean Project, and it should disappear....

Resources