error when trying to build a solution...

I am building a solution in c#, in vs2005. I removed all the files concerningn with KPIFeat.cs but somewhere there must be a reference to this KpiFeat.resx, i would like to remove it but i dont know how to do it.

Error 1 Unable to create a manifest resource name for "Forms\KpiFeat.resx". Could not find file 'D:\Documents and Settings\Alfonso\My Documents\Aplication\Code\AppGSM\AppGSM\Forms\KpiFeat.cs'.



Answer this question

error when trying to build a solution...

  • Thomas.Goddard

    Fositron wrote:
    I am building a solution in c#, in vs2005. I removed all the files concerningn with KPIFeat.cs but somewhere there must be a reference to this KpiFeat.resx, i would like to remove it but i dont know how to do it.

    Error 1 Unable to create a manifest resource name for "Forms\KpiFeat.resx". Could not find file 'D:\Documents and Settings\Alfonso\My Documents\Aplication\Code\AppGSM\AppGSM\Forms\KpiFeat.cs'.

    The problem seems to lie in your resource file. Check that for any references.


  • hollow

    Moving to C# general forum.

  • Steve S.

    Why just don't delete KpiFeat.resx file and also remove it from your solution. Find Folder Forms in your AppGSM project that fails and remove it.

  • error when trying to build a solution...