Zune Games Discuss, request, share, and download Zune Games here. Having troubles with Zune Games? No problem, we can help.
09-18-2008, 08:19 PM
#21 (permalink )
Guest
Quote:
Originally Posted by
Sagemonk34
I guess i just overlooked it. But now it says that it cannot read because v3.5microsoft.csharp.targets is not found?
PLEASE DON'T DOUBLE POST!
You must install:
Visual C#
XNA Game Studio 3.0(BETA)
.NET Framework 3.5
You might not have install .NET Framework.
Quote:
Originally Posted by
parza
i cant!!!!!!! I replaced that codes and when i add the .csproj i get this error
You must install:
Visual C#
XNA Game Studio 3.0(BETA)
.NET Framework 3.5
You might not have installed XNA Game Studio 3.0(BETA) and you must also uninstall any other versions of 3.0 before, otherwise you will run into trouble.
09-18-2008, 08:25 PM
#22 (permalink )
Squirt
Join Date: Jun 2008
Posts: 17
I have tried this fix with LedZepp's Sleep Timer and although I got it to open, I had to comment out every variation of this command MediaPlayer.Queue.MoveNext(); to get the program to build, when I got it to deploy, and started it on my zune it just went to the zune loading logo, then restarted the zune
09-18-2008, 08:27 PM
#23 (permalink )
Guest
Quote:
Originally Posted by
madskier8806
I have tried this fix with LedZepp's Sleep Timer and although I got it to open, I had to comment out every variation of this command MediaPlayer.Queue.MoveNext(); to get the program to build, when I got it to deploy, and started it on my zune it just went to the zune loading logo, then restarted the zune
That is because the whole mediaplayer interface has been changed so some of the methods might not do the same thing. You will have to work it out with LedZepp and tell him to update his sleep timer. sorry
09-19-2008, 06:44 PM
#24 (permalink )
Squirt
Join Date: Sep 2008
Posts: 14
Quote:
Originally Posted by
DegenerateDead
I tried what you said it still doesn't work lol, I tried with zunehero, so maybe if you could test it and see if it works?
it has an error a / is missing well maybe 2 or 3 i dont remember but instead put these 2
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.target s" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
09-19-2008, 06:45 PM
#25 (permalink )
Guest
Quote:
Originally Posted by
parza
it has an error a / is missing well maybe 2 or 3 i dont remember but instead put these 2
<Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets " />
<Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game StudioMicrosoft.Xna.GameStudio.targets" />
Ya just found that out. It must have deleted them.
09-21-2008, 02:57 PM
#26 (permalink )
Zewbie
Join Date: Sep 2008
Posts: 4
Soo.......How do u convert them agian? im a noob at this kinda stuff, and u lost me.......
09-21-2008, 03:00 PM
#27 (permalink )
Guest
Quote:
Originally Posted by
Mchl188
Soo.......How do u convert them agian? im a noob at this kinda stuff, and u lost me.......
^ Instructions ^
09-21-2008, 03:45 PM
#28 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
Quote:
Originally Posted by
parza
it has an error a / is missing well maybe 2 or 3 i dont remember but instead put these 2
<Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets " />
<Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game StudioMicrosoft.Xna.GameStudio.targets" />
I have the same problem with the helicopter game, this didnt help, got the same error again
09-21-2008, 04:07 PM
#29 (permalink )
Squirt
Join Date: Sep 2008
Posts: 15
where do u find ex. grove?
09-21-2008, 04:21 PM
#30 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
ex=example he is using groove as an example
09-21-2008, 04:26 PM
#31 (permalink )
Guest
Quote:
Originally Posted by
zunemuhnkie
I have the same problem with the helicopter game, this didnt help, got the same error again
(PUTONE) = /
<Import Project="$(MSBuildBinPath)(PUTONE)Microsoft.CSharp .targets " />
<Import Project="$(MSBuildExtensionsPath)Microsoft(PUTONE) XNA Game Studio(PUTONE)Microsoft.Xna.GameStudio.targets" />
09-21-2008, 04:32 PM
#32 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
have you gotten it to work? it didnt for me
09-21-2008, 04:49 PM
#33 (permalink )
you lost the game.
zB Programmer Moderator Elite Zuner
Join Date: May 2008
Posts: 2,434
Quote:
Originally Posted by
catnat109
(PUTONE) = /
<Import Project="$(MSBuildBinPath)(PUTONE)Microsoft.CSharp .targets " />
<Import Project="$(MSBuildExtensionsPath)Microsoft(PUTONE) XNA Game Studio(PUTONE)Microsoft.Xna.GameStudio.targets" />
FYI the forum software eats single backslashes (\) if in quote boxes. When quoting something with backslashes you have to double them, like \\.
__________________
signature by vettexl
09-21-2008, 04:50 PM
#34 (permalink )
Guest
Quote:
Originally Posted by
itsnotabigtruck
FYI the forum software eats single backslashes () if in quote boxes. When quoting something with backslashes you have to double them, like \.
thanks i was wondering why it was deleting them
09-21-2008, 04:59 PM
#35 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
Quote:
Originally Posted by
itsnotabigtruck
FYI the forum software eats single backslashes () if in quote boxes. When quoting something with backslashes you have to double them, like \.
Ok but hes using forward slashes.....
09-21-2008, 05:03 PM
#36 (permalink )
you lost the game.
zB Programmer Moderator Elite Zuner
Join Date: May 2008
Posts: 2,434
Quote:
Originally Posted by
zunemuhnkie
Ok but hes using forward slashes.....
He was using them to avoid the forum software eating backslashes. However, he didn't actually need to do that, as it only eats them in quotes and (AFAIK) codeboxes.
__________________
signature by vettexl
09-21-2008, 05:08 PM
#37 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
so when i edit the project i should put backslashes where he says "putone"
09-21-2008, 05:12 PM
#38 (permalink )
you lost the game.
zB Programmer Moderator Elite Zuner
Join Date: May 2008
Posts: 2,434
Quote:
Originally Posted by
zunemuhnkie
so when i edit the project i should put backslashes where he says "putone"
Exactly.
__________________
signature by vettexl
09-21-2008, 05:21 PM
#39 (permalink )
Experienced Zuner
Join Date: Mar 2008
Location: michigan
Posts: 116
That didnt exactly work either...(at least not for me anyway)
09-22-2008, 07:23 PM
#40 (permalink )
Jr. Zuner
Join Date: Sep 2008
Posts: 36
im not very good at this stuff. I think I'll need a visual