Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i create a new Project or modify old project in c# , i got an error message:

Not a Valid Win32 FileTime.
Parameter Time:FileTime.


because of this error i cannot create a new project.

My 2 system has the same error at time.

What is the reason of this error...?
Please help me to solve this error..

What I have tried:

i didn't get any solution to try.
Posted
Updated 2-Aug-17 0:31am

1 solution

You could try some advice from this Visual Studio forum post[^]:
Quote:
Suppose it is an IDE issue, please consider following actions you may try:

1. If we disable Add-ins (e.g. “Tools” | “Add-in Manager”) and run “devenv.exe /safemode”, do we still have the problem? This can eliminate the possibility that third party Add-ins are causing problems.

2. If we use “devenv.exe /resetsettings”, does it solve the problem? It restores Visual Studio default settings.

3. If the problem remains, we can use Visual Studio Setup Wizard (via Control Panel) to repair Visual Studio. It can restore the Visual Studio Installation into its original state.

4. If you are using other SDKs, e.g. Windows SDK, Windows Mobile SDK, DirectX SDK, etc,. Try to reinstall them. It may be the problem from SDK installation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900