Modify the file ".vbproj"...

  • Thread starter Thread starter LB
  • Start date Start date
L

LB

Hi,

I want to modify my file ".vbproj". I use XML dlls of Visual Studio and
that causes to modify the format of the file .vbproj and that causes
problems at the compile time on another servor.

What is the problem and how may I do to modify the file without
deteriorating its format?

Thank you!
 
Not enough info. You likely introduced something that is not valid in the
vbproj...

A start could be to do a file compare between the previous and current file
to spot differences and check they are expected and valid (it could be
perhaps also an encoding problem ? Have you already checked what is
different ?)...
 
Back
Top