Search:

Type: Posts; User: snufse

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. VS 2005 Getting error: vshost32.exe has stopped working

    The application runs fine and processes records for about 20 minutes and renders the above error. When I try running the application again with another selection, it runs for about the same time and...
  2. Replies
    5
    Views
    1,017

    VS 2005 Re: Windows.Forms.OpenFileDialog

    I agree, I would write the code different if I wrote it. I am just debugging. Using your 'better' code I get same result.

    I would like to know why the AxWebBrowser2.Navigate does not work in...
  3. Replies
    5
    Views
    1,017

    VS 2005 Windows.Forms.OpenFileDialog

    Have an application that is running fine in XP but not in Windows 7 64bit. After document been selected in the dialog box the this error appears eve if a valid document been selected. Thank you.
    ...
  4. Thread: Using Calendar

    by snufse
    Replies
    1
    Views
    770

    VS 2005 Using Calendar

    Have an application where I use the calendar function throughout. On the initial start page I have an image button and when clicked it opens the calendar. When I click on either previous or next...
  5. Replies
    2
    Views
    911

    VS 2005 Re: Adding alert message box

    Worked. Thank you.
  6. Replies
    2
    Views
    911

    VS 2005 [RESOLVED] Adding alert message box

    I am trying to add alert message box to my application using below. I need to replace the text string with a Message variable. Cannot seem to get that working. Thank you.


    ...
  7. Replies
    3
    Views
    757

    VS 2010 Re: Move control on page

    Thank you guys. I will try posting in CSS.
  8. Replies
    3
    Views
    757

    VS 2010 [RESOLVED] Move control on page

    Just started using VS2010. I am not able to move controls, in the CSS styling I checked the "Change position to absolute...." and still I am not able to move controls. Some other set up I missed?...
  9. Re: Error running windows application on server 2008 r2

    I created a shortcut from the .exe. When I updated the compatibility in the shortcut to run "Windows Server 2003" it also updated the properties of the .exe itself. I am not sure about which...
  10. Re: Error running windows application on server 2008 r2

    Hello Tim,

    I "right clicked" the .exe and set "Run this program in compatibility mode for Windows Server 2008" I did not get any errors doing this. Now, when I have done this will it stay this way...
  11. Error running windows application on server 2008 r2

    I have an application that uses a .dll that needs a 32bit.I compile my application referencing x86 and it work fine on my desktop running Windows 7 64bit. When I try to run the compiled application...
  12. Replies
    0
    Views
    550

    VS 2008 Web pages does not show images.

    I have application on development machine and web server 2003 that shows images. Now moving applications to server 2008 r2, no images are being shown on any application. Images are located in an Icon...
  13. Replies
    0
    Views
    834

    VS 2008 Select Button in GridView not working

    The application is running fine on local desktop and server 2003. Needed to publish the app to a 2008 r2 server with IIS pool set to 32bit / classic / .net 3.5 / IE9.

    Since the app is not working...
  14. Re: Not able to run app on 2008 R2 server with Crystal Report

    I found a reference to below and added it to my mark up screen. Not getting any error compiling. Now on to the next step. Will keep you posted. Thank you.

    <%@ Register...
  15. Re: Not able to run app on 2008 R2 server with Crystal Report

    I installed vs 2008 on the 2008 R2 server.

    When I work with the application all I see as CR reference is 10.2.3600.0. I do not see any ref to 10.5.xxx

    I get one error:
    ...
  16. Re: Not able to run app on 2008 R2 server with Crystal Report

    Yes, the report is running fine on the 2003 server and my local pc fine without any issues. No, I do not find the place to set the "target cpu" . At this point I only have "Crystal Reports for .Net...
  17. Re: Not able to run app on 2008 R2 server with Crystal Report

    Has not been solved yet, Have been working on the issue for several days. I was able to chnage the IIS to run 32bit but that did not help. I am trying to install CR runtime 64bit but getting error
    ...
  18. Re: Not able to run app on 2008 R2 server with Crystal Report

    The program was changed a couple of years back from 2005 to 2008 while running on the 2003 server and moving the same to 2008 r2 server is the same program that is/was running on 2003. So no recent...
  19. Replies
    0
    Views
    534

    Converting from vs 2005 to vs 2008

    Converting from vs 2005 to vs 2008, I open a 2005 project in 2008 environment and conversion will take place. This works fine. After the conversion and when I open the project properties box I do not...
  20. Re: Not able to run app on 2008 R2 server with Crystal Report

    Program has not been changed, it is the same program I publish to server 2003 as well as server 2008
    It has not run on a 64bit before.
    In the properties I only see target framework 3.5 and not a...
  21. Not able to run app on 2008 R2 server with Crystal Report

    I am moving applications that prevopusly been running on windows 2000 server to our new internal web server running windows 2008 r2 (64 bit). I am running into CR issues which I have not been able to...
  22. Replies
    6
    Views
    1,854

    VS 2008 Re: Ajax Issue

    On my development machine (local pc) I was able to switch from



    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager


    to
  23. Replies
    6
    Views
    1,854

    VS 2008 Re: Ajax Issue

    Thank you, I woll work on this and see what happens.
  24. Replies
    6
    Views
    1,854

    VS 2008 Re: Ajax Issue

    Have tried what was suggested and still have same issues. One discovery I made was that if I moved the



    <asp:Label ID="lblMessage1" runat="server"...
  25. Replies
    6
    Views
    1,854

    VS 2008 [RESOLVED] Ajax Issue

    I have an application that I am moving from a 2000 server where it is working fine to a 2008 R2 server (these are both internal servers). When I run the application on the 2008 server it displays the...
  26. Replies
    6
    Views
    4,125

    Re: Retrieving User Id

    There is no error just that the string containing the credtials is empty.

    I am trying to work with below, on local and server 2003 it works fine, but not on 2008.

    Any suggestion?


    Dim User...
  27. Replies
    6
    Views
    4,125

    Re: Retrieving User Id

    Have now tried below options and sill cannot get the log on user id in IIS 7.0



    If InStr(1, UCase(Request.ServerVariables("LOGON_USER")), "\") > 0 Then
    Dim Splits() As String =...
  28. Replies
    6
    Views
    4,125

    Retrieving User Id

    We are moving some applications from Server 2003 to Server 2008R2 (IIS 7.0)

    Have following code that does not seem to work on 2008:



    If InStr(1, UCase(Request.ServerVariables("LOGON_USER")),...
  29. Replies
    1
    Views
    1,815

    VS 2008 Web Page Message Box hides page behind

    At the end of a process I am displaying status in a message box to users. I am using following code snippet:



    Public Sub UserMsgBox1(ByVal Message1 As String, ByVal Message2 As String, ByVal...
  30. Thread: Hide DOS screen

    by snufse
    Replies
    6
    Views
    2,017

    Hide DOS screen

    I am doing a ftp in a .net windows application and running FTP commands from a .txt file. Is there a way to supress or not show the DOS screen when executing the application? Thank you.


    ...
  31. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    This code creates a new file with .txt extension. Thank you. How can I delete the files with the "old" extension as I do not need these at all, is there a way to replace instead of copy? Thank you...
  32. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    It does not seem to like the path to my files in the Dim.Files line

    Error:
    Second path fragment must not be a drive or UNC name.
    Parameter name: path2



    Dim dir As String = "C:\temp"
    ...
  33. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    It does not seem to like the path to my files in the Dim.Files line

    Error:
    Second path fragment must not be a drive or UNC name.
    Parameter name: path2




    Dim dir As String =...
  34. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    This is the code I have to read all files in the directory (34 files)

    Dim myFiles As String()
    myFiles = IO.Directory.GetFiles("\\xxx\DataXfer$\yyyy\AL", "P*.*.*")
    For Each f In...
  35. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    This is what I tried:

    Dim myFiles As String()
    myFiles = IO.Directory.GetFiles("\\xxx\DataXfer$\yyy\AL", "P*.*.*")
    Dim newFilePath As String

    For Each filepath As String...
  36. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    I did not get that to work so I tried omethin else

    Here is the file schema (files from Linux box)

    P0004251.07001 File type 07001 File
    P0004251.07002 File Type 07002 File
    P0004251.07003 File...
  37. Replies
    16
    Views
    2,602

    VS 2005 Re: Rename files using wildcard

    Not sure if I got it right. It does not seem to change my file extension.


    Dim myFiles As String()
    myFiles = IO.Directory.GetFiles("\\xxxxx\DataXfer$\yyyyy\AL", "P*.*")
    Dim...
  38. Replies
    16
    Views
    2,602

    VS 2005 Rename files using wildcard

    I need to loop through and rename file extension for all files starting with P to .txt extension. Does someone we a code snippet? Thank you.
  39. Replies
    3
    Views
    1,040

    Download file from Linux box

    Not sure where to start asking for help, whether this is the right forum or not, so please bear with me if I landed in the wrong spot.

    Our environment is Windows but we have a remote site that...
  40. Replies
    0
    Views
    2,401

    VBScript - objWMIService - getting error 462

    Have following code snippet:


    Set objWMIService = GetObject("winmgmts:\\" _
    & strComputer & "\root\CIMV2")

    my computer name is RGDF-DC and I get Err.Number = 462 which tells me...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width