Software Development Network Logo
  • Smart Devicet
  • Windows Forms
  • SQL Server
  • Microsoft ISV
  • Visual C++
  • .NET Development
  • Game Technologies
  • IE Development
  • Visual Basic
  • SharePoint Products
  • VS Team System
  • Visual Studio
  • Visual C#
  • Audio and Video
  • Windows Vista

Software Development Network >> BrettDerry's Q&A profile

BrettDerry

Member List

Oliver 123
Philipp Lamp
enric vives
simon_
kageg
Andrew Mercer
Terry Montgomery
Jay K
TanLU
CJW99
DevJ
matman13
DaPosh
Renan Souza
Dan Lukinykh
GarethJ - MSFT
GS80
rhl
Nagaraj K
John Hennesey
Only Title

BrettDerry's Q&A profile

  • Windows Live Developer Forums scopingBar_separator undefined?

    I'm getting a JS error: 'scopingBar_separator' is undefined ...when loading a map that adds a collection from local.live.com. Works in FireFox, but not in Internet Explorer. Was working and then stopped spontaneously, no code changes. Page can be viewed here: http://www.downtownwilmington.com/Nightlife I've tried it on a couple machines, emptied browser cache, etc... Any ideas Chris Marts wrote: I have a DIV on my page with an id="footer" - when I take that out, it seems to work. Does that help That was it. Thanks!!!! ...Show All

  • Visual Studio 2008 (Pre-release) How to host a WBA on IIS 7.0 in Windows Vista Beta 2.0?

    When I follow the HOL: Building Web Brower Application with Windows Presentation Foundation and deploy a WBA with IIS 7.0, IIS can not work normally. After I copy the output content to c:\Inetpub\wwwroot\XBox and navigate IE 7.0 to http://localhost/XBox/XBox.xbap , I get a error page with following message: HTTP Error 404.3 - Not Found Description: The page you are requesting cannot be served because of the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognized, and therefore is not allowed. I try to follow the instruction to modify MIME type in IIS 7.0, but MIME type Management feature can not be found in IIS Manager. ...Show All

  • Visual Studio Express Editions How to search for strings in listbox using indexOf or subString method?

    The subject says it all. Please help If there's any other method, please let me noe. Here's a brief intro about my app. Phone List Index and Searcher is the name. I have add, remove and search buttons. I have a listbox to display the list of contact names and no. ( name and no. in one string ) I have a label to display the result of the search. Current problem of my code is i can only search the first substring of a string. For example. Name in the list: Cristiano Ronaldo 9XXXXXX9 Name searched: Cristiano Result: OK Name searched: Ronaldo Result: None Name searched: onald Result: None If all this won't work, to search for the number obviously won't work. Here's the code that i use f ...Show All

  • Internet Explorer Development Programmatically reading Cookies on Windows Vista using .NET?

    My toolbar (as referenced in my other posts) has a "Login" link on it, that dynamically changes to "Logout" if my user is currently logged into the website the toolbar is tied to. This code works fine in 9x, 2k and XP: string currentUser = System.Environment.GetEnvironmentVariable("USERPROFILE"); string[] cookieFiles = System.IO.Directory.GetFiles(currentUser + \\Cookies , "*" + myHost + "*"); However, in my Vista Ultimate beta this code explodes saying, "Access is denied." On further investigation, there are no cookies in this folder. A different post suggested they were in User\AppData\Roaming\Microsoft\Windows\Cookies, but I can't seem to find them there either. ...Show All

  • Visual Studio Team System How to run a web test from VSTS command prompt which has a custom validation rule

    Hi, I've a webtest that needs to be run from the command prompt. This web test is using a custom validation rule to check for redirections of the URL as described in blog. http://blogs.msdn.com/joshch/archive/2005/11/02/488398.aspx The web test and the validation rule works well when I run it from inside the VS. but when I run the same from the command prompt, it gives me an error: Microsoft.VisualStudio.TestTools.WebTesting.WebTestException: Could not create instance of rule class 'URLValidator' :Could not load file or assembly '21Aug, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Also tried copying the Webtest and the URLValidator class file on ...Show All

  • Visual Studio Express Editions Grid

    Hi I have a simple datagrid placed on a windows form. I am able to display the data required with the grid.But the grid is crossing the boundaries of the form, i wanted the grid to autofit to the window displayed and enable to view the rows using scrollbars. Can anybody help Thanks in Advance! Santhosh beside every post you will find a button "mark as answer" see which post answered your questions and click the button of this post hope this helps ...Show All

  • .NET Development line ending problem

    Hi, I get data from an oracle database (8i) by filling a dataset. <ds.fill>. When I check the data in Oracle, the lines ends with "0D 0A"(CR/LF). When I check the data received in the dataset, the lines ends with "0D" (CR). This might be the cause of a problem I'am having right now. Does anybody know about why it appens and what can I do to keep "0D 0A" Thanks, Sylvain Hi, I checked the data in the database using PLSQL DEV. when putting the view in Hexa, I see the 0D 0A in my data. If I make an export of the data, the 0A is kept. When I get the data using the framework, I check the result in a editor that show in hexa. In my case, I use Ultra Edit-32. Even before checking th ...Show All

  • Visual Basic How to get DataGridView into Database

    How I get this into Database Thank you. Public Class Form1 Dim PocetRiadkov As Integer Private Sub Table1BindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Me .Validate() Me .Table1BindingSource.EndEdit() Me .Table1TableAdapter.Update( Me .Database1DataSet.Table1) End Sub Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'TODO: This line of code loads data into the 'Database1DataSet.Table1' table. You can move, or remove it, as needed. Me .Table1TableAdapter.Fill( Me .Database1DataSet.Table1) End Sub Private Sub Button1_Click( ByVal sender As System.Obj ...Show All

  • Visual Studio 2008 (Pre-release) Code formatting on Forum

    What are people using to get the nice color syntax and formating for XAML samples they post on the forums thanks, Kiel See also How do I enter code examples in my posts and Post Code Coloring . ...Show All

  • Visual Studio Express Editions progressbar color

    in the property section it has back color and fore color.... but they dont seem to work.....when I change the colors it still just shows green on white... why is this...is it a fault with vb express thanks thank you dave I never thought of that....I just dont understand why the options are in the property section if they dont work.... anyway....I will consider your advice later and make my own...... at the moment I got teddy bear troubles.......lol cheers cheyenne ...Show All

  • .NET Development How to unload DLL files that are in use.

    Hi, i wonder if its possible to unload a DLL file that i allready added in "References" in C#... and then if its possible to load it again after i unloaded it.. Didn't realy understand what you said. Im new in this area. This is the scenario. I have a program that use some methods in a DLL file, and i want to unload the DLL file so i can replace it. Like a update while the program is running, and then i want to load the same DLL file again. Is that possible Or must i stop the program and then replace the DLL file. Thanks for helping //Mario ...Show All

  • .NET Development SQL select with variable or an object

    Hi, I'm trying to run a sql statment on a variable or an object as you can see here Private Sub ProjectsComboBox_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProjectsComboBox.SelectedIndexChanged Dim test As String = Me .ProjectsComboBox.Text Dim strSQL As String = _ "select ProjectID from Auctions where ClientName = @test " Dim objCommand2 As New OleDbCommand _ (strSQL, objConnection) objConnection.Open() MsgBox(ProjectsComboBox.Text) objAuctions2DataReader = objCommand2.ExecuteReader() While objAuctions2DataReader.Read ProjectIDComboBox.Items.Add(objAuctions2DataReader( "ProjectID" )) End Wh ...Show All

  • Visual Basic AddIn not appearing in Tools Menu

    Hi friends, I m Saranya.I created a Tools Menu AddIn and when i installed it on my pc it worked out fine.when i installed it on some other pc it worked out well.After some time i did some modification in my connect.vb and i again installed in other pc.The addin which i created is not appearing in my Tools menu.its working fine in my pc no matter of how many times i installed it.but in some systems the addin is not visible now..it was visible for the first time when i installed.I dono wats the cause for this plz help me in this issue....i m cracking my head really...plz mail me @ saran_raja_82@yahoo.co.in Any feedback regarding this post will be appreciated...I ll giv out a try.... Thanks for all ur help in advance. ...Show All

  • SQL Server Data Viewers not viewable

    I came back from the weekend and noticed that none of my data viewers pop-up any longer, neither existing nor new ones. The job pauses at the point where the data would be following through the viewer but I cannot make it continue (since I don't have a "play" or Detach button.) The only way to terminate the job is with the "Stop" button on the Toolbar. Anyone know how I can get these back Thanks. ...Show All

  • SQL Server Database mail configuration

    I have configured database mail using the wizard, but when I try to send a test message I receive the following error: The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 3 Exception Message: Cannot send mails to mail server. (Failure sending mail.) Is there some more configuration I must do I have enabled mail using the surface area configurator. Thanks I would try using xpsmtp mail and forget standard SQL mail...it is a pain in the rear. You can get it (yes it is free) here http://www.sqldev.net/xp/xpsmtp.htm It is easy to set up and use and has teriffic documentation. I know this is not an answer to your question but I hope this ...Show All

©2008 Software Development Network