User Profile

Collapse

Profile Sidebar

Collapse
SteveHasel
SteveHasel
Last Activity: Jan 11 '08, 09:13 PM
Joined: Aug 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • So I finally came up with a solution for this problem. It was the user's mouse driver. I don't know how, but somehow it was interfering with my application. That was surprising considering ClickOnce deployment is supposed to be isolated and self-sufficient. Anyway, hopefully this helps someone.
    See more | Go to post

    Leave a comment:


  • I've been working on this problem off and on for a while now and we've resorted to completely reimaging the user's computer who gets this error. The error still occurs. Does anyone know anything about this? I'm really at a loss.

    Thanks,
    Steve
    See more | Go to post

    Leave a comment:


  • SteveHasel
    replied to MSChart in .NET 2.0 or Alternative
    in .NET
    Well, I found a couple solutions in case someone else comes across this thread. They're not the best, but they're free, which is mainly what I was looking for.

    First is Crystal Reports that comes with Visual Studio 2005. It's not an elegant solution and you don't have a lot of options you can customize, but it does get the job done.

    The other is Reporting Services which is also included in Visual Studio 2005. It has...
    See more | Go to post

    Leave a comment:


  • SteveHasel
    replied to Download Code in asp.net
    in .NET
    Here's a couple links that appear to have what you're looking for

    http://www.ondotnet.co m/pub/a/dotnet/2002/04/01/asp.html

    http://www.codeproject .com/aspnet/fileupload.asp

    I typed in "file uploader C# asp.net" in google and got a ton of results.
    See more | Go to post

    Leave a comment:


  • SteveHasel
    started a topic .NET 2.0 Read or Write Protected Memory Error
    in .NET

    .NET 2.0 Read or Write Protected Memory Error

    I understand that this has come up quite a bit in the forums, and I've looked over a lot of questions and possible solutions and haven't found one that has worked for me yet. I was hoping someone else might have an idea. Here's the full error message: (I underlined what I thought was the most relevant)

    "System.AccessV iolationExcepti on: Attempted to read or write protected memory. This is often an indication that other memory is...
    See more | Go to post

  • SteveHasel
    started a topic MSChart in .NET 2.0 or Alternative
    in .NET

    MSChart in .NET 2.0 or Alternative

    I'm looking to dynamically create a series of charts in .NET using Visual Studio 2005 and attempt to export them to a document(either .pdf[preferred] or .doc). I was attempting to use MSChart, but it turned out the only export method I could find(using EditCopy) doesn't seem to work in .NET 2.0. Does anyone know of any alternatives or perhaps a different way to export an MSChart?

    Thanks in advance.

    -Steve
    See more | Go to post

  • The web service is generated by Oracle JDeveloper, which is supposed to be interoperable according to them. If I end up finding a solution, I'll be sure to post it here....
    See more | Go to post

    Leave a comment:


  • I gave it a shot, but no luck. I guess we'll just have to look at other alternatives. Thanks for you help Dave.
    See more | Go to post

    Leave a comment:


  • You mentioned you had a workaround for it, well I got the actual xml file you need to create for it, but I'm not very good with putting together xml files in C#. It basically needs to look like this. I feel like if I can put this together I can send an HttpWebRequest and just stream write the file to the web service. Here's the basic format of the xml file:

    <soap:Envelop e xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"...
    See more | Go to post

    Leave a comment:


  • I am not in control of the web service and I'm not sure how much of a say I have with their developers considering this company could be making this web service for several different companies. It's a registration system designed to be used by anyone. I am in contact with at least a representative from there. Do you have a suggestion to pass on?

    Thanks for your help so far, btw....
    See more | Go to post

    Leave a comment:


  • I've tried several different workarounds including using HTTPWebRequest, which doesn't correctly wrap it in a soap envelope. I've also tried the SoapClient and it disagrees with some of the xml I was trying to use. I'm really at a loss on how to do it....
    See more | Go to post

    Leave a comment:


  • It's something like this:

    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Generated by the Oracle JDeveloper 10g Web Services WSDL Generator
    -->
    - <!-- Date Created: Tue Jun 21 11:31:32 EDT 2005
    -->
    - <definitions name="UpdateWeb Service" targetNamespace ="http://db/UpdateWebServic e.wsdl" xmlns="http://schemas.xmlsoap .org/wsdl/"...
    See more | Go to post

    Leave a comment:


  • I've done that and I see all the xml of the wsdl file....
    See more | Go to post

    Leave a comment:


  • Yea, I read around and it was at first difficult to find examples of people that had successfully done this, but they do exist. That's why I'm wondering if I'm going about it wrong. I tried the wsdl.exe, but I'm not able to use that for some reason or another....
    See more | Go to post

    Leave a comment:


  • No, the only folder that was created after the web reference was added was called SiteUpdate(my namespace) and the discomap and wsdl files inside the folder. This was added under the App_WebReferenc es folder....
    See more | Go to post

    Leave a comment:


  • SteveHasel
    started a topic Consuming JDeveloper Web Service in ASP.NET C#
    in .NET

    Consuming JDeveloper Web Service in ASP.NET C#

    I'm trying to consume a web service that was generated by Oracle JDeveloper for a ASP.NET site in Visual Studio 2005. I used the Add Web Reference interface and everything seemed to work fine, but when I tried to reference the methods in the web service, they weren't there. In their stead were general web service functions and properties(like CreateObjRef, Discover, SoapVersion, etc).

    The url I used when adding the web reference was...
    See more | Go to post

  • SteveHasel
    started a topic ItemSend Event Issues C#
    in .NET

    ItemSend Event Issues C#

    I'm working in Visual Studio 2005 trying to use Outlook to create an email and display it for the user to edit and then send. I need to be able to check that the item in the ItemSend event is my item and not some other MailItem. Here is the jist of the code I am using so far:

    public partial class frmSendToPayrol l : Form
    {
    //...
    private MailItem oMailItem = null;
    Microsoft.Offic e.Interop.Outlo ok.ApplicationC lass...
    See more | Go to post
No activity results to display
Show More
Working...