Search

You searched for the word(s): userid:340782

Matching Posts

  • Re: Application Trust Level for MySql Connector.net

    It looks as though it could have been version 1.0.7, with MySql.Data.dll having a file size of 140KB last modified 30/07/2006. I have just tried the 5.1 version of MySql.Data.dll in my bin folder and I'm getting exactly the same error. Can anyone provide further explanation of the error and possible actions to take? My host is telling me they don't want to run full trust on the server so I guess I have to make it work under medium trust somehow. Thanks all Accelerator
    Posted to MySQL (Forum) by accelerator on 2/22/2008
  • Application Trust Level for MySql Connector.net

    Hi All I host a site on shared hosting, and the site uses the MySQL connector.net to access a MySQL database on another server. The problem is the hosting company is telling me that they can't allow full trust on the server, so when an attempt to use the database is made, I get the following error message, so what can I do? Can I tweak something in the site web.config? Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant
    Posted to MySQL (Forum) by accelerator on 2/21/2008
  • Re: Login Button Not Firing

    Thanks for those suggestions, I've opened a support ticket so we'll see what they say. Rgds Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Re: Login Button Not Firing

    Hi Colin Fair comment. I don't have control of the server, it's shared hosting, so I will speak to support and see what they think. Thanks for your suggestions Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Re: How to load a database

    Kim Tripp, MSSQL expert: http://www.sqlskills.com/blogs/kimberly/ See also: http://www.sqlskills.com/ I expect Microsoft's own tool for SQL Server adminstration will also be able to do your file import. Rgds Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Re: How to load a database

    It may be that you can use the inbuilt functionality of Visual Web Developer 2005 to do this, but that's not something I usually do. The only related experience I have is using Premium Soft Navicat, a third party software tool, to import an XML file into a MySQL database. I expect Visual Web Developer itself can do what you need to, but if not, there are probably also third party tools available as well. What type of new database do you want to create? Rgds Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Re: Login Button Not Firing

    Thanks for that. Does anyone else have any comments too? Could it be an issue with the version of ASP.net that is running? Rgds Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Login Button Not Firing

    Hi All I've had to move a login.aspx script from one server to another, here's the script: http://www.webref.eu/test-login-script.htm If I leave the login fields blank, and click the Login button, I get the red asterisks to show the field is required, which is as hoped for. However, if I then put the correct details in and click the Login button, nothing happens, i.e. the script does not attempt to validate the details. Can people give me a list of suggestions of what to check - I guess it
    Posted to Getting Started (Forum) by accelerator on 1/24/2008
  • Re: Re-use a Function in ASP.net with include or similar

    Thanks all, I'm going to take look through all these suggestions. Would anyone else like to comment? Rgds Accelerator
    Posted to Getting Started (Forum) by accelerator on 1/8/2008
  • Re-use a Function in ASP.net with include or similar

    Hi All I have the following routine which removes non-numeric characters from a string: 'clean the ProductId Dim myRegExp As Regex 'in the regex ^ matches a single character that is not contained within the brackets, so ^0-9 matches any character other than a numeric, so the below strips non-numeric characters myRegExp = New Regex( "[^0-9]" ) LabelProductId.Text = myRegExp.Replace(LabelProductId.Text, "" ) - - - - - What I want to do is write this as a Function, and then
    Posted to Getting Started (Forum) by accelerator on 1/7/2008
Page 1 of 20 (192 items) 1 2 3 4 5 Next > ... Last »