Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rpolunsky
  • Content: Threads
  • Order by date
  1. rpolunsky

    Web.Config Browse Error

    I'm looking through my Solution Explorer at the Web.config file, and I right-click and see the options Open, Open With, and View in Browser. Out of curiosity, I try "View in Browser" and eventually get the following: Server Error in '/ServiceTwoSources' Application...
  2. rpolunsky

    Web Service Cannot Reference Multiple Web Services

    I can write a client that references multiple web services. (At least I assume I can, I haven't actually written that particular program.) However, I have not been able to write a web service that does the same thing. Whenever I try, the IDE throws a compile time error (I'm using C#), fails...
  3. rpolunsky

    Crystal and .Net Web Services

    I can get a .Net web service to serve a single Crystal report. I have not yet been able to get one to serve multiple reports. Is this a limitation of the Microsoft/Crystal interface or of my programming creativity? Limiting a web service to a single report appears to restrict me to a 2-tier...
  4. rpolunsky

    Comparing Text Files on the Server

    I have a comparison report using the Microsoft Text driver; I run extraction reports from two different databases exporting the results to a text file, then run the comparison report to find out where I have discrepancies between the two. I can do all of this in my local workstation just fine...
  5. rpolunsky

    ASP/CSP Not Mixable

    Be aware that you cannot mix ASP and CSP pages and expect the ASP features (variables, scope, etcetera) to be handled properly. CSP pages execute in a different memory space than ASP pages do, so you effectively have two parallel and non-communicating ASP sessions. The solution is to make all...

Part and Inventory Search

Back
Top