Help!! Something screwed up my IDE!!!

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

Hi guys:
I have VS.NET 2003 installed on my machine. I used to have some add-ins
installed, today after I uninstalled them (one is called CodeSwap, the other
is Code Store from http://www.salamandersoftware.biz/), my IDE can nevery
read project file's setting correctly.
For example, the project should be class library, but everytime project
is loaded, it will be windows application, and default namespace is lost.
Even I swtich from debug mode to release, some settings are still same as
debug, for instance debug information is still generated!!! I checked my
project file with a text editor, everything is correct, so obviously, my IDE
lost the ability to read project file correctly!!!
I don't know which addin did all these bad things.
Is there anybody who has idea how to fix this problem??

Thanks for any suggestion!
 
Forgot to mention, when I compile project I also got following:
Load of property 'AllowUnsafeBlocks' failed.
Load of property 'AllowUnsafeBlocks' failed.
Load of property 'ApplicationIcon' failed.
Load of property 'AssemblyKeyContainerName' failed.
Load of property 'AssemblyName' failed.
Load of property 'AssemblyOriginatorKeyFile' failed.
Load of property 'BaseAddress' failed.
Load of property 'BaseAddress' failed.
Load of property 'CheckForOverflowUnderflow' failed.
Load of property 'CheckForOverflowUnderflow' failed.
Load of property 'ConfigurationOverrideFile' failed.
Load of property 'ConfigurationOverrideFile' failed.
Load of property 'DebugSymbols' failed.
Load of property 'DebugSymbols' failed.
Load of property 'DefaultClientScript' failed.
Load of property 'DefaultHTMLPageLayout' failed.
Load of property 'DefaultTargetSchema' failed.
Load of property 'DefineConstants' failed.
Load of property 'DefineConstants' failed.
Load of property 'DelaySign' failed.
Load of property 'DocumentationFile' failed.
Load of property 'DocumentationFile' failed.
Load of property 'EnableASPDebugging' failed.
Load of property 'EnableASPDebugging' failed.
Load of property 'EnableASPXDebugging' failed.
Load of property 'EnableASPXDebugging' failed.
Load of property 'EnableSQLServerDebugging' failed.
Load of property 'EnableSQLServerDebugging' failed.
Load of property 'EnableUnmanagedDebugging' failed.
Load of property 'EnableUnmanagedDebugging' failed.
Load of property 'FileAlignment' failed.
Load of property 'FileAlignment' failed.
Load of property 'IncrementalBuild' failed.
Load of property 'IncrementalBuild' failed.
Load of property 'Optimize' failed.
Load of property 'Optimize' failed.
Load of property 'OutputPath' failed.
Load of property 'OutputPath' failed.
Load of property 'OutputType' failed.
Load of property 'ReferencePath' failed.
Load of property 'RegisterForComInterop' failed.
Load of property 'RegisterForComInterop' failed.
Load of property 'RemoteDebugEnabled' failed.
Load of property 'RemoteDebugEnabled' failed.
Load of property 'RemoteDebugMachine' failed.
Load of property 'RemoteDebugMachine' failed.
Load of property 'RemoveIntegerChecks' failed.
Load of property 'RemoveIntegerChecks' failed.
Load of property 'RootNamespace' failed.
Load of property 'StartAction' failed.
Load of property 'StartAction' failed.
Load of property 'StartArguments' failed.
Load of property 'StartArguments' failed.
Load of property 'StartPage' failed.
Load of property 'StartPage' failed.
Load of property 'StartProgram' failed.
Load of property 'StartProgram' failed.
Load of property 'StartupObject' failed.
Load of property 'StartURL' failed.
Load of property 'StartURL' failed.
Load of property 'StartWithIE' failed.
Load of property 'StartWithIE' failed.
Load of property 'StartWorkingDirectory' failed.
Load of property 'StartWorkingDirectory' failed.
Load of property 'TreatWarningsAsErrors' failed.
Load of property 'TreatWarningsAsErrors' failed.
Load of property 'WarningLevel' failed.
Load of property 'WarningLevel' failed.
 
Back
Top