Link to home
Start Free TrialLog in
Avatar of hyliandanny
hyliandanny

asked on

Is it possible to set up my project on another machine with only Visual C

As far as I know, I only have Visual C# and Visual C++ installed on my machine.  Specifically, I've installed the 2008 Express versions of each.

How do I make it so I can send my project to someone on another machine and expect them to compile and run it?  I've seen questions about dlls, assemblies, and one that sounded like it did what I wanted to -- but with Visual Studio, not Visual C#.  None of those have been able to inform me how to package my project such that it can be used elsewhere without having to make any modifications.

A screenshot of my Solution Explorer is attached.  No dlls are used, nor are any "assembles" (which I think I've seen in huge projects that I looked at while learning).
solution-explorer-screenshot.jpg
Avatar of hyliandanny
hyliandanny

ASKER

The question has been clipped. It is meant to ask:

Is it possible to set up my project on another machine with only Visual C# (not Visual Studio or Visual Basic)?
ASKER CERTIFIED SOLUTION
Avatar of MrMintanet
MrMintanet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That easy?  I'll give it a shot and let you know if I was successful.  Thanks!
if its a solution with only one project then no problems
if there are multiple projects and all mix and match like one web project one windows app and one class library then it might be an issue
It really WAS that easy.  Thanks for your prompt response!