Forum C# how to create a project in vs2010

how to create a project in vs2010

Postby vishnu_ajit » September 4th, 2010, 6:06 am

I tried creating a console application , windows application in vs 2010 in c# mode, but I am not able to compile. What i did was I took the code of fridge magnets and then modified the code so that it suited mine.

Will anybody tell me the correct method to create a project in visual studio 2010
vishnu_ajit
 
Posts: 2
Joined: September 2nd, 2010, 2:21 pm

Re: how to create a project in vs2010

Postby Oliver » September 6th, 2010, 10:38 am

You shouldn't need to create your own project/solution files. Just copy out the fridge magnets folder from the download package and edit that directly.

Best,
Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am

Re: how to create a project in vs2010

Postby woodman231 » May 17th, 2011, 7:16 pm

What works for me is after you create your application in VS2010 you go to Project -> Add Reference -> Browse -> Browse to the Player.IO.Client .Net" folder that I got when I downloaded the API and imported the PlayerIOClient.dll. Then I modified the code from the Player.IO Client Example folder.

Thanks,
Sean W.
woodman231
 
Posts: 3
Joined: May 17th, 2011, 7:08 pm


Return to C#



cron