Search

You searched for the word(s): userid:540598

Matching Posts

  • Architecture/Deployment Q: referencing PIA's that may or may not be there

    Hello, We're developing an app that integrates with a software vendor's CRM product and/or it's accounting product. Any given client of ours may have one or the other or both of the vendor's products. The products are both COM-based but have PIA's which we reference. My question is this... how can we maintain one code base that references both products' PIA's but might be deployed to a client that has only one of the products. As a for instance: let's say we have a
  • Reporting Services for 2000 and 2005?

    Sorry, I'm sure this has been answered somewhere but couldn't find it.... We have an existing ASP.Net web application with reporting done in Crystal. We are looking to move to Reporting Services, but some of our clients are on MSSQL 2005 and some are on 2000 and do not appear to be upgrading any time soon. If we move to RS, will we have to branch our code based on what MSSQL version they are using, or can the same code be used for RS on both 2000 and 2005? TIA!
    Posted to SQL Server Reporting Services (Forum) by LurkingVariable on 6/12/2008
    Filed under: Reporting Services
  • Re: Database Logon Failed In Production Server

    I found my answer to the problem here (scroll down to the bottom): http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23130160.html It was failing because the SQL Native Client was not installed on the production server. If the production machine already has the file "sqlncli.dll", it is already installed. If not, you can find the install package here: http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli.msi Here is the KB item on
    Posted to Crystal Reports (Forum) by LurkingVariable on 4/25/2008
  • Re: Database Database logon failed.

    I found the answer here (scroll down to the bottom): http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23130160.html It says that (in their case) it was failing because the SQL Native Client was not installed on the production server. If the production machine already has the file "sqlncli.dll", it is already installed. If not, you can find the install package here: http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli.msi Here is
    Posted to Crystal Reports (Forum) by LurkingVariable on 4/25/2008
  • Re: Database Database logon failed.

    Were you able to fix this? What was the solution?
    Posted to Crystal Reports (Forum) by LurkingVariable on 4/25/2008
  • Re: Database Logon Failed In Production Server

    Were you able to fix this? If so, can you tell us what the issue was? TIA.
    Posted to Crystal Reports (Forum) by LurkingVariable on 4/25/2008
  • Re: Are 'business objects' (as I know them) dinosaurs?

    Someone reminded me I never followed up on this one, so for anyone that is using a DataObjectSource with a strongly-typed custom collection object, here is what I needed to do to get it all to work: 1) Define the object data source in my ASPX page (note SelectMethod param): < asp:ObjectDataSource ID= "odsItems" runat= "server" DeleteMethod= "Remove" OldValuesParameterFormatString= "{0}" SelectMethod= "GetItemTransactions" TypeName= "MyCompany
  • Re: can't compile in Web Application Project

    [quote user="tim_mackey"] i've since moved to using WAP with VS 2008 beta 2 [/quote] For production code?
    Posted to Blinq Preview (Forum) by LurkingVariable on 9/19/2007
  • UserControl & uniqueID & RegisterAsyncPostBackControl

    [VS2005, Web Application Projects, AJAX] I have a page that has a UserControl (called the "ItemPicker") and a GridView, with the GridView wrapped in a UpdatePanel. The "ItemPicker" usercontrol contains a repeater list that is a list of "items" available, and clicking on an item adds that item to the grid in the UpdatePanel. To accomplish this, in the ItemPicker Page_Load I call Page.ClientScript.GetPostBackEventReference and add it to the ItemPicker's "onclick"
    Posted to Web Forms (Forum) by LurkingVariable on 6/21/2007
    Filed under: UserControl uniqueID RegisterAsyncPostBackControl
  • Re: Problem with ObjectDataSource when adding a Class to App_Code

    [quote user="che3358"] One way to test your TableAdapter, just go to the Page_Load(), and put in: ISTableAdapters.EquipmentTableAdapter adapter = new ISTableAdapters.EquipmentTableAdapter(); [/quote] I am getting the same error message (on a page that used to work just fine), but when I tried to instantiate the object in Page_Load I was able to do it with no problem. Given this, any other thoughts on what might cause this? TIA.
    Posted to Data Access and ObjectDataSource Control (Forum) by LurkingVariable on 6/13/2007
    Filed under: objectdatasource
Page 1 of 5 (43 items) 1 2 3 4 5 Next >