Software Development Network Logo
  • Architecture
  • Visual Basic
  • Windows Forms
  • Visual Studio
  • Visual J#
  • .NET Development
  • SQL Server
  • Game Technologies
  • Smart Device
  • VS Express Editions
  • Visual FoxPro
  • Windows Live
  • Visual C#
  • Visual C++
  • VS Team System

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

deeceethree

Member List

Erik_DD
PremP
AustinMyers
VBNewStudent
Miha Stajdohar
Paul Cyr
Mark Stricker
mckenzieg1
JimmySu
Bingo Basic
rayman2
turtlebite
DelaCombo
SJINDAL
Project Ebiru
MaheshPrajapati
vokesalex
Albert Raiani
RogerLainson
JIMcB
Only Title

deeceethree's Q&A profile

  • SQL Server Cluster install...domain group.

    As part of the cluster install a domain group is required now. My question is, can I remove this group after the install or change the group without affecting the server No, you cannot. All permissions - i.e. file system, registry, sql, etc. - are assigned to the group now in SQL 2005 rather than the user. This is to allow better control over the appropriate service accounts at the domain level, plus ease th ...Show All

  • Smart Device Development Interaction with bluetooth headset

    Hi, is there an easy way to play some audio via a bluetooth headset or capture the audio from the headset I didn't find a lot of information about this on the web & msdn but I'm sure I'm not the first person trying to write an application interacting with a BT headset... michivo This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question c ...Show All

  • Visual Basic System:InvalidOperationException

    Hi. I hope this is the right place for this as I am new to this site and new to VS.net. I was wandering if anyone could tell me what it means when an error says that the program that I built in visual basic has encountered a problem and needs to shutdown. I made a program and in visual basic there are no errors and it builds just fine and runs fine in runtime and it even deploys (builds) just fine. I installed it on the same machine with visual ...Show All

  • Windows Forms Prerequisites??

    Thanks in advance for listening to this dumb question.  When I try to publish with the prerequisites set to  "Create setup program" and  "Download prerequisites from the same location as my application" I get the error message:   "Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\instmsia.exe' in item '.NET Framework 2.0' can not be located o ...Show All

  • Visual Basic Visual Basic .NET 2003

    I have lost my Prerequisites CD, im wanting to install my Visual Basic .Net 2003 but i cant, it says my system is missing something and says I need to install the Prerequisites. I reformated my computer. I installed : Windows XP SP2 Microsoft Visual J# .Net Redistributable 1.1 Microsoft .NET Framework 1.1 Microsoft .NET Framework 2.0 IIS Server with Front page extentions Windows Installer 3.1 What am i ...Show All

  • SQL Server SQL express database + IIS

    hi all, i have implemented a program, that is divided into two parts, a window form and a website.  they both use the same database(SQL express). (the website is not meant to be published online, but on a local host) Everything works great, when i am in the VS enviroments. but when i publish the website the following happens: if i use the website first and login, thus accessing the database, even if i close my explorer , ...Show All

  • Visual Studio Team System Source Control Explorer

    I find the new way of dealing with Source Control in the Source Control Explorer very frustrating.  It seems like another case of the tool dictating how I work, rather then letting me work the way I need to. I want organize and include other files in Source Control in a "Non-Solution" way.  I have Word Documents, Images, Text Documents, Help Files, etc.. that do not belong to a VS Solution, but I want to keep them under version control ...Show All

  • .NET Development TableAdapter auto-generated code not working in VS 2005

    All, I'm having an issue with the DataSet/TableAdapter code that was auto-generated by Visual Studio Professional 2005. Here is a snippet from the DataSet.Designer.cs file that was created by the software: [System.Diagnostics.DebuggerNonUserCodeA ttribute() ] public void SetTaskOrderNoNull() { this[this.tableTaskOrder.TaskOrderNoColu mn] = System.Convert.DBNull; } The build error I get is: 'byte' does not contain a definition ...Show All

  • Visual Studio Team System How I can show the line number where the error takes place

    How I can show the line number where the error takes place. Now I have this code: (but only it serves me in methods) public override Microsoft.Cci.Node Visit(Node node) { if (node.SourceContext.Document != null ) { this .SourceNode = node; return node; } else { return base .Visit(node); } } public void ControlarError(Problem problema, Node node) { try { Visit(node); ...Show All

  • SQL Server Need to refine the query. I get an error

    update datusers set u.password = ua . [passwordsha1] from dbo . datusers du join dbo . datusersall da on du . UserObjectID = da . UserObjectID I'm getting the error: Msg 4104, Level 16, State 1, Line 1 The multi-part identifier "ua.passwordsha1" could not be bound. I dont know what it means. I'm trying to update the password column from 'da' table. both tables have same records. and UserO ...Show All

  • Visual C# Getting process count?

    Does anyone know how to obtain the process count from a process control Hi, The using directive is something you add at the top of the source code file before the class and namespace declaration in order to import a namespace. You could also place it within the namespace. If you create a new Windows Form application and open the Form1.cs file which was created and scroll to the top, you will see the using directives placed there for some ...Show All

  • Visual Studio Express Editions Uninstalling Beta 2

    Hi all, I'm having trouble getting Visual Web Developer Express 2005 installed because I'm having problems uninstalling Visual Web Developer Express and SQL Server Express (both Beta 2). I can't install the full new version until I get these off my computer. I try uninstalling it by going to the Add/Remove programs in the CP, but always get a message when I try and remove SQL Express or VWD Express that says that "Setup Failed." I then click ...Show All

  • .NET Development Make custom validation on new row accepted via datagrid!!!

    Hi everybody, I have a datagrid on a winform. The datagrid is binded with a datatable. My table has a small number of data, and editing, inserting, deleting rows is not often, so I allow users can do all of these things directly on the datagrid. That is, on the datagrid users can edit row, select a row then press 'delete button' to delete it. and accept data for a new row. When user finish his work, he press save button, then i call the up ...Show All

  • Windows Forms Owner-drawn TabControl...

    Hi, Coders I have very strange problem! I am deriving my own class, inherited from TabControl. I need to make my own painting, so I wrote that: SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.DoubleBuffer, true); Then proccessing the OnPaint ...Show All

  • Visual Studio Express Editions SOS:VC2005 B2 Express VC++ Directories Problem

    I downloaded and installed VC2005 B2 Express, I can't set "VC++ Directories". screenshot: http://member.netease.com/~lilong/temp/VS2005ExOpt.jpg is this bug this is a BIG PROBLEM!! How about removing C++ Beta2 ane replacing it with Beta1   Will this work   I am thinking about trying it.   ...Show All

©2008 Software Development Network

powered by phorum