Hi,
I am facing a problem with one of the site collections I manage.
We are uploading files in the .dwfx format which is an autocad drawing and we want to open the files in the client application.
I have created a new MIME type with extension .dwfx and type model/vnd.dwfx+xps
I modified the DOCICON.XML file located in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML in order to open the file in the client application and not to display it in the browser.
I added this line:Â <Mapping Key=”dwfx” Value=”dwfx.gif” EditText=”Autodesk DWF Application” OpenControl=”SharePoint.OpenDocuments”/>
inside the <ByExtension> section.
My probelm i sthat the file opens in the browser instead of the client application. Any idea how to solve this?
Running SP2010 in WS2008R2
Hi Jason, thanks for answering. The thing is that at this time I don’t know anything about an OpenControl from Autocad but I will research it in the future.