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 IamaSherpa 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: *

  1. aultmike

    Need Help Eliminating Weak References In My App

    Hello. I am trying to resolve a memory leak(s) in my app. I've downloaded and ran RedGate's ANTS Memory Profiler 5.0 and the memory profiler tells me the leak has to do with WeakReferences. The problem I am running into is that I've never heard of a WeakReference nor are they explicitly...
  2. aultmike

    Need an alternative to BizTalk’s XSLT generation

    Hello, At present we are using BizTalk as an XSLT generator. We map two XSDs together and then have BizTalk generate and XSLT that we use in another app. Shortly we will be getting rid of BizTalk and are on the hunt for a new program that will provide us this functionality. Thanks!
  3. aultmike

    Casting values at run-time...

    Consider this example: Dim x As Int32 Dim newValue As String x = CType(newValue, x.GetType()) I keep getting the design-time error, Type 'x.GetType' is not defined. Is there a way I can do this? I would like to be able to cast values at run-time depending on the type of values I'm working...
  4. aultmike

    Adding menu item to the context menu within the Visual Studio IDE...

    I would like to be able to select a block of text right click on it and have a menu item that will create a new email and paste the code I have selected into the email automatically. Any suggestions on how I could accomplish this? Thanks
  5. aultmike

    HOWTO: Create an Annotated XSD from a table...

    Does anyone know how to create an annotated XSD from a table? I plan on using BulkLoad to load in data from an XML file. Thanks
  6. aultmike

    Trouble with a Flat File Source...

    I'm not doing a manual import... I'm creating an SSIS package and using a Flat File Connection Manager...unless i'm missing something you're telling me... *scratching head* If so I apologize that I'm not seeing it.
  7. aultmike

    Trouble with a Flat File Source...

    Thanks for the suggestion ousoonerjoe, but what script? i dont see a script in the Flat File Connection Manager...
  8. aultmike

    Trouble with a Flat File Source...

    I have a flat file that is comma delimited and the text is qualified with a double quote ("), however each row in the flat file is prefixed with 3 spaces and throws off the flat file connection manager when I try to setup the columns. I'm not sure how to remedy this any advice? Thanks

Part and Inventory Search

Back
Top