I got an error everytime i save/open/export

guyz,
i got this weird error when i open/save/export/close my file.
And i can the "Open recent" from the File Menu.
I tried reinstalling it several times already but still the
error is still there.
BTW, the error is like an alert box with the following
message:
Could not complete your request.
An error occurred.
Any ideas how to solve this?
thanks!
keith

Hi Venkat,
Did you use Visual Studio 2010 on your test? It is a known issue of Visual Studio 2010. Please refer to the following document. It has fix method provided by the Microsoft Web Development Tools team to work around the issue.
https://connect.microsoft.com/VisualStudio/feedback/details/552134/hresult-error-creating-timetracking-sample-web-site-project
Since the issue related to Visual Studio. I suggestion you post the question in the following forum:
http://social.msdn.microsoft.com/Forums/en-US/home?forum=Vsexpressvb 
It is appropriate and more experts will assist you.
Regards,
Alisa Tang
Alisa Tang
TechNet Community Support

Similar Messages

  • SSRS 2008 R2 - Try to Open RDL - I got an error saying "Failed to open report 'reports_List.rdl' ... "Invalid character in the given encoding. Line 1, position 1".

    Hi,
    I am working on SSRS 2008 R2.
    My Colleague gave me one RDL. I have added it to my SSRS project on BIDS  & Tried  to Open by double-click on that RDL.
    I got a popup error saying "Failed to open report 'reports_List.rdl'. clicked on
    Details button & noticed error explanation as . "Invalid character in the given encoding. Line 1, position 1". 
    When i try to View Code of this RDL, I got another error message saying "Exception from HRESULT: 0x80041FEB"
    Can anybody suggest me ... what exactly the root cause of it?  how can i resolve it ?
    thanks a lot in advance !
    best regards,
    Venkat

    Hi Venkat,
    Did you use Visual Studio 2010 on your test? It is a known issue of Visual Studio 2010. Please refer to the following document. It has fix method provided by the Microsoft Web Development Tools team to work around the issue.
    https://connect.microsoft.com/VisualStudio/feedback/details/552134/hresult-error-creating-timetracking-sample-web-site-project
    Since the issue related to Visual Studio. I suggestion you post the question in the following forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=Vsexpressvb 
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Error while trying to open exported PDF file from Datagridview??

    Hi everyone ,
       I want to export datagridview to PDF file,After generating the pdf I'm not able to open that file..when i try to open it shows file corrupted error message and also not getting "Pdf Generation successfully " Message.
    Here is my code :
    private void btnExportPdf_Click(string heading, string filename)
                try
                    SaveFileDialog saveFileDialog = new SaveFileDialog();
                    saveFileDialog.Filter = "All Files | *.*  ";
                    if (saveFileDialog.ShowDialog() == DialogResult.OK)
                        string path = saveFileDialog.FileName;
                        Document pdfdoc = new Document(PageSize.A4); // Setting the page size for the PDF
                        PdfWriter writer = PdfWriter.GetInstance(pdfdoc, new FileStream(path + ".pdf", FileMode.Create)); //Using the PDF Writer class to generate the PDF
                        writer.PageEvent = new PDFFooter();
                        // Opening the PDF to write the data from the textbox
                        PdfPTable table = new PdfPTable(dataGridView1.Columns.Count);
                        //table.TotalWidth = GridView.Width;
                        float[] widths = new float[] 
                            dataGridView1.Columns[0].Width, dataGridView1.Columns[1].Width, dataGridView1.Columns[2].Width 
                        table.SetWidths(widths);
                        table.HorizontalAlignment = 1; // 0 - left, 1 - center, 2 - right;
                        table.SpacingBefore = 2.0F;
                        PdfPCell cell = null;
                        pdfdoc.Open();
                        //doc.Open();
                        //   Phrase p = new Phrase(new Chunk(heading, titleFont));
                        // doc.Add(p);
                        foreach (DataGridViewColumn c in dataGridView1.Columns)
                            cell = new PdfPCell(new Phrase(new Chunk(c.HeaderText)));
                            cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                            cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                            table.AddCell(cell);
                        if (dataGridView1.Rows.Count > 0)
                            for (int i = 0; i < dataGridView1.Rows.Count; i++)
                                PdfPCell[] objcell = new PdfPCell[dataGridView1.Columns.Count];
                                for (int j = 0; j < dataGridView1.Columns.Count - 1; j++)
                                    cell = new PdfPCell(new Phrase(dataGridView1.Rows[i].Cells[j].Value.ToString()));
                                    cell.HorizontalAlignment = PdfPCell.ALIGN_CENTER;
                                    cell.VerticalAlignment = PdfPCell.ALIGN_CENTER;
                                    table.AddCell(cell);
                                    //lstCells.Add(cell);
                                    objcell[j] = cell;
                                PdfPRow newrow = new PdfPRow(objcell);
                                table.Rows.Add(newrow);
                        pdfdoc.Add(table);
                        MessageBox.Show("Pdf Generation Successfully.");
                        pdfdoc.Close();
                catch (Exception ex)
                    MessageBox.Show("Error in pdf Generation.");
    Thanks & Regards RAJENDRAN M

    Your question sounds like it is related to PdfWriter as that is how you're saving the file.  These forums are for MS products.  Please post questions related to third-party products in their forums.

  • File dialog (Save, Open, Export, etc.) does not appear in Firefox

    Hello,
    I am having a very similar problem to the one described in this link ...
    https://support.mozilla.org/en-US/questions/990487?esab=a&as=aaq
    ... and I can provide some additional information.
    In my case, the issue is not isolated to saving a file (although, that is where I first noticed it). It is definitely an issue with trying to display the common File dialog - be it for saving a file from a link, or File -> Save Page As, or File -> Open File, or Bookmarks -> Show All Bookmarks -> Import and Backup (to/from HTML), etc., etc.
    Here are the things I have already tried (not necessarily in this order):
    Uninstall/Reinstall
    Safe Mode
    New Profile
    Disabled Anti-Virus/Firewall
    Reset Firefox
    I also tried regressing to v27.0.1, and still saw the same (mis)behaviour. I am totally perplexed.
    Any help/insight you can provide will be greatly appreciated! :-)

    Yes. Sorry, I should have mentioned that there have been several reboots involved during the troubleshooting.
    I am running Firefox in an admin level account in this case - so, there shouldn't be any permission issues there.
    I have tried shutting down both the desktop firewall software, and the anti-virus, and the problem still persists exactly as described. (Obviously, I disconnected the system when I did that [smile].)
    All other software on the system that I have tried, interacts with the file dialog just fine ... so, I don't think it is anything central like some corruption associated with the file dialog itself.
    As I said, it is most perplexing.

  • Error message "Can't open the illustration." - HELP

    I work for a small company in the product development area and we use AI every day, all day. We work on PCs (windows 7) in AI CS6 design standard.
    About a week and a half ago, I got the error message "Can't open the illustration." I then proceeded to recreate my file that was lost, once saved and closed, the same error message popped up after trying to reopen. The file was recreated by another person, and the same error message occurred. This has now happened to 5 of my files and a handful of files created by coworkers.
    The error seems to be completely random, as we have been able to create other files without a glitch. The other odd thing, is that the one person who uses a mac in our creative department was able to open our 'lost' files as single pages on her AI CS4.
    Please help!
    Thank you.

    We have tried both saving the files on our company server and on our individual desktops - neither of which will open the files.
    Fonts are ok - they are all created and saved in CS6.
    Printers, I believe are all correctly set up.
    We tried a complete reinstall on one PC - still running into the same random files ending up 'lost' with the same error message.
    Originally, the cs6 design standards (6 licenses total) were loaded to the server/shared drive and then downloaded onto each PC from there - we believe this may have something to do with the corruption, but this problem has just begun within the last month and the programs were all downloaded over 6 months ago.

  • Getting error ora-01000 maximum open cursors exceeded

    hello,
    i am building my fist application using eclipse3.3 hibernate 3.2(hybernatesynchronizer as plugin)
    i have a oracle9i like sgbd . when i trying to create my mapping file from eclipse i got this error :
    ORA-01000: maximum open cursors exceeded
    i try to increase the number of cursor from the oracleconfiguration file init.ora, i shutdown but the problem still
    i don t know how to solve this problem really.
    i need help.

    Yes, that it what I was asking about.Not that it matters, but I think you misunderstood. I meant "if you ask it to leak resources then it will do so." I wasn't asking what you meant.
    Is there a way to make it explicitly open and close via a single call? Perhaps a configuration option either globably or by method/class?Not as a standard part of Hibernate, no. That said, it's relatively hard to leak anything other than connection objects unless you're really trying hard. There are libraries that you can use to manage the lifetime of the connection (actually the session) object. I like the Spring DAO support classes. Inevitably they cause their own problems for someone who doesn't understand what Hibernate's up to under the covers though.
    Edit: Quick example
    // Bog standard Hibernate
    Session session = sessionFactory.openSession();
    try {
       return (List<Foo>)session.createQuery("from Foo").list();
    } finally {
       session.close(); // If omitted will leak a connection object
    // Using Spring
    return (List<Foo>)getHibernateTemplate().find("from Foo");Things get slightly more interesting if you're using lazy loading and actively want to keep the connection around for longer.

  • Error when trying to open Mac file with Captivate 6 Win

    I've tried opening Captivate 6 files (.cptx/.cptl) that were created on the Mac version with Captivate 6 on Win7. Got the error message "can't open file" telling me to check the file and my resources. Resources are ok, the file was sent via email.
    How can I set up a workflow for Captivate 6 between Mac and PC users that works? The discussion to Win files crashing Captivate Mac didn't help as there's no solution posted. Are there any issues concerning the compatibility of Mac and Win files within Captivate 6?
    Any help is very much appreciated a we've got a deadline looming.
    Regards,
    Susanne

    Same problem here. Something to do with path to
    swfobject_modified.js??
    Even though I have correct path I still can't get it to work
    on CMS site, even though it works OK on static site:
    www.askew.co.nz (SWF is a red ellipse with mirrored "S")
    The problem page (CMS site) is here:
    http://askew-site.fjstaging01.pbstaging.com/
    The error is:
    <!--
    swfobject.registerObject("FlashID");
    //-->
    (line 144 Uncaught ReferenceError: swfobject is not
    defined)

  • Missing file causes save/open problems

    I saved an existing document with a new name and got an error message "cannot save file bulletLight.pdf"
    I can identify this file (it's a bullet graphic) but cannot get it to save .. have tried adding it as a graphic, putting it in the folder etc.
    Help - I have a document I am working on urgently that I cannot save ...... ideas? Thanks

    Thanks Dennis this did - and didn't - work! Copying the pages into a new blank document using the same template didn't work (very illogically since the file would have been in the template at creation). I then tried saving a new new blank template just adding a page at a time and identified a page that was causing the grief. Oddly again, this page used the offending bullet graphic and it was visible on the page - but once it was inserted into the new doument it caused the save failure. Obviously v frustrating.
    I'm sending a link to this thread to the good guys who created the template to see if they can throw any light .....
    Cube, Ibook, Imac 17 Mac OS X (10.4.6)

  • Need help with a bookmarkable/Anonymous page, Got wierd error.

    Thanks in advance for your help. I have created a custom password reset page follow Kalimuthu Vellaichamy's instruction, the link for the instruction is the following if that helps:
    http://mukx.blogspot.com/2008/07/creation-of-anonymous-page-introduction.html .
    I get an error the first time I access the page, but if I refresh the page I can access the page successfully after then. If I clear browser's history and try to access the page, I get error again. Here is the error message:
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    Thank you for help
    -Bill

    Kali,
    I tried again this morning, Here is what I did.
    I made sure I did not logged in to the application and made sure I only opened one brower window. Then I tried to open the page. I was not able to log in the first time I opened the page, I got the error I mentioned in the first post, and on the right top corner of the error page it has a logout link.
    Then I clicked refresh button and I could access the page. I could tell I did not logged in at that time because there is no logout link on the right top corner, there were only links for "home" and "preferences".
    Then I closed the browser and reopened the browser, and tried to open the page, at this time I got error again, then I click refresh button and I could open the page again.
    Then I kept this browser window open and I opened another browser window and just went to blank page. Then I close the first browser window(the one with the bookmarkable page) and opened a new window (during this time the blank page was still open) and went to the bookmarkable page again. And this time it worked.
    I think there is something like cookie changed when I got the error so I could open the page after click refresh. But dont know what it is.
    Thanks
    -Bill

  • Keylight is out of Memory, AE export errors everytime!

    This is really frustrating, I need this video to be done to meet a deadline and AE gets an error everytime I try and export even through the render queue!
    8-core Mac Pro
    16 gigs of ram
    1.5tbs of HD space
    It either gives me the image buffer error or "Keylight is out of memory. (4)!
    Please help!

    You should always use the render queue when possible. Never use the export function unless you need to. Have you tried enabling the "purge" function in the secret prefs? Hold down "shift" when accessing your prefs, and then navigate to the secret section. Disable the layer cache, and enable the purge. You can start with a value of 10, or so, but you may need to set it to purge every frame.
    What are your comp/project settings? How big is the comp you are rendering?
    After your project renders, don't forget to reset those settings to their defaults (disable check box).

  • Run-time Error -2147206463(80043ac1) CR XI - Export Option

    Post Author: Brujo
    CA Forum: Exporting
    Hi,
    I got this error when I want to export any document (PDF).
    Pls Can anyone help me ¿? I am tired to find information without sucess ...
    Thanks and Best Regards

    Post Author: Brujo
    CA Forum: Exporting
    Hi,
    I solve it !!
    The problem was the destiny folder ( CR XI not advise and gave any description about it !!!! other bugger find ! )
    Best Regards

  • Error 6 occurred at Open/Creat​e/Replace File in NI_Excel.l​vclass:Sav​e Report to

    I have an application that works on LV60 and when run in LV86 I get the following error:
    Error 6 occurred at Open/Create/Replace File in NI_Excel.lvclassave Report to File.vi->SWF001 Test.vi
    Possible reason(s):
    LabVIEW: Generic file I/O error.
    =========================
    NI-488: I/O operation aborted.
    C:\SWF001 IO Files\1_Single.xls
    The application does:
    New Report.vi
    Excel Get Worksheet.vi
    Excel Easy Table.vi
    Excel Easy Text.vi (4 of them)
    Save Report to File.vi
    Dispose Report.vi
    all in a nice chain (errors and report-in/outs) as is typical
    For some reason I'm getting this error. I'm using it with Excel 2003 SP3 and the spreadsheet contains macros (and I get a prompt "should I enable macros:" (I answer yes), that I didn't get with LV60 and the older version of Excel). This is probably not the problem? but deserves mention.
    The file does exist on the system (and it appears the application is writing to it successfully - though perhaps truncated as the error indicates- i can't tell for sure).
    I can open and save the Excel file independently of LV just fine.
    Any clues?
    Many thanks! -David
    Solved!
    Go to Solution.

    Unfortunately, an Error 6 is a catch all category for all sorts of file IO errors that LV doesn't know how to handle. For example, while it doesn't sound like your problem, trying to access a file that resides on a network drive that isn't currently mounted can generate an Error 6.
    Have you tried saving the file to a different location?
    If you restart your computer and run the VI does it generate the error the very first time you run it?
    Can you post your code - or at least a subset of it that demonstrates the problem?
    Is Excel open when you are running the code?
    Also, as a test try modifying your code so it has a unique name every time you save it.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Got errors when trying to open word document with Office Web App Server and customized WOPI host

    I am configuring the Office Web App Server with our ASP.NET MVC WOPI host based on this example. https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6. While both the OWA server and WOPI server has been set up and I can use Excel and PowerPoint
    app to open and edit xls and ppt file now, there are problems opening word documents no matter I enable or disable the editing function of OWA server.
    When I open a word document while enabling editing I got this error:
    If I disable editing I got this message:
    I have tried several file so I thought it is not the files' problem. Also I didn't find any exception in the log of OWA server. 

    Hi Gary Jiang,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing issues about
    apps for Office.
    Based on the description, it seems that you got an issue when you deploy the code sample. If I understood clearly, I suggest that you contact the author of the code sample from the "Q and A" tab.
    Also if you have the question about WOPI, I suggest that you get more effective response from
    Office
    Protocols forum.
    Regards & Fei
    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.

  • Trying to open iTunes I got a error message of msvcr80.dll can not be found. I thought that it was an iTunes program problem. I tried reloading iTunes and then got an error message of a program is trying to acces a library file incorrectly. How can I reso

    When trying to open ITunes, I got an error message of msvcr80.dll can not be found.
    Assuming that it was an iTunes file, I reinstalled iTunes.
    Trying to open again, I got an error message of an appication is trying to open a library file incorrectly.
    How do I resolve this problem.
    Neither my PC with Vista nor my my laptop with windows 7 will work?
    Thanks

    Hello Msvcr80.dll,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Best of luck,
    Mario

  • I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".

    I get the following error everytime I download something from the internet:-"/Users/vinaypunjabi/Downloads/Ontario Colleges Chart(2)(1).pdf could not be opened, because an unknown error occurred.  Try saving to disk first and then opening the file".
    Then it shows as downloading failed.But if I click on it twice ,it opens up .
    this has started happening since last week.Before this ,it never happened.
    Please suggest what has gone wrong somewhere and how can I rectify it.

    Please install the following add-on to see if it helps.
    https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

Maybe you are looking for

  • Setting up Connection Pool in sun app server 8.1 with SQL server 2000

    Hello, I am trying to set up a connection pool & data source for SQL server 2000 (MSDE 2000). Here is what I attempted to do: I have a pool data source in a jar file called poll.jar and I copied it to C:\sun\Appserver\lib (Install dir\lib) com.micros

  • Resize Pictures for Drop Zone?

    I read a thread from about a year ago that brought up resizing images to get them to fit in a drop zone correctly. I just started using idvd and just ran into this problem, and it truly annoys me that Apple wouldn't allow resizing and image within id

  • Could query form and result table display at seperate pages

    we are new at html db, there are a few of questions we need to clear before we make decision to use HTML DB to develop our next version of application: (I seperate them at differenct topics). * Could query form and query result table display at diffe

  • BI Folder Roles

    hi to all, I would require some input from the BI security experts the issue i am facing with the BI. I have created the few folder roles and assigned necessary authorization like s_user_agr and provided the folder in role check field. Now the issue

  • Path/File access error

    Hi all, I have a client that is acting strange. The users said the following: "The page opens to the landing page but then when I click to open an income statement or report on employment costs the path/file access error appears and I cannot get furt