Search:

Type: Posts; User: pukisoft

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. System.Security.SecurityException trying to run assembly from report's custom Code

    So, I've got this report designed to calculate sigma level for a given DPPM values in a report.

    Due to the reports format, I've had to come up with a library that executes an stored procedure and...
  2. Replies
    0
    Views
    448

    Change report values programatically.

    So, I've got this report, where I've got to change a value from a report's textbox in code. Any way to access the report before rendering and changing a textbox value in said report based on another...
  3. Replies
    0
    Views
    303

    Select from stored procedure.

    Hello guys. I hope you're all doing great.

    So, I have a stored procedure that generates a table for Six Sigma values and retrieves the value for a given value given by a parameter.

    The Problem...
  4. Report Getting ODBC call failed object invalid or no longer set

    So, I'm developing one report that's got two other reports pulled from linked tables from an sql server database.

    The report's got some formatting, nothing fancy, and the queries are a little...
  5. Re: ASP.NET 4 app working fine in localhost, giving runtime error in remote machines

    It seems my problem is related to missing access DAC drivers missing from the server, which is WS2k8 r2. Any way to install MDAC or something similar in this server?
  6. Re: ASP.NET 4 app working fine in localhost, giving runtime error in remote machines

    Okay, Upon further inspection I can see now that the error is that I can't connect to the ODBC connection from IIS.
    ODBC--connection to 'ODBCNAMEHERE' failed
  7. Re: ASP.NET 4 app working fine in localhost, giving runtime error in remote machines

    Hello. Actually, I'm not getting any error, which is what makes the task more difficult and/or confusing to me.

    When I load it from VS, it loads the data just fine with IIS stopped. When I start...
  8. Re: ASP.NET 4 app working fine in localhost, giving runtime error in remote machines

    Hello, I have since resolved the problem changing the website from that directory to another. (Why that worked I don't know) The error was Runtime error, which was funny because on the server it ran...
  9. ASP.NET 4 app working fine in localhost, giving runtime error in remote machines

    The title says it all. After a lot of problems with a simple app we use at my workplace, I decided to redo the app again for .NET4 and add some refactoring.

    Upon uploading said app, the website...
  10. Re: Parser Error Message: The server block is not well formed.

    Looks the same. I copied everything to another page and excluded that page from the project, and now I'm getting an even weirder error. the compiler its telling me that a method in the page doesn't...
  11. Re: Parser Error Message: The server block is not well formed.

    Adding to the craziness is the fact that whenever I edit the default.aspx page, the file default.aspx.designer erases the name of the class prompting a series of control errors: controlx isn't...
  12. Re: Parser Error Message: The server block is not well formed.

    Yeah, I've been googling for a while now, and the thing is most of these people are experiencing different troubles that don't relate to mine, with the same error message. To make things worst, When...
  13. Parser Error Message: The server block is not well formed.

    I keep getting this error message after upgrading an application from .net framework 3.5sp1 to 4.

    The thing is, the block is well formed!


    Line 1: <%@ Page Language="vb"...
  14. Re: [RESOLVED] Do I have to install office in client machines for a program that uses

    Thank you guys. I Actually found a library called GemBox which is quite useful, although with some limitations to my purpose (Export datagrids to excel, a few of them which have pictures which the...
  15. [RESOLVED] Do I have to install office in client machines for a program that uses office.core?

    So, I have this program that exports data from a datagridview to an excel file. On the build machine it runs great, but on the target machine it throws an exception since there's no MS office...
  16. Replies
    9
    Views
    1,358

    Re: Pull data from Txt file?

    Here buddy: http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx
  17. Re: Find and Highlight in Office documents and PDF

    For PDF files I'd suggest you take a look at ITextSharp.
    I haven't done such a thing myself, but since ITEXt let's you generate PDf documents on the fly you may read them, generate them and...
  18. When is Lines and methods too much? Classes responsibility?

    So, I've got this class that retrieves a list of values from remote computers via WMI for an inventory program I'm developing.

    http://i1056.photobucket.com/albums/t371/pukisoft/untitled.jpg
    My...
  19. Re: Execute class methods in different thread.

    Thanks, that did the trick!
  20. [RESOLVED] Execute class methods in different thread.

    So, I've got this class that retrieves a list of values from computers in my network using WMI with this code:


    Cursor.Current = Cursors.WaitCursor;
    ...
  21. Re: SQL Server 2005 Cast double (0.00) as empty string

    That should do it. Thanks a lot!
  22. [RESOLVED] SQL Server 2005 Cast double (0.00) as empty string

    So, I've got this table Where I'm doing a Query Selecting a column with a double value and converting it to varchar to concatenate it with a vachar column.

    What I'd like to do is: When the double...
  23. Replies
    3
    Views
    684

    Re: Help With SQL Query.

    Sorry about that, I thought I was here but had two tabs open.


    About the title, well,yeah. For the next time.

    In the meantime I solved it using isnull(col, 0) in the offending queries, that...
  24. Replies
    3
    Views
    684

    [RESOLVED] Help With SQL Query.

    So, I'm trying to determine if a row in a components table for it inventory contains
    ram with multipliers GB and MB and adding them accordingly.

    For that I'm doing it like this.



    If ...
  25. Replies
    1
    Views
    636

    Problem Signing a solution.

    So, I've been deploying an application, which worked really fine and installed fine until Norton internet security's Sonar suddenly wen batcrap crazy and started deleting both setup files and the...
  26. Replies
    9
    Views
    1,506

    Re: Can I create .dll with C#...

    I did a little project to load it from access xp.
    I marked the assembly comvisible in assemblyinfo and built the project marking the "Register for com interop" setting, which I think may run Regasm...
  27. Replies
    9
    Views
    1,506

    Re: Can I create .dll with C#...

    Whoa! This thread has just blown my mind. I've found myself writing a lot of vba code for my new job, even though I first came across it this past week!

    I followed jmcilhinney's instructions...
  28. Re: [RESOLVED] access 2002 report with hour range

    Turns out a Crosstab query was what I needed. Live to learn I guess. :)
  29. [RESOLVED] access 2002 report with hour range

    So, I've got this table with a field called Entry_Hour, which stores the hour in which any given jobs gets entry to quality control in the place I work for.

    I must select a field called "Module"...
  30. Re: [RESOLVED] Application works fine in local iis, not in remote.

    Yeah. I was going to post the answer but was in a bit of a hurry.

    I've got two libraries done in c# for converting images stored in a ole object field loaded in the project with two .dlls.

    For...
  31. [RESOLVED] Application works fine in local iis, not in remote.

    So, I've been working on an app that extracts a picture from an ole field in an old access xp db, converts it to a jpg picture, and saves it to a folder to be presented to the user.


    After...
  32. Strategies for measuring asp.net applications performance.

    So, I'm about to deploy a website for the company I work for, and I'd really like to know what are the efficient ways you experienced users utilize to measure your application's performance and...
  33. Re: Application state gives me a value of nothing.

    That was my first approach. Didn't work though, so I had to embeded on the page.

    I'm working on that though.


    I'm going to check that out.. In the meantime I finally solved it calling...
  34. Application state gives me a value of nothing.

    So, I've been trying to save an auto completion list in application state to make it available for all users once their session starts.



    dim query as string = "Some query that returns a...
  35. Replies
    5
    Views
    1,031

    Re: [RESOLVED] IE6 - 8 Doing *** error

    Upon further inspection (and almost 2 hours of websearch) the culprit turned out to be an image tag without an imageurl attribute set. As It turns out, ie re-renders the page when it finds an html...
  36. Replies
    5
    Views
    1,031

    Re: IE6 - 8 Doing *** error

    Upon further inspection I can see that with IE8 the load event is firing twice, causing the page to load in its default state and hence the data mismatch. I've got a condition checking out if the...
  37. Replies
    5
    Views
    1,031

    [RESOLVED] IE6 - 8 Doing *** error

    So, I've got this datatable, that for reasons of convenience I'm sending to a method to populate some details in the page. When I load the page in Firefox and chrome the website does everything is...
  38. Replies
    2
    Views
    656

    Re: giving oledb access to folder

    Are you using a client app or asp.net?
  39. Replies
    7
    Views
    1,257

    Re: Get jpg image from oledbObject

    Actually, that's been the problem from the start.
    It's a very old access db that's used across the company, and it seems according to the code I download (very good one to the guy's credit) some...
  40. Replies
    7
    Views
    1,257

    Re: Get jpg image from oledbObject

    I can't send it as it's my workplace's property and that may get me in trouble.
    I can tell you though, that using this code http://www.codeproject.com/KB/web-image/OLE2IMG_Conversion1.aspx
    Detects...
Results 1 to 40 of 212
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width