Negative disk space availble when installing Visual Studio

  • Thread starter Thread starter jester
  • Start date Start date
J

jester

Need to install Visual Studio .NET beacuse application (that has run
fine under XP embedded for the past 18 months) asserting.

Perhaps the new compiler is finding a valid problem - that would be
good.

However, when I try to install the compiler (app is winlogin to dos
shell) the Visual Studio Installer tells me I have -1.9Gig of disk
space.

UGHHHH.....

Changing to a minlogin explorer shell application but has anyone
successfully installed the .NET compiler on their XP Embedded System?

JP
 
jester schrieb/wrote:
Need to install Visual Studio .NET beacuse application (that has run
fine under XP embedded for the past 18 months) asserting.

Is there a particular reason why you can't use remote debugging? It's
relatively painless, you wouldn't have to install the entire Studio, and
the results would therefore be more realistic.
 
jester,
Just copy Debugger folder to your device from
C:\Program Files\Microsoft Visual Studio .NET\Common7\Packages\Debugger\

On XPE run msvcmon.exe

And in Visual Studio set Connection to Remote via TCP/IP (Native).

Of course your XPE must support TCP/IP network (this can be a little
problem.)

Best regards,
Slobodan
 
Back
Top