Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

I was experimenting with running applications on a USB thumb drive today and figured, on a whim, that I'd try installing SharpDevelop directly to the drive to see what happened. I figured that it would crash and burn, especially running on a computer that didn't have the .NET Framework SDK installed.

 

How wrong I was! From the short experiments I did, it seemed to run PERFECTLY on a computer that has never seen the .NET Framework SDK before. I'm sure the .NET Framework Redistributable is required, but most XP machines have that anyway, and you can always carry the installer for that along just in case.

 

I've always wanted something that I could have with me to do programming with anywhere. This seems like a great solution. I'd love to hear feedback to see if it worked as well for anybody else.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted (edited)

That's great! This is the method I used:

 

1. Format a machine, install XP SP2 straight off CD. No .NET, no updates, nothing.

2. Install #Develop onto USB key on my dev machine.

3. Put the USB Key into the new XP SP2 machine.

4. Try and run SharpDevelop.exe.

 

I get "Application failed to initalise properly.", plus some debug info.

 

Ok, fair enough, no dotnetfx.exe, but I thought I would try anyway. Install the redistributable and #Develop works fine!!

 

For those of you that haven't tried SharpDevelop, it's definitely worth a look. Has some interesting ideas that aren't present in the VS IDE. Plus, it's free. With SharpDevelop and the .NET redistributable you are coding legally, for free.

 

Nice tip Bucky. :D

Edited by sgt_pinky

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...