Skip to content
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • VB6 dll calls from WCF

    .NET (Core and Framework) csharp help wcf hosting
    27
    0 Votes
    27 Posts
    0 Views
    S
    What Dave said might be correct too, since Service is to transport the Data it must be Serializable or Distributed that would be a problem but to know the real problem - try to replicate the issue on Stored Proc by passing different Date formats as I can guess you have only one source code that's exposed to you all other are either dlls or exes, which you can't reverse them into VB6 code back. So focus on one Source Code you may probably have or know that's SP and try to replicate the problem.
  • 0 Votes
    8 Posts
    5 Views
    Richard DeemingR
    If you want to perform mathematical functions on the bound value, you'll need a converter - for example: GitHub - hexinnovation/MathConverter: A WPF Converter class that does it all[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    6 Posts
    0 Views
    OriginalGriffO
    OK! "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony AntiTwitter: @DalekDave is now a follower!
  • 0 Votes
    3 Posts
    0 Views
    M
    After a lot of digging, we found that the problem apparently was in the code, after all. When I checked the solution back into source, and my co-worker checked it out, he then received the same error message as I received. We don't really know why his worked initially, because we had compared our web.config files, and they looked the same. We were finally able to resolve this by adding behaviorConfiguration="serviceBehavior" to the service item in the web.config. Thank you for your response.
  • Can a day be good and bad?

    The Lounge csharp javascript asp-net wcf help
    13
    0 Votes
    13 Posts
    0 Views
    B
    to the extent you waste your time over-analyzing it, and posting on the Lounge about it: yes :wtf: «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
  • I hate that.

    The Lounge wpf wcf com debugging
    10
    0 Votes
    10 Posts
    0 Views
    G
    Been there done that. I hate it too because it always makes me feel stupid. When in reality I am a very.... OK sometimes I am a bit stupid. Still annoying though. "Rock journalism is people who can't write interviewing people who can't talk for people who can't read." Frank Zappa 1980
  • 0 Votes
    15 Posts
    0 Views
    Sander RosselS
    Some people really don't care about other people's time :sigh: Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
  • How to use DataTrigger to run Storyboard?

    WPF tutorial question wpf wcf
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Orphaned link

    Site Bugs / Suggestions csharp wcf com
    3
    0 Votes
    3 Posts
    0 Views
    M
    Looks like Chris or Sean went it and fixed it :) "Time flies like an arrow. Fruit flies like a banana."
  • 0 Votes
    7 Posts
    0 Views
    Richard DeemingR
    And yet it's still linked from the "posting rules for the Lounge" sticky message. :laugh: "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Why close the Soap Box?

    The Lounge wcf com xml question
    16
    0 Votes
    16 Posts
    1 Views
    R
    ¿Cerraron el cajón del jabón? :wtf: Demonios... las minorías.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • W.R.T. Thought of the Day

    The Lounge wcf com algorithms xml
    5
    0 Votes
    5 Posts
    0 Views
    Z
    W∴ Balboos wrote: OG's Thought of the Day is one of the highlights of the lounge I agree. Which also proves my point. :laugh: Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
  • Good work team (me, myself and I)!

    The Lounge csharp javascript asp-net database wcf
    14
    0 Votes
    14 Posts
    1 Views
    Sander RosselS
    I've done it before, in production environments. Now that I'm using CI/CD with Azure and micro services I find that it's indeed a lot easier to drastically change certain parts of the system :D Especially if it's necessary. Just change it, test it, and if anything still happens on production it happens... Of course I don't work on any critical systems, a bug is annoying at worst. Programmers get scared to change anything, then make their changes so that it impacts existing functionality as little as possible. Ultimately, decision making becomes about software rather than business. We want x, but make it y because the software is to hard to change. If the business wants x they should get x even if that means rewriting parts of the application. Although such decisions are also often driven by money. It's difficult, but I always try to own the code and not the other way around :) Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
  • Now that's secure...

    The Lounge csharp javascript security database wcf
    4
    0 Votes
    4 Posts
    0 Views
    H
    This makes me glad i don't have to do this kind of thing for a living anymore. Don't take this personally, but I really want to hack your jobsite now. When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.
  • 0 Votes
    20 Posts
    1 Views
    Sander RosselS
    I uhhh... might stick to regular XML :~ And we don't actually like the old stuff, we're just forced to use it :laugh: Best, Sander sanderrossel.com Continuous Integration, Delivery, and Deployment arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly
  • Weird

    Article Writing help csharp wcf com hosting
    4
    0 Votes
    4 Posts
    1 Views
    N
    Not only the images... it seems that snippets format are disappearing too M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Memory Leak

    The Weird and The Wonderful csharp wpf wcf com hardware
    6
    0 Votes
    6 Posts
    3 Views
    M
    In C#, I almost ALWAYS use try-catch-finally. That's the "Padre Nostro" of alldays. :laugh: