- Home /
Webplayer ocx src path problem
I added webplayer ocx in to visual studio c# form(winform) When I compiled, application doesn't find the .unity3d file. Acctualy unity3d file near of the application exe. I have tried following src path of the OCX but no success. ./my.unity3d ../my.unity3d .\my.unity3d .\my.unity3d
When I put my.unity3d file in to C:/ and set the src to "c:/my.unity3d" its okay.
But I want to put the my.unity3d file to near of the application exe.
How can I solve this problem. Thank you.
Your answer

Follow this Question
Related Questions
Is it possible for unity to open visual studio as a dumb text editor? 0 Answers
Workarounds for broken Visual C# 2010 Express Script Features? 0 Answers
Visual Studio 2010 SP1 runtime library installation 2 Answers
Monodevelop won't open after changing editor to Visual Studio and then back to Monodevelop 0 Answers