CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Threaded View

  1. #1
    Join Date
    Mar 2009
    Posts
    9

    i have NO IDEA what i'm doing

    Hey everyone!

    Let me start off by saying I am not a programmer whatsoever. We had a group out of Egypt create a program for my office that runs off a MSSQL server. Just recently I had to migrate our server so the name changed. In doing so, our program is now looking at the old server since the connection string is hard-coded in the program. I installed C# 2008 express and went through changing all the connections to look at the new server (using find/replace) and when I click on publish/build/rebuild I get these errors:


    Unable to resolve type 'ComponentFactory.Krypton.Navigator.KryptonNavigator, ComponentFactory.Krypton.Navigator, Version=2.5.1.0, Culture=neutral, PublicKeyToken=token'

    The referenced component 'Microsoft.ReportViewer.Common' could not be found.

    The referenced component 'Microsoft.ReportViewer.WinForms' could not be found.

    The referenced component 'ComponentFactory.KryptonToolkit' could not be found.

    The referenced component 'ComponentFactory.Krypton.Ribbon' could not be found.

    The referenced component 'ComponentFactory.Krypton.Navigator' could not be found.

    Ambiguity between method 'Microsoft.Office.Interop.Word._Application.Quit(ref object, ref object, ref object)' and non-method 'Microsoft.Office.Interop.Word.ApplicationEvents4_Event.Quit'. Using method group.


    I downloaded the 30 day trial of Krypton and installed it just to see if I could publish but it still doesn't work. Just messing around I wound up right clicking on the 'references' folder and chose 'add reference' where I saw the four Krypton references. i chose all but the workspace since it doesn't seem to be needed by the application then chose OK. Yet it isn't working. I also posted this in the ComponentFactory forum for help with the Krypton errors but any help would be amazing.

    Thanks!

    P.S. - there is also a very good chance that this is not in the correct forum. please let me know if this is true!
    Last edited by savesheep; March 30th, 2009 at 10:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured