Search:

Type: Posts; User: rex64

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    I think this may be related. I am getting this error when I try and write an XML file. I checked and the file is blank, so I renamed it and it fixed my call to:


    Dim serializer As XmlSerializer...
  2. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    Ok, thanks. If I cant get this to work I will just do it manually with WriteToXmlFile and ReadFromXmlFile and write my own settings class...
  3. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    Also, I got this message. I clicked Yes and that did not help.
  4. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    See previous posts. Also, I tried copying the project files to a test project and stripping away unneeded things for the test. But it works just fine, so I am not sure what to do. I tried re-building...
  5. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    I found a couple of files that I think may be relevant. Also, I noticed a similar error that may be related: https://developercommunity.visualstudio.com/t/net-5-vbnet-mysettings-not-working/1497083
    ...
  6. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    I tried deleting the settings in StudyX by right clicking the Study project, and clicking Properties. Then clicking Settings. THen I right clicked on each setting and clicked remove setting. This...
  7. VS 2022 Re: VB .NET System.Configuration.ConfigurationErrorsException

    This started happening when I updated from a slightly older Visual Studio 2022 to 17.5.2. It looks like the XML Schema changed:
    https://www.vbforums.com/images/ieimages/2023/03/7.jpg

    I tried...
  8. VS 2022 VB .NET System.Configuration.ConfigurationErrorsException

    This error started when I updated Visual Studio. I tried to clean and rebuild solution and close and re-open visual Studio 2022.



    Designer code:
    Me.cbMute.Checked =...
  9. Replies
    3
    Views
    991

    Re: Panel Not Resizing Correctly

    We have a text box at the top for Question and then a panel below it that holds 4 radio buttons. I know the basics of anchors, but I do not know how to make it work when there are 2 controls that...
  10. Replies
    3
    Views
    991

    Panel Not Resizing Correctly

    We have a red Panel that is not resizing correctly. We want the bottom of it to be 40 pixels up from the bottom, but when we resize, or maximize it does not resize correctly. Most of the time the...
  11. Replies
    3
    Views
    5,347

    VS 2017 Re: VB .NET BC30002 VB.NET Type is not defined

    We re-wrote the code to solve. We did have some minor success by adding the DLLs to the build folder manually but it only worked on 1 computer.
  12. Replies
    3
    Views
    5,347

    VS 2017 VB .NET BC30002 VB.NET Type is not defined

    I had this working in the past but something must have changed. This could be related to a circular dependency, but I resolved that by pointing to the built DLL. Visual Studio 2017


    Error I am...
  13. Re: VB .NET Multi Screen Touch App - without loosing focus

    We want to be able to do touch on both screens.
  14. VB .NET Multi Screen Touch App - without loosing focus

    We have an app that we have developed. We have 2 touch screens. I wanted to get your recommendations. When you click something on the small screen, the large screen looses focus and the OSK closes.
    ...
  15. Replies
    7
    Views
    1,328

    Re: Unlock DLL in TeamExplorer

    We need to unlock in Team Explorer / Server (formally Visual Source Safe). I do not think your program helps with that?
  16. Replies
    7
    Views
    1,328

    Re: Unlock DLL in TeamExplorer

    *bump*
  17. Replies
    9
    Views
    9,584

    Re: Search a DataGridView column for a string

    Cool, thanks.
  18. Replies
    9
    Views
    9,584

    Re: Search a DataGridView column for a string

    What is the property to get or verify the name through code?
  19. Replies
    9
    Views
    9,584

    Re: Search a DataGridView column for a string

    Thanks, your solution worked, I had the name work. I had tried to get the name with this, but it did not work:
    'dataGridView.Columns(0).HeaderCell.Value
  20. Replies
    7
    Views
    1,328

    Re: Unlock DLL in TeamExplorer

    Shouldn't this unlock everything with this command?
    /lock:none
  21. Replies
    7
    Views
    1,328

    Unlock DLL in TeamExplorer

    I am trying to unlock MySql.Data.dll but when I ran a command I get an error on a different file. What do you recommend?


    C:\Program Files (x86)\Microsoft Visual Studio 14.0>tf lock /lock:none...
  22. Replies
    9
    Views
    9,584

    Re: Search a DataGridView column for a string

    I am using an unbound datagridview. I tried this and it did not find the column. I checked and the column name is correct.


    Private Function isInDataGridView(searchString As String,...
  23. Replies
    9
    Views
    9,584

    Search a DataGridView column for a string

    I am having issues with columnToSearch. Not sure why I can not specify it, it can not find the column for some reason.


    ''' <summary>
    ''' Searches for a string inside a dataGridView and...
  24. Replies
    4
    Views
    3,327

    Re: Run As Administrator

    Thanks. I ended up elevating my app on startup by re-launching.
  25. Replies
    4
    Views
    3,327

    Re: Run As Administrator

    This is on an install Wizzard control (Wizard.FinishClick) so I am not sure if there is a button or a handle that I can access easily. Do you know why my code was not elevating in the first post (I...
  26. Re: [RESOLVED] [2005] programmatically set program to 'run as administrator'

    Wrong post.
  27. Re: [RESOLVED] [2005] programmatically set program to 'run as administrator'

    Wrong post. I meant to post in here: http://www.vbforums.com/showthread.php?846065-Run-As-Administrator&p=5159761#post5159761
  28. Replies
    4
    Views
    3,327

    Run As Administrator

    This is not popping up to "Run As Administrator". Here is my code. I do not think this requires a manifest file? Do you see any errors in the code? I also included the manifest file in case you think...
  29. Re: is not declared. It may be inaccessible due to its protection level.

    Sorry for being obtuse. My obfuscation settings were obstructing the build. LOL.
  30. Re: is not declared. It may be inaccessible due to its protection level.

    I tried running the project in the newest Visual Studio 2015 and it did not help. The projects pObjects and CreditCardVantiv are both 4.5 on the framework.

    2>C:\Users\Jeff\Documents\Visual Studio...
  31. Re: is not declared. It may be inaccessible due to its protection level.

    I have heard that it may be best to reinstall Visual Studio, any other options?
  32. Re: is not declared. It may be inaccessible due to its protection level.

    namespace CcVantiv
    {
    public class EMVRequest
    {
    public enum frequencyType
    {
    OneTime,
    Recurring
    }
    }
  33. is not declared. It may be inaccessible due to its protection level.

    This works fine on Release but not on debug. I tried a clean solution and re-build. I tried removing the reference and re-adding. I tried closing VS and re-opening.

    xmlString =...
  34. Replies
    6
    Views
    3,312

    Re: Insert Blob into .SQL Insert Statement

    I tested in the database, and it looks like it is working. Thanks for your help!
  35. Replies
    6
    Views
    3,312

    Re: Insert Blob into .SQL Insert Statement

    Does this look correct on the insert statement? Should it have the x in front of the ''

    INSERT INTO templates VALUES (-94,'Vendor Spent...
  36. Replies
    6
    Views
    3,312

    Re: Insert Blob into .SQL Insert Statement

    I did some more tests, I think this is actually working.

    SELECT templateID, unhex(image) FROM plaztest.templates;

    INSERT into plaztest.templates (TemplateName, Image, TemplateData)
    values...
  37. Replies
    6
    Views
    3,312

    Re: Insert Blob into .SQL Insert Statement

    Any other ideas? I tried the other option.
  38. Replies
    6
    Views
    3,312

    Re: Insert Blob into .SQL Insert Statement

    I can not use parameters because I am putting this into a .SQL file. I saw some comments that it can be inserted as XML, but I did not find any solutions on that. I wonder if I need to convert the...
  39. Replies
    6
    Views
    3,312

    Insert Blob into .SQL Insert Statement

    I need to insert some blobs into a .SQL file (MySQL). I am having trouble with the data coming out corrupt when I read it back in.

    This is how I convert to
    Dim Hex...
  40. Replies
    13
    Views
    1,302

    Re: Universal Error Handeling

    Hey, do you know a good article on user input handling? Now that our app is almost done I think we may add some more input validators. I was curious what techniques you recommend overall?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width