MrGTAmodsgerman Posted June 24, 2015 Share Posted June 24, 2015 Hello, I want to script in C# now but i cant add the References that i need. My Menu looks like this What is the Problem? I install the Microsoft Visual C++ Redistributable Package for Visual Studio 2013 (x64)But after the installation, i reopen my project but nothing helps. Can anyone help me? Thx Link to comment Share on other sites More sharing options...
Jitnaught Posted June 24, 2015 Share Posted June 24, 2015 In your project settings, change your Target Framework from ".NET Framework 4 Client Profile" to ".NET Framework 4". That did the trick for me. Maybe try this. Link to comment Share on other sites More sharing options...
MrGTAmodsgerman Posted June 24, 2015 Author Share Posted June 24, 2015 In your project settings, change your Target Framework from ".NET Framework 4 Client Profile" to ".NET Framework 4". That did the trick for me. Maybe try this. Where? I install Visual Studio 2013 Express Link to comment Share on other sites More sharing options...
Inco Posted June 24, 2015 Share Posted June 24, 2015 Hello, I want to script in C# now but i cant add the References that i need. My Menu looks like this What is the Problem? I install the Microsoft Visual C++ Redistributable Package for Visual Studio 2013 (x64) But after the installation, i reopen my project but nothing helps. Can anyone help me? Thx In this window should be "Browse" button. Click on it and select .net scripthook dll. Link to comment Share on other sites More sharing options...
MrGTAmodsgerman Posted June 24, 2015 Author Share Posted June 24, 2015 Hello, I want to script in C# now but i cant add the References that i need. My Menu looks like this What is the Problem? I install the Microsoft Visual C++ Redistributable Package for Visual Studio 2013 (x64) But after the installation, i reopen my project but nothing helps. Can anyone help me? Thx In this window should be "Browse" button. Click on it and select .net scripthook dll. I know, you didnt understand the post, i need more Framework references. I need to add System.Windows.Forms Link to comment Share on other sites More sharing options...
Inco Posted June 24, 2015 Share Posted June 24, 2015 Oh, you selected the wrong project type. You should select just "Class library", not portable. Link to comment Share on other sites More sharing options...
MrGTAmodsgerman Posted June 24, 2015 Author Share Posted June 24, 2015 Oh, you selected the wrong project type. You should select just "Class library", not portable. It doesnt exist, idk why Link to comment Share on other sites More sharing options...
Inco Posted June 25, 2015 Share Posted June 25, 2015 Try Visual Studio 2013 Community (it's free). MrGTAmodsgerman 1 Link to comment Share on other sites More sharing options...
MrGTAmodsgerman Posted June 25, 2015 Author Share Posted June 25, 2015 Try Visual Studio 2013 Community (it's free). Thanks now it works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now