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

Software Development Network >> Lonnie Barnett's Q&A profile

Lonnie Barnett

Member List

Alexpa
Jianmin - Bricksoft
CLOlds
Joran Omark
mfmh
Tmcginnis
Michael Vanhoutte
BobP - BIM
Ian Cook
Oliver Gurnell
RHolt
BMalone
Jygoman
tsingleton
CaRNaGe_46038
Delmer Johnson
MJC2006
pinoyz
Couz
RLRTech
Only Title

Lonnie Barnett's Q&A profile

  • Community Chat Diretto Browser

    Diretto Browser   Hi there, I have made Diretto Browser as practise for making applications (No really point to it) but I want your opinion on how it is, if there are any problems, what needs making better etc. It is not finished but you can see the beta version as I am finishing it off. Download Diretto Browser What is Diretto Browser Diretto Browser is a child safe Internet browser which is made for children. The parent has password access to the parent settings where they can add unlimited amount of websites to the allow list. So if you want your children to be safe when surfing the net, try this out! Download Diretto Browser Current Features of Beta Version ·   &n ...Show All

  • SQL Server For Remus - Access to the remote server is denied because the current security context is not trusted.

    Remus (or anyone who can help) - I am sorry for posting this question here. The only reason I am doing so is because Remus answered a question similar to this late last year, but I couldn't get access to the whole thread. In SQL 2005, from a stored procedure in a local database I am attempting to execute a remote stored procedure in another database on another server. I am getting the error referred to in the Subject when the local stored procedure tries to execute the remote stored procedure. A couple of comments: a.. The remote database is set up as a linked server in the local database. As part of the linked server definition I selected the 'be made using this security context', and provided a local user name and password. b.. The ...Show All

  • SQL Server DataReader and bad dates

    Hello, I am using a DataReader to read an ODBC Data Source. Some of my dates are not valid. I would like to have the DataReader just treat the bad dates as Null. However I cannot seem to find a setting that will get me past the DataReader. In SQL 2000 DTS I was able to use a script to skip the bad dates. Please help because I don't want to have to run SQL 2000 DTS on SQL 2005. Thanks, Michael Hi Michael, If you right click the datareader src and choose Show Advanced Editor, then go to the Input and Output Properties tab, and expand the Output Columns collection, you can set the behaviour you want for error handling on a per-column basis. Click the column you want to ignore errors on, and ...Show All

  • Windows Forms Error: Application cannot be started. Contact the application vendor.

    I've seen similar posts but not a satisfactory answer. The error details contain this: ERROR DETAILS Following errors were detected during this operation. * [10/11/2006 6:03:35 PM] System.ArgumentException - Value does not fall within the expected range. - Source: System.Deployment - Stack trace: What value is it talking about and how can I clear this I have users who will be told to download a new version. Help! Thanks. ...Show All

  • Architecture O/R Mapping

    O/R mapping is quite interesting.  I would like to post this question for discussion. I have the following classes: Employee, FullTimeStaff, PartTimeStaff, etc.  FullTimeStaff and PartTimeStaff have many attributes and behaviors in common and also many other unique attributes and behaviors.  So, FullTimeStaff inherits from Employee and PartTimeStaff also inherits from Employee. Do you think it is good to map both FullTimeStaff and PartTimeStaff to a single table called Employee (the table contains an extra field to identity whether he is full time or part time) in the database Hi Udi Perhaps I show you the code in my mind for your comment: Public Class StaffFactory Private m_ID As Integer Public Func ...Show All

  • SQL Server sp_OACreate returns -2146232576

    Hi! Have some problems to create an instance of 'SqlMsmq.SqlMsmq' with sp_OACreate (it returns -2146232576) in SQL 2005. SqlMsmq is a dll that I have made in .net 1.1. In sql 2000 this dll works fine but not in 2005. I have tried to upgrade sqlmsmq.dll to .net 2 but with the same result. The dll is registered; If I remove the assembly registration the sp_OACreate returns ODSOLE Extended Procedure: Invalid class string See http://support.microsoft.com/kb/555070/en-us for explanation of what sqlmsmq.dll is. When the sp_OACreate return code != 0 the sp_OAGetErrorInfo is called for an error description. It returns “ODSOLE Extended Procedure” as source, but NULL as Description. Some tips Thanks!! Regards, John ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creating publish For Non XNA PC's

    hey all Have a problem when trying to run my XNA exe's on PC's without XNA installed, i have the new version of XNA and the redistributable, however, the game will not start. i have created publish file using the build publish option within the C# express and installing to the hard disk. if anyone has this working please could you let me know... Thanks Hi Albert, I am having issues running an app written on my laptop on my desktop. I have made sure all three pre-reqs were downloaded and installed, DX9c, .NET2, and the XNA Redist. Any other suggestions After publishing to either a file share or a CD install, I run the setup.exe file from my workstation. The install appears to work properly, no errors and I see ...Show All

  • SQL Server Horizontal table

    I have seen the blog article about creating  horizontal tables but it says that you need to have a static number of rows. Is there a way to do this if you have dynamic rows   I need for information to flow down the page and then start at top of the next column and then flow down again. I need 3 columns. Unfortunately, there can be very little or a lot of information in each section.  I need to do this: Contract 1                          Contract 4                         ...Show All

  • SQL Server Dynamic capabilities with Parameters

    Hello all, I have a winform application, where in we get the parameters from the reporting service and we display them in a panel for user's to input their criteria. So far everything worked good, but now we have a requirement wherein dynamic functionality is needed. For Example: Based on a selection of a combobox value, we want the other control to be enabled or disabled. Also we want default value of a control to be calculated based on another control's value like .. if user enters value "1" in textbox1 then texbox 2 should have default value of "6". (Textbox1 + 5).........and mix and match of such capabilities. The Question is........IS IT POSSIBLE and if yes...HOW!!! Not a problem, Okay ...Show All

  • .NET Development Very Strange Error coming from .NET Framework/Runtime

    Just recently we've been getting a lot of the errors shown below. This is coming from a .NET (C#) web site we've created that contains hundreds of web services. These errors don't occur on a regular basis but they are getting much more frequent. We're using .NET Framework V2 with VS 2005. The error is: Timed out waiting for a program to execute. The command being executed was "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\WINDOWS\TEMP\ahj1hyzs.cmdline". We've also been getting quite a few of these types of errors: Unable to load DLL 'activeds.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A) ...Show All

  • Windows Forms Control Question!!! Help!!!

    Ok guys i need your help. I have a panel control with a textbox inside, next to the panel there is a button. Now what i want, and i don't know how to do it, is when i click at the button i want that another panel show under the first panel, but exactly like the first panel with a textbox inside and a button next to it. Thanks Merovingio. please help me with this, i really need to know how to do it. Thanks. Merovingio. ...Show All

  • Visual Studio Team System Team Foundation Server - Application Tier - Non Standard Port (8080)

    I am looking for the documentation on how to change the port number that the Application Tier uses to communicate. The default is 8080 an we need to change it to another number. Does any one have the steps/places that need to be changed Ricky You may want to try to following: 1. Copy entire media for the product you want to install to disk. 2. Open msiproperty.ini 3. Modify VSTF_WEBSITE_PORT=8080 to the port you want 4. Save and install. And of course the little disclaimer...... This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. ...Show All

  • SQL Server SQL OK At First Then S-L-O-W-S Down

    A problem has recently poped up where SQL is slow in responding to data requests. After restarting SQL Server service, the server is able to service these requests in the same time it took before this problem started occurring. After about an hour the server suddenly slows down. Here is what I have done thus far to try and troubleshoot. Thought that it might have been MDAC. The application accessing SQL is using MDAC 2.6 on NT 4.0 Terminal Services. I tried the same app on Windows XP SP 2 and it is just as slow as on NT 4.0 TS. Tried using the application with the demo database (MUCH smaller - 39MB versus 3.2 GB) with the same results. Last night, when no one was on the system, I ran SQL Profiler. I captured data when it was running ...Show All

  • .NET Development ArrayList to DataGridView

    I, i'm trying to populate my DataGridView with an ArrayList but since the arrayList contains an Object with an array is not working: Structure player Dim name As String Dim sc() As Integer End Structure Dim dgv as DataGridView Dim team As New ArrayList() Dim j as new Player() j.name = "Peter" Array.Resize(j.sc, 2) j.sc(0) = 20 j.sc(1) = 40 team.add(j) dgv.DataSource = team Result: The datagrrid view creates the necessary space but doesnt show anything, i think is because the array in my structure. How can i solve this Thanks Moved thread to the appropriate forum.   Just to add, you can also perhaps loop through each element in the array and add it to the arraylist, probably i ...Show All

  • Visual Studio 2008 (Pre-release) How to run the WPF applications in other systems?

    hi guys, I have developed a WPF application and i want to check it out whether it is running properly in other systems. The other system has only .Net framework 3.0 installed. Is it possible to run my application in that system If so how What files i need to copy from my system to the other systems Only the applcation (.exe) file is enough to copy anyone pls help me regarding this.. Thankfully cssjm Hi, The .NET 3.0 Framework runtime installed on your target client system should be enough. As far as your application I would think you need your executable (.exe), your app config file, and any other dependent resources (i.e. dll's) -sb ...Show All

©2008 Software Development Network