Build a c# project for use on a Mac
I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).
c#
add a comment |
I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).
c#
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27
add a comment |
I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).
c#
I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).
c#
c#
edited Nov 24 '18 at 4:30
Dakota Worzella
asked Nov 24 '18 at 4:13
Dakota WorzellaDakota Worzella
11
11
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27
add a comment |
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27
add a comment |
2 Answers
2
active
oldest
votes
If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
add a comment |
A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.
A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53455085%2fbuild-a-c-sharp-project-for-use-on-a-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
add a comment |
If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
add a comment |
If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.
If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.
answered Nov 24 '18 at 4:24
Black FrogBlack Frog
10.1k12256
10.1k12256
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
add a comment |
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
The project is being built using the WPF App (.NET Framework) option.
– Dakota Worzella
Nov 24 '18 at 4:30
add a comment |
A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.
A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.
add a comment |
A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.
A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.
add a comment |
A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.
A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.
A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.
A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.
answered Nov 24 '18 at 4:48
John MelvilleJohn Melville
2,4422123
2,4422123
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53455085%2fbuild-a-c-sharp-project-for-use-on-a-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
More details please. This is nothing to go off of.
– Frontear
Nov 24 '18 at 4:27