What's new

Clean and build error

Infu

Verified Member
22
2014
0
Hello to you,

So I write this message since I have been looking for a long time how to solve this problem. When I run a cleanup or a build it fails.

I basically have these messages:

(fr) :

Code:
25>------ Début du nettoyage : Projet : X (nom ), Configuration : Debug x64 ------
25>La référence d'objet n'est pas définie à une instance d'un objet.
25>Erreur : La référence d'objet n'est pas définie à une instance d'un objet.
========== Nettoyage : 0 a réussi, 49 a échoué, 0 a été ignoré ==========
(en)

Code:
25>------ Start cleaning: Project : X (name of other), Configuration : Debug x64 ------
25>Object reference not set to an instance of an object.
25>Error: The object reference is not defined to an instance of an object.
========== Cleaning: 0 was successful, 49 failed, 0 was ignored ==========


What is the problème ? :(
 

mastermind

Silver Supporter
Senior User
188
2017
13
Location
PA, USA
That is a very generic error message. Does the error list provide any more detail?
It could be anything from a variable not having a set value to a reference not have a default reture value or anything in between.
 

rr2739

Verified Member
22
2018
0
Error: The object reference is not defined to an instance of an object.
Thats the error you getting I assume? You are building x64 project with x32 resources

It be great to know which core and which MS you are using on which system with which resources. but generally that is the error message you get when you try to compile x64 on x32 system or with x32 resources., instead of x64
 
Top