I found this thread from 2009, and I tried all of the suggestions, but still haven't gotten luck:
https://forum.solidworks.com/thread/25769
I have the following code to in my ASP.NET page to put an eDrawing on the webpage:
<OBJECT
align=middle
width="800"
height="600"
ID="EModelViewControl"
CLASSID="CLSID:22945A69-1191-4DCF-9E6F-409BDE94D101">
<PARAM name="Filename" value= "E:\Test\Example.EASM"/>
<PARAM name="EnableFeatures" value="16385"/>
</OBJECT>
This works fine when it is on my computer. When I open the webpage on another computer on our netwrok it does not load the eDrawing in the browser. If that computer also has "E:\" mapped to the same server on our network as my computer, then it loads. For instance E:\ is mapped as Server1 for my computer
Not everyone has the location of the eDrawing mapped the same on our network. Is there a way to do something like
<PARAM name="Filename" value= "\\Server1\Test\Example.EASM"/>
I've tried this, and I can't get it to work on my computer or any other.
\\Server1\Test\Example.EASM is the same as E:\Test\Example.EASM on my computer yet the \\Server1 way does not work.
Has anyone gotten this to work.
I am using Internet Explorer 9
Thanks,