Advanced Forum Search Results
-
I fix it as the paper said.but remember that it need add the MIME Type in the register section(the paper's screen capture also describe it).
-
okay, I already fix it. thanks.
-
After I develop a silverlight 2.0 Beta 2 Project, It is work correct when I run it by VS2008. But when I publish it in IIS7.0, when I browse the page,
It popup a error message:
Error: Sys.InvalidOperationException:InitializeError error #2104 in control 'Xaml1": Couldn't download the silverlight ...
-
In Silverlight 2.0 Beta 2 Project, If I call the javascript function(then call vbscript function) in C# using Invoke method, how to debug the javascript
or vbscript source code? thanks.
-
In HTML List Box, every list box item I can set its innertext(for display) and value(custom data). If list box in silverlight 2.0 Beta 2 also support the function. becuase I don't want to manage the data by myself. If can, Can you give me a simple sample code to accomplish it? thanks.
-
You are right! Now I do the program using C# call javascript, then javascript call vbscript, vbscript call javascript, then javascript call C#. it is very pain.but can finish my feature. thanks.
-
Now I can call the vbscript function after I do a little change in your source code. but when I move the source code in a single vbs file, it will popup
the same error message. But in my other test program, it still have the same problem. I don't know why so far. and I find the silverlight 2.0 Beta 2 isn't
stable. when using ...
-
I do a simple sample as you said, find still have the same problem. My email address is tszzp@hotmail.com. Can you send me the simple sample for C# call vbscript and vbscript call C#? thanks.
-
I already write the code for C# call javascript and javascript call C#, them work correctly. But when I use C# call vbscript, find it also pop up a error message:
An unhandled exception("Sys.InvalidOpertaionException: ManagedRuntimeError error #4004 in control 'Xaml1':System.InvalidOperationException: can't call ...
-
In silverlight 2.0 project, C# can call javascript and javascript can call C# also. Now I want to know if C# can call vbscript and vbscript can call C# also in silverlight 2.0 project.because I call COM in vbscript successful, but it is failed in javascript, I don't know why so far. Maybe I will solve the problem by C# interactive with ...