View 3D model files as plain text in Visual Studio 2013

Hi, as the title says I'd like to be able to view 3D models as plain text in VS2013 and not through the built in model viewer that came in VS2012?
I havn't found a way to view .obj or .fbx files as plaintext in visual studio 2013 so I've had to temporarily change file extension or use a different editor.
So is there some way to disable the model viewer temporarily or toggle between text/model viewer?

Hello,
Welcome to MSDN forum. But I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
and Visual Studio Editor.
It seems that 3D model is related to games app such as DirectX app development. IN this case, we don’t have environment to research your issue. I suggest consulting your issue on DirectX and XNA forum for better support:
http://www.gamedev.net/forum/10-directx-and-xna/
Thank you for your understanding.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Save pdf file as plain text using VBA

    I am looking to save a pdf file as plain text through VBA, however I am getting the error "Security Settings Prevent access to this property or method". I had this code working in a trial version of acrobat 9.0, but I now have a licensed version through my company of Acrobat 7.0 Standard and it is not working, even after I cahnge the object reference.  Please help!
    Here is the code I am using in VBA:
    Dim AcroXApp As Object
    Dim AcroXAVDoc As Object
    Dim AcroXPDDoc As Object
    Set AcroXApp = CreateObject("AcroExch.App")
    AcroXApp.Hide
    Set AcroXAVDoc = CreateObject("AcroExch.AVDoc")
    AcroXAVDoc.Open strPDFPath, "Acrobat"
    AcroXAVDoc.BringToFront
    Set AcroXPDDoc = AcroXAVDoc.GetPDDoc
    Dim jsObj As Object
    Set jsObj = AcroXPDDoc.GetJSObject
    jsObj.SaveAs strOutputFile, "com.adobe.acrobat.plain-text"
    AcroXAVDoc.Close False
    AcroXApp.Exit

    Unfortunately, Acrobat 7 is no longer supported.

  • How to get .Xap file for windows(8.1) app in visual studio 2013

    Hi ,
    I am creating an app that supports for windows tablet using visual studio 2013.For windows Phone  in bin folder i can see ProjectName.xap file these file can be submitted to store.But I could not see xap file for windows apps in visual stuido.What file
    I should use to upload my project to store.
    Thanks,
    Alok

    Additionally, xap extension only for Windows Phone Silverlight also some other Silverlight project.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to open xaml files in visual studio 2013 ultimate

    Hi All ,
    i am getting the following error msg  when i open any xaml files in visual studio .
    "   Exception handling callback for OnAfterOpenProject:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException:
    Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
   at Microsoft.VisualStudio.ProjectFlavoring.Configuration.PropertyWatch.PropertyListenerProvider.GetActiveConfiguration()
  
    at Microsoft.VisualStudio.ProjectFlavoring.Configuration.PropertyWatch.PropertyListenerProvider.GetActiveConfigurationListener()
   at Microsoft.VisualStudio.ProjectFlavoring.Configuration.PropertyWatch.PropertyListenerProvider.GetListeners()

      at Microsoft.VisualStudio.ProjectFlavoring.Configuration.PropertyWatch.InvalidPropertyWatcher.AttachListeners()
   at Microsoft.VisualStudio.ProjectFlavoring.Configuration.PropertyWatch.InvalidPropertyWatcher.Run()

      at Microsoft.VisualStudio.ProjectFlavoring.Startup.ProjectStartupManager.OnAfterOpenProject(Object sender, OpenProjectEventArgs e)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object
    target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object
    obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.VisualStudio.Shell.Events.EventSource.DispatchCallbacks(IEnumerable`1 callbacks, Object sender, EventArgs eventArgs, String key)

    Hi Them,
    I'd like to know how do you connect to TFS 2010,. When you connect to TFS 2010 via Visual Studio 2013, you have to install Team Explorer 2013 and Connect using the http://server:port/tfs/ProjectCollection url format for on premise servers. Check the
    blog for more details.
    Best regards,

  • Visual Studio 2013 hangs/freezes when trying to click the designer view

    my Visual Studio 2013 update 1 hangs/freezes when trying to click the designer view, after clicking "Design" I can not click "split" neather "Source". What can I do ? I already tried to set the "HTML (Web Forms) Editor
    " as "Default"... thanks for support.
    In VS2010 the same worked fine.
    I "Run as Administrator".
    ty for help

    Hi,
    I assume that you are not using VS2013 Express version. In order to get the reason about the hang issue, please use devenv /log to gather activity.xm log and find HR error from this log.If it shows some package corrupt, try to repair your VS.
    Here are my general suggestions:
    Please try to run devenv /ResetSettings (in command prompt) to eliminate the related potential settings problem.
    Try disabling Add-ins (e.g. “Tools” | “Add-in Manager”) or run “devenv.exe /SafeMode”.This can eliminate the possibility that third party Add-ins or packages are causing problems. Also you can try these command lines:
    devenv.exe /resetskippkgs and devenv.exe /resetuserdata 
    Try to create a new user account. This can help isolate user profile corruption related causes.
    If the suggestions above are no help, please reinstall your VS.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do you a file to plain text?

    I Have a resume that i want to change to plain text, it's driving me crazy, someone help.

    Or if you have Acrobat, save a PDF from AI and open in Acrobat and from File>Export choose Word document or RTF.

  • How i can open external file in un src in Visual Studio?

    I have the version VS2012
    I try navigate in file with F12 like function definition but this not work
    <script src="~/Scripts/Inventory/Output/Create.js"></script><link href="~/Content/bootstrap.min.css" rel="stylesheet" />@{Html.RenderPartial("_Files", @Model);}
    Is there any way to do this? without having to go find the file in the file browser? (is tedious)
    if there is no way to do this I hope VS2015 already have this
    thnks in advance

    Hi ch2o,
    Based on your issue, I tried to use the F12 to find the JS or CSS file. I find that I get same result with yours, so I did some research about your issue. I find some similar thread for your issue, so I suggest you could refer it and then check your issue
    in your side.
    Reference:
    http://stackoverflow.com/questions/11776697/how-to-quickly-open-a-file-in-visual-studio-2012
    http://stackoverflow.com/questions/2667528/is-there-a-way-to-quickly-find-files-in-visual-studio-2010
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Having issues viewing interactive parameters and group tree in Visual Studio 2013 design view.

    Hey Guys,
    I'm a web developer (front end and back end, kind of a one man army sort of deal) and my current employer wishes to use crystal reports to display the results of the online survey apps/tools I have been working on for the last few months. However, I have been having trouble getting the reports to render in browser, and a lot of the ui components of the browser based report viewer (the interactive parameters and group tree) will not render properly in the design view of visual studio (ive attached a screen cap of what I'm talking about) or in the browser itself.
    I am new to crystal reports and its community and if I am leaving out any critical details or have posted in the incorrect section please inform me and I will make changes as necessary.
    Additional info:
    Visual studio version: 2013 professional (trial)
    Plugin version (exe file name): CRforVS_13_0_9.exe (I also installed the 64 bit run-time from this)
    Server and OS versions: IIS 7.5 on Microsoft Windows Server 2008 R2
    Any help you guys could provide would be greatly appreciated.
    Cheers,
    -Mike

    Hi Mike
    First thing you want to do is uninstall CRVS SP 9 and install CRVS SP 10. SP 10 is the first SP to support VS 2013.
    Once that is done, let us know if that helped any.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • SSMS: Open File Open File *Click Look In* then Visual Studio Encountered An Unexpected Error

    Hi,
    SQL Server 2008 R2 on a Windows Server 2008 R2 x64 box.
    Strange one here. A user can OPEN SSMS and VS fine however when they try to Open a file by going Open > File > Open File in SSMS Windows Explorer opens then when you click 'Look-in' an error pops up saying "Visual Studio has encountered an unexpected
    error". When I move that User to a different AD group it works.
    GPO restricts only the D drive from view and it looks like that looks like the most relevant GPO to be set. Any ideas?
    Bjorn

    Hi Bjorn,
    Based on my understanding, you could open SQL Server Management Studio and Visual Studio application. The issue was that error message "Visual Studio has encountered an unexpected error" was thrown out when you tried to open a file in SSMS.
    According to “When I move that User to a different AD group it works”, the issue can occur because the computer is having trouble contacting the domain server to authenticate you as a user. In this scenario, there are two methods we can use:
    Add the TCP\UDP port 88 to firewall rules.
    Set the "Primary DNS" address to the IP address of your domain authentication server.
    For more information, please refer to this article:
    https://ava.co.uk/support/faq/general/visual-studio-encountered-an-unexpected-error.aspx.
    Besides, based on this article(http://msdn.microsoft.com/en-us/library/ba78632y.aspx), the issue could be caused by unexpected data format and unexpected data source. Therefore, we should
    close and then restart Visual Studio.
    If you have any other questions, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Error LNK1104: cannot open file 'MSCOREE.lib'_In visual studio 2013

    Hi,
    I have upgrade the window application from vs 2008 to vs 2013 after upgradation, when i m trying to build madelineDll I am getting  this error LNK1104: cannot open file 'MSCOREE.lib'
    MadelineDLL
    Can someone help me to resolve this ASAp.
    Thanks in advance
    Archana K.

    Hello archana,
    From your description, this exception seems to be related with the C++, if so, i suggest you could post this issue to the C++ forum and i notice that this issue is caused by the upgradation of Visual Studio, you could aslo ask it on the Visual
    Studio forum to confirm if the VS2013 has some changes compared with VS2008. I move it to the where the forum for, there are forum experts would help redirect it to a proper forum.
    The current forum you posted to is for .NET class libraries.
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Change system text with visual studio

    Hello
    I'm new to Sharepoint however I learn quickly. I administer multi-lingual website and I'm asked to make some text corrections in system messages that are displayed to users. I was told this can be done by editing .resx file using visual studio?
    Can someone explain how to do it? I don't want to change anything manually.
    Thanks!

    Changing the SharePoint resource files (.resx) is not supported. After a SharePoint update, your modifications can be undone.
    There are several other options to change system text:
    1) Develop a custom control and load it in the AdditionalPageHead. In the OnPreRender event, locate the other controls you want to change and modify the text
    2) Develop a jQuery script that will search the page for the controls and modify the text.
    Alain de Klerk
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Getting "Couldnot find Installable ISAM" error in script task in SSIS 2005 when trying to open (.xlsx files) Excel 2007-2010 files using VB script in Visual Studio 2005

    Hi Experts,
    I am trying to open .xlsx file in script task of SSIS 2005. I am using the 32-bit AccessDatabaseEngine driver with the Connection string as "Provider= Microsoft.ACE.OLEDB.12.0; Data Source=xlsx file path; Extended Properties="Excel 12.0 Xml;
    HDR=YES"" in script task.
    When we debug the VB script in Visual Studio 2005 and encounters the statement app.open() it throws the error "Couldn't find installable ISAM".
    My SQL server version is 2005 SP2 DE
    OS is Windows server 2003 EE SP2
    Could anyone please let me know what is the resolution for this error?
    Thanks and Regards,
    Adesh

    Hi Adesh,
    First, make sure the package runs in 32-bit runtime mode (set Run64BitRuntime property to False) because you are using the 32-bit ACE OLE DB Provider. If it is not the case, the issue may occur due to the corrupted drivers or registry keys. You can try to
    reinstall the 2007 Office System Driver: Data Connectivity Components as Arthur suggested.
    Regards,
    Mike Yin
    TechNet Community Support

  • Visual Studio 2013. Viewing a PDF file via the Web Browser control in Windows 8.1

    I am writing a Windows Forms application in which I need to view PDF files via the Web Browser control. When the control is given the Navigate() command, Windows takes over and asks which program I want to open the file with. All was fine with VS 2010 and
    XP. I have un-installed "PDF Complete", which was the default PDF viewer, but I now get asked for an alternative.
    Thanks in advance.
    Mike Saunders

    Hi Mike,
    It seems that we could use Internet Explorer to open a local .PDF file if it has the Adobe Reader. I doubt that the web control would be related to it. Like the MVP's suggset in the following thread, maybe it would be related
    to certain plug-in tools in your side like the adober reader.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/a717117e-41ae-4775-9c28-d5a1042b396e/pdf-is-not-opening-in-web-browser-control-in-vbnet?forum=vbgeneral
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot open designer for aspx files after installing Visual Studio 2013

    When I attempt to open the design tab for a aspx file I get a popup that reads: Cannot load "C:\PROGRA~2\MICROS~3.0\Common7\Packages|FPACUT~1.DLL".  I'm running on Win 7 SP1.  Version of Studio is 2013 Ultimate.  I tried running
    in SafeMode and tried using /Log but theirs nothing related to this error coming out.  I very novice with VS, but I'm an experienced Java developer.  I actually had a version of VW 2012 Pro that I was using for TFS for a java project.  I've
    tried a repair, I've tried an uninstall.  I've uninstalled the old 2012 version of VS.  Nothing seems to get around it.  Be happy to supply additional info, but not sure where to look.

    Hello ToddMorgan,
    Can you create a new project and test the result?
    If you can open any aspx file from other projects then please copy content from your current project to the new project.
    If you still cannot open any aspx file, please upload your full logs. Please use 
    http://aka.ms/vscollect 
    to gather the installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://skydrive.live.com/ 
    and share the link here.
    I will check whether your installation is corrupt when install. By the way, you may also try refer to this page:
    http://stackoverflow.com/questions/3937135/cannot-load-fpacutl10-dll-error-in-vs2010
    And check whether the system variable  is the cause of your issue.
    Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Design view is unavailable for x64 and ARM target platforms. - Visual Studio 2013 Update 3

    Hello. I am having this problem at design view when i set project to x64. However problem disappear when i set to any cpu which makes it 32 bit.
    Design view is unavailable for x64 and ARM target platforms.
    Here my full XAML code
    <Window x:Class="doktora_tez_projesi_crawler_program.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:doktora_tez_projesi_crawler_program"
    Title="Doktora Tez Crawler" Height="874.099" Width="1092.99">
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="827*"/>
    <ColumnDefinition Width="258*"/>
    </Grid.ColumnDefinitions>
    <Button Content="Init Root Crawlin - This Deletes All Data" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="279" Click="click_start_Crawling" />
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <Label DataContext="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Content="{Binding Path=[1]}" HorizontalAlignment="Left" Margin="324,10,0,0" VerticalAlignment="Top"/>
    </Grid>
    </Window>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

    Hi MonsterMMORPG,
    I made a mistake in my previous reply. What I suggested is that you created a new and simple WPF app, set the platform to
    x64 rather than x86, and then build the app to check the result.
    If a new WPF app also has this issue, then I doubt whether this issue is related to your VS.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    no it doesn't happen
    it is triggered by one of these bindings in the xaml
    <ListBox Name="lstBoxEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollection }" Height="138" Margin="10,155,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxMoreCommonFiredEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionMoreCommonFiredEvents}" Height="265" Margin="10,298,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxLinkCountFireEvents" HorizontalAlignment="Left" ItemsSource="{x:Static local:PublicStaticFunctions.ocEventsCollectionLinkCountEvents}" Height="265" Margin="10,568,0,0" VerticalAlignment="Top" Width="1065" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics}" HorizontalAlignment="Left" Height="114" Margin="10,36,0,0" VerticalAlignment="Top" Width="426">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    <ListBox Name="lstBoxGlobalStatistics_2" ItemsSource="{x:Static local:GlobalStats.myObserveGlobalStatics_2}" HorizontalAlignment="Left" Height="114" Margin="441,36,0,0" VerticalAlignment="Top" Width="634" Grid.ColumnSpan="2">
    <ListBox.ItemsPanel>
    <ItemsPanelTemplate>
    <StackPanel />
    </ItemsPanelTemplate>
    </ListBox.ItemsPanel>
    </ListBox>
    Browser based Pokemon Style MMORPG Game Developer Used asp.net 4.0 routing at it's
    Monsters

Maybe you are looking for

  • ICloud - I want to have songs on my Mac and remove them from the cloud. How do I do this?

    My iTunes match account has the maximum (25,000?) songs in it. It was created before I had the 25.168 songs that I now have in my iTunes local library. I'd like to add songs to some playlists, but I cannot because "iCloud playlists can only contain s

  • FI Posting line Items

    Dear all, It,s a very urgent......I want know maximam how much line item we have to post at time of MIRO in planned delivery cost.And where is the SAP setting for that? I have facing following problem........ In my import PO three condition 1) Custom

  • While executing the following pl/sql block   Iam getting  following error

    While executing the following pl/sql block Iam getting following error ORA-06550: line 5, column 11: PLS-00320: the declaration of the type of this expression is incomplete or malformed ORA-06550: line 5, column 11: PL/SQL: Item ignored declare TYPE

  • ID3 Printing issue-multiple pages per sheet mirror image printing

    So, like the title says, I'm trying to print 4 up per sheet out of ID CS3. The first page prints fine, but all pages that follow print as mirror images. I have gone through all the print settings for InDesign and specific to the printer (Xerox 7665)

  • HOW TO DESIGN COBRA FORM

    Hello Experts, As I'm new to HR-ABAP--COBRA Forms , Can anybody tell me to design a COBRA Form for Info type 0167(Certificate of Group Health Coverage )? When Searching I got some functional settings through SPRO.But here my requirement is to Design