Home All Groups Group Topic Archive Search About

Modify the file ".vbproj"...

Author
12 Jul 2006 3:48 PM
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!

Author
12 Jul 2006 4:23 PM
Patrice
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 ?)...

--
Patrice

"LB" <lblevis2***@yahoo.fr> a écrit dans le message de news:
Olt9nqcpGHA.4***@TK2MSFTNGP04.phx.gbl...
Show quoteHide quote
> 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!
>