or
Anwering "yes" adds these records in the file:
<assemblyIdentity name="TelerikCommon" publicKeyToken="5BB2A467CBEC794E" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2011.1.11.315" newVersion="2011.1.11.315"/>When attemting to run I get the following error:
Could not load type Telerik.WinControls.Primitives.RectanglePrimitive from assembly Telerik.WinControls, Version=2011.1.11.315, Culture=neutral, PublicKeyToken=5bb2a467cbec794e
Then I get "No source available, no symbols are loaded for any call stack fram, the source code can not be shown". Frustrating...
I have tried removing and adding all the references to Telerik dll's, but I still get the error. Any help is appreciated!
This code is inside the form load event. But when I run the application, the movie is not playing. What to do to run the swf file from Windows forms? I'm using Managed C++/CLI for this application.<
span
class
=
"code-keyword"
>this</
span
>-<
span
class
=
"code-keyword"
>></
span
>axShockwaveFlash1-<
span
class
=
"code-keyword"
>></
span
>BringToFront();<
br
> <
span
class
=
"code-keyword"
>this</
span
>-<
span
class
=
"code-keyword"
>></
span
>axShockwaveFlash1-<
span
class
=
"code-keyword"
>></
span
>Movie::set(<
span
class
=
"code-keyword"
>gcnew</
span
> System::<
span
class
=
"code-SDKkeyword"
>String</
span
>(StringToWString(spath).c_str())); <
br
> <
span
class
=
"code-comment"
>//</
span
><
span
class
=
"code-comment"
>this->axShockwaveFlash1->CallFunction("<
invoke
" + "name=\"UserInformation\"returntype=\"void\"></
invoke
>");<
br
></
span
> <
span
class
=
"code-comment"
>//</
span
><
span
class
=
"code-comment"
>this->axShockwaveFlash1->SetVariable("file", "index.swf");<
br
></
span
> <
span
class
=
"code-keyword"
>this</
span
>-<
span
class
=
"code-keyword"
>></
span
>axShockwaveFlash1-<
span
class
=
"code-keyword"
>></
span
>Play();