Advanced Forum Search Results
-
Just curious if anyone knows this. I have a book on silverlight 2 that says pretty much to make the client side work you have to do some lower level stuff because "silverlight doesn't have a tcpclient class but forces you you use the lower level socket class instead"
-
Well I managed to fix my problem with the help of google.... I found this
"I’ve uninstalled the Silverlight web browser plugin and reinstalled it
after I installed the Silverlight Visual Studio Tools. Turns out that I
had to reinstall the same tools for Visual Studio after that."
instead of reinstalling the ...
-
Hey all
I uninstalled silverlight 2 and installed 3 to look at a program that required a newer silveright version. The thing is now visual studio won't build or debug programs. It says "the silverlight managed debugging package isn't installed"
My question is.. I thought I was upgrading the client side ...
-
I have "microsoft silverlight tools for visual studio 2008 sp1" installed...
-
Hey all I feel this might be a basic question...
For some reason when I create a project in blend... it works fine.. but when I create the project in studio.. open it in blend.. and modify it.. it doesn't seem to work even though the xaml code is identical. I double checked it to make sure... anyone have any idea what could be the ...
-
Asp net sounds good but Im not really sure.
One thing I am unsure of... isn't the DLR in effect whether or not you use C#? Or is the overhead only caused when you use something else like Ironpython ?
-
Hey all... I was wondering if anyone could answer a couple of these questions... Basically I had this idea to make an online pictionary game similar to a game called www.isketch.net (but better of course) which uses shockwave. After just sitting back and watching things I have finally decided to use Silverlight to program it. I have almost no ...
-
Thanks for the help btw I must have missed that but it worked.
-
Just to let you know this might be a recurring thread here where I have questions... I am an amateur programmer... I know only a little and I am beginning to learn silverlight.
Here is my first question though. I am following the code in a book and it told me to download this app called kaxaml... which tests xaml code as you type ...