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

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

LukeG

Member List

adityap
BALA SINGAM
THE RAZI
AdeptBlue
Steve Levine
markdrury
Han Qiao
McWhirter
RichardCasey
lebedinsky
Whoisit
Jamie Thomson
Markus Gallagher
arsonist
eagle123msu
jgwufgator
Modeller
dvboom
deng sai bing
Mark Visneskie
Only Title

LukeG's Q&A profile

  • Windows Forms The referenced assembly is not installed on your system. (Exception from HRESULT: 0x800736B3)

    I have an application that is distributed with click-once. One of my users already makes use of it for quite some time without any problems. Only recently, he is not able to launch the application anymore. During the check that is made to see if there is a new version of the software, he gets the message: "Application cannot be started, contact vendor" If I copy my application manually, he is able to launch it without any problem. I included the detailled log below. Any suggestions PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.0 ...Show All

  • Visual Studio Express Editions Problems when writing to textboxes from txt-file

    I brought this question up in another thread but the main question had allready been solved so I guess I better start a new thread. My problem is with a code that gives me the error " Object reference not set to an instance of an object". My code looks like this: Dim layerselect As String = layerbox.SelectedItem Dim strContents As String = My .Computer.FileSystem.ReadAllText(acadtroot + layerselect) Dim crlf() As String = {vbCrLf} Dim line As String () = strContents.Split(crlf, StringSplitOptions.None) Dim i As Integer For i = 0 To 5 Me .Controls( "L" & i + 1).Text = line(i) <-- Where the problem is pionted to Next ...Show All

  • Visual Basic How to get control styles

    I know how to get get the window styles using GetWindowInfo, I am having troubles getting the styles for buttons, edits, and static controls. I saw somewhere that they are stored in dwStyle and dwExStyle of the WINDOWINFO Structure, but do not know where. Thanks, Troy That is not what I wanted. I was talking about windows not owned by me. Say, the buttons of Calculator for example, the 7 button. I get a Style value of 0x50000000 and a StyleEx value of 0xC0000804. I know the value for style means it has WS_CHILD and WS_VISIBLE styles. I also know that the 4 part of the StyleEx value means it has WS_EX_NOPARENTNOTIFY style. I do not know what the C000080 part of StyleEx does though. It is not documented in WinUser.h. What I am looking ...Show All

  • SQL Server Required .Net error during installation....

    Hello friends, I have been trying to install SQL Server2005 but I can't. I have .Net framwork 2.0 on my computer. At the end of installation at Reporting Services the following error occurs. Error: The required version of .Net framwork is not installed. So first I installed .Net framwork SDK, the problem was same. After that I install .Net framwork 3.0 direct from microsoft but all in vain. Now I need help about which of the .Net framwork must be installed on computer before installing SQL Server2005. Thaks a lot.. if you want to setup a RS Server you seem to not have the ASP.NET component registered on the server. Change to the C:\Windows\Microsoft.NET\Framework\v2.0.50727 directory ...Show All

  • Visual Basic VB5 setup

    during setup there is a dialog box - Setup is creating program icons ... then a msgbox "No icon was specified in SETUP.LST for the_file." How do I specify an icon What changes should I make Anne yeabut ... how whereabouts sample follows - File14=1,,yyy\text.tx_,text.txt,$(AppPath)\yyy,,, 3/12/2006 15:59:38 ,154,,"","","C:\xxx\yyy\text.txt" and while I'm here, the number 154 ... it's only 3 digits compared with the 5 or 6 digits that are associated with the system generated files - what's the significance and I've still to figure what the functions are of the various bits between the commas ... I look forward to hearing from y ...Show All

  • SQL Server about update

    when transfering data from text file to sql server using dataflow how can i update a record if it exists.Is it not possible to use or call stored procedure in the dataflow. please let me know sureshv wrote: I am doing as it is shown in the link you provided.but i connect to a database if it had to update a record after using union all. And it inserts a new record. Would you please make it much more clear with it. You'll need to provide more information, BUT, are you sure you are comparing data appropriately That is if you are comparing against a char field, trailing spaces are important to ensure a match. Just ensure that your comparison fields are trimmed appropriately before doi ...Show All

  • Windows Forms How to set user Account in vs.net 2003 ??

    hi masters, i have installed an application to my client's PC in admin mode, it works fine, but when clients is login as a user mode then he is unable to access that application. to solve this issus some one has suggested me to change the user Account as set local system at the time of making the setup. but friend's i am not found this type of any option in vs.net2003. pls any one help me Ghanshyam, There is no way to make setup as LocalSystem as this is only supported for Windows Service Installer and to make windows services run under LocalSystem account. What i would suggest you to check if the system is windows XP and the firewall is turned on. you may want to try turning off the firewall temporar ...Show All

  • SQL Server Move a sql 2005 express database to sql 2005 standard edition

    Hello We have developed a database with a lot of information in and we are going to move this database from a Win XP with SQL 2005 Express to a Windows 2003 server with MS Sql Standard 2005. How can we do that The easiest way is probably to backup your Express DB and restore it on your new machine with Standard edition. You could also detach the DB from your Express machine and attach it to your new machine. Both will work fine for this. Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio Team System Security Problem with Accessing Work Items

    I have a security problem with accessing work items. I have created a team project based on a customized project template. Among the rest, there are a "Defect" work item and two team queries, "All Defects" and "Active Defects" . MyProject > "Team Project Settings" > "Group Membership..." context menu item shows "Project Groups on MyProject" dialog with the list of the team project groups, including [MyProject]\All that includes another team project group, [MyProject]\Developers that includes a Windows user MyDomain\John . MyProject > "Team Project Settings" > "Security..." context menu item shows "Project Security" dialog with the list of the team project groups and their permissions, particularly, the above-mentioned ...Show All

  • .NET Development how to accelerate network speed

    hi I am develping an application about networks.Can anybudy send me code in C# that how can I accelerate the networks application. I want code in C#, Can anyone send me code for the same. If your application is consuming resources not more than it requires then your applicaiton is perfect and resource friendly. Here rousources may include "Network Bandwidth", "Memory", "CPU Time". Memory and CPU time can be saved using best practices in programming and Network Bandwidth can be saved by forming your network messages well so they should be compact enough to travers network fastly and these messages should contain no or less meta data information. If your application needs to send large messages (packets ...Show All

  • SQL Server sp_replcmds not getting the desired output

    hi, I fired the replication command sp_replcmds on my publisher and it returned the fillowing output. "Another log reader is replicating the database." can anybody out there explain why is that so and how can i get the output. Thanks in advance Jacx sp_replcmds is used by logreader and replication treats the first client that runs sp_replcmds with a given database as the log reader. Only one client can run sp_replcmds at a given time. So you will have to disconnect other client/logreader that runs sp_replcmds, otherwise you will receive the above message. Thanks, Peng ...Show All

  • SQL Server Filter Parameters to exclude empty members

    How does one only provide a list of potential parameters that contain values... Let's say I want to show a report of product sales by Employee, yet only certain employees actually sell products. In the parameter dropdown I want to just have a list of those employees with a product sales value as opposed to a list of all current employees. I'm guessing it has something to do with NONEMPTY but I can't quite get my head around it Can anyone help with the relevant sample MDX for the parameter dataset For example, Reseller Sales in Adventure Works are only associated with certain employees: >> select {[Measures].[Reseller Sales Amount]} on 0, Non Empty [Employee].[Employee].[Employee] on 1 from [Ad ...Show All

  • Windows Forms RowLeave event happens before CellValueChanged

    Hi, In my implementation of an unbound DataGridView I need to set a changed flag at the row level if data in that row has changed, I do that in the CellValueChanged event. Then, in the RowLeave event, if the flag has been set, I update the unbound data source with the value of the row's cells. It should work if the CellValueChanged would happen before RowLeave, but it's not the case. RowLeave happens before CellValueChanged, why Is there a workaround Thank you, Marco Here is what DataGridView FAQ says: Order of Validation Events The following identifies the order of validation, enter/leave and begin/end edit events. The EditMode is EditOnEnter. When moving from cell to cell ...Show All

  • Visual Studio Visual SourceSafe 2005 IDE Integration Problem with Visual Studio 2005

    Hi I have Visual Studio Professional 2005 installed and I just recently installed SourceSafe 2005 and It won't integrate with the Visual Studio IDE. The SourceSafe menu doesn't appear in the File menu of the Visual Studio and I cant import projects from SourceSafe, what can I do Thanks do I have to buy full version or the upgrade   is there a place to get a trial of demo. Not sure if I need it...   ...Show All

  • Visual Studio Express Editions Grab the users AD name

    Is there a way to grab the users Windows name I am on a company Active directory. I just want to display this in my application. Like welcome john doe! and latter do some authenticaion with this.   thanks Who deleted my post noting that Amedilyas has been marking his own posts as answered even when the Answer in incorrect I saw this happen last night. ...Show All

©2008 Software Development Network