Negative disk space availble when installing Visual Studio

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
 
E

Eberhard Schefold

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.
 
S

Slobodan Brcin

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top