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

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

ChitownDotNet

Member List

godzilla9
curiousss
VSmirk
JamesCox1968
Javahar
Manuk
John Zolezzi
tornin2
FRUSTRATED_TOO
Herru Perdana
Smacker
Asher Aslan
ChoKamir
Rich6782
evilsocket
Adam Toth
Kerstin
CBuilder
sawer
toptamic
Only Title

ChitownDotNet's Q&A profile

  • Visual C# directoryentry

    hi i have a problem with the first argument of this methode directoryentry.Invoke( ); where can i find the methodname that i should post as the first argument what the available methodename hi all my dear friends: i was tired of trying all the ways and see the same exeption . please take a look at my code , that i use to add a user to active directory : DirectoryEntry de = new DirectoryEntry(" LDAP://192.168.0.1/cn=Users,dc=soheila,dc=org ", " Administrator@soheila.org ", "sohama3t", AuthenticationTypes.ServerBind); DirectoryEntry de2 = new DirectoryEntry(" LDAP://192.168.0.1/cn=Administrator,cn=Users,dc=soheila,dc=org ", " Administrator@soh ...Show All

  • .NET Development How to randomly delete 1 row from a DB ?

    Hello, I'm writing a program with the help of VB 2005 Express. It is connected to a DB using SQL Express Server 2005. In my program I want to randomly delete some rows from the table. I use the VB code: Dim WhichOne As Integer = rnd() * 40 (where 40 is the amount of entries in the DB) Dim DeleteQuery As String = "DELETE * FROM Table LIMIT '" & WhichToDelete & "', '1'" Dim DeleteCommand As New SqlCommand(DeleteQuery, myConnection) DeleteCommand.ExecuteNonQuery() If for example WhichOne = 17, it should execute an SQL query: DELETE * FROM Table LIMIT '17', '1' Which imo should delete the 17th entry in the table. Now I get an error on the execution of the SQL command, but what is it that I'm doing wrong ...Show All

  • SQL Server microsoft visual studio cannot shut down because a modal dialog is active

    if i get this message one more time I am going to put my fist through my monitor For those of you reproing this issue, PLZ provide some info: Build of RS Report Designer -- Shiloh, Yukon, Service Pack OS -- Win2k, Win2k3, or XP Report structure -- # and datatype of params, # of datasets, # and type of report items Thanks! ...Show All

  • SQL Server Sharepoint integration

    Hi all, I've tried 3 times to integrate RS in Sharepoint and I always have the same result. I can't see the new section in sharepoint central administration under application management. I didn't get any errors while installing any of the components. RS and Sharepoint are on the same machine and I carefully followed the step to integrate RS in Sharepoint Can someone help me on this thx Fred Thanks for answering Josh I found the log file and there is an error. Seems that I don't have the rights to install. Here is the message:******* User does not have permission to add feature to site collection: http://saga:21365 I don't know why I don't have permission. I'm farm admin ( ...Show All

  • Internet Explorer Development Auto filling HTML Page using C#

    Hi, I am developing an IE plugin which will auomatically provide username and password to web pages on click of a button. I was trying to develop a dummy button to test the approach and am trying to use HTMLInputElementClass. The code compiles well but gives a run time exception in the browser. the code goes like : private void bttnEnterUserName_Click( object sender, EventArgs e) { HTMLDocumentClass doc = new HTMLDocumentClass (); doc = ( HTMLDocumentClass ) this .Explorer.Document; HTMLInputElementClass ele = new HTMLInputElementClass (); if (doc.url.ToString() == "https://www.google.com/accounts/ServiceLogin service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.c ...Show All

  • Software Development for Windows Vista How to launch Child workflows based on some rules from a Running workflow?

    Instead of binding a workflow at designtime, can we bind the TargetWorkflow of a InvokeWorkflow Activity at runtime You can find an example of a custom invoke workflow activity that can be set at runtime on my blog here . ...Show All

  • Visual Studio Team System Opening a project takes 7 minutes at 100% CPU util./

    I have a project that is connected to TFS we have about 80 tables 40 Views and 200 SPs. The project takes about 7 minutes to load in VS. I am using Pentium 4 at 2.8GHz and 1 GB of ram. To me this is unaceptable, is there something I can do to speed up the load of large projects Rafet I like the product. It has features I have been looking for, for a long time in Visual Studio. ... but I have used DB Pro (CTP5) to add a project with 600 tables + 100's of procedures to source control (using Team Foundation Server as source control). The perfomance when working with this project is really poor. Opening the project takes quite a while (5min  ...Show All

  • Visual Studio 2008 (Pre-release) XOR pen

    Hi, how can I draw a XOR line It is of course for rubber band, but I don't want to use black and white dashing and I don't want to use any fill... so I do not see any other solution than painting XOR... is there Thanks for any idea. PS: Or if I could make a custom pen which will get the underlaying color and provide it's own function of output color... take a look at the following thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1070247&SiteID=1 And there are several other threads out there that talk about various techniques. ( Search on xor, or rubber band ) Paul ...Show All

  • Visual Studio Team System Branching across projects

    I'm looking for current thoughts regarding branching across team projects and support where you have common components that live in separate team projects. To keep this "simple" let's assume the following: Common Library projects - each contain a number of projects that are intendeded to be used by multiple "Products" CommonProjectA CommonProjectB "Products" - These are the end products, and each use either A/B or A&B - Each can release together or at different times ProductA ProductB ProductC - "C" agregates and depends on Product A & B of a consistent release Each Product A , B and C each have their own solution file that includes the relavent projects from CommonProject ...Show All

  • Visual Studio Express Editions how can I know if the serial port exist?

    Hi, I'm using Dim MSComm1 As System.IO.Ports.SerialPort this is how I open the port: MSComm1 = My .Computer.Ports.OpenSerialPort("Com1", 19200, 0, 8, 1) But before I open the serial port I want to check if the serial port exist   p.s Sub GetSerialPortNames() ' Show all available COM ports. For Each sp As String In My .Computer.Ports.SerialPortNames ListBox1.Items.Add(sp) Next End Sub this is a loop that I can enter IF and check, but I'm searching for something shorter..... Regards, Yaniv   I just edit now my message... with this code that you write but I thought maybe there is a shorter command or someth ...Show All

  • Visual Studio Team System Security Problem with Importing a New Work Item Type

    I have a security problem with importing a new work item type: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>witimport.exe /f Task.xml /t MyServer /p MyProject Warning: TF26171: User/group '8bf66fb8-4812-4ee3-86f6-1d610dac52fb\Developers and Testers' is not found. TF26204: The account you entered is not recognized. Contact your Team Foundation Server administrator to add your account. The work item type definition file, Task.xml , does exist in the appropriate location. The Team Foundation Server, MyServer , does work and is accessible. The team project, MyProject , does exist. The project group, "Developers and Testers" , does exist, though it was added manually today. What should I do ...Show All

  • Visual Studio Express Editions Making the Exit Button not shut off the application

    Hello I'm a beginer at VB Express and need HELP!!!!! I'm designing an application that does not allow the user to click the exit button. You know, if you click on it it goes beeeeeeeeeeeeeeeep! It has that fade away effect but you can see it. How do I make the exit button not exit I'd appriciate code and responses THANKS!!!!!!!!!!!!!!!!!!!!!!!!! I shall ask again as you clearly didnt read the prior email Care to say what didnt work - did it generate any exception I cant see your screen so you have to say what didnt occur. It still wont work, is no more descript than the previous email response. We cant help you if you wont provide us with information. ...Show All

  • Visual C# Running Task Manager -Problems-

    Hey i am having trouble accesing my task manager when i press the ctrl+alt+del buttons nothing pops up. I have tried to access the task manager via control panel but it still does not work, giving me an error that reads some nonsense about the file being in use. I have tried the regedit option and it does not work and i am hoping the a system restore will be my last resort. Please help me. This question has nothing to do with the C# IDE and so is off topic in this forum. It also has nothing to do with programming, which makes it off topic in all these forums. CTRL-Shift-ESC is how you bring up the task manager. But, it sounds like you've got issues. You just need to find a hardware focused forum to find help. ...Show All

  • SQL Server sysdepends - drop table - sysdepends information goes away

    I have a system whereby we create lookup tables on a nightly basis. Originally this was not a problem because initially someone had written the procedure to delete the data and then re-populate using a server side cursor. Due to scheduled production problems with the procedures taking too much time, I changed the code to simply drop the table and re-create the table and re-index in the nightly job. Though this resolved our speed issues in a number of cases, I've now run into a new interesting twist. The sysdepends table no longer retains reference to the stored procedure. I did find this interesting document in the support.microsoft.com site. BUG: Recreating a Table Causes sysdepends to Become Invalid View products tha ...Show All

  • .NET Development Web Server information question

    Hello, I have been learning about how to use the ASP .NET runtime and use the httplistener class. Most of the examples are in C#, but I use VB. I have tried to interpret the code, but it is making it hard to understand the process because I spend so much effort translating it. I am wondering if anyone can recommend a book that covers this type of information in Visual Basic 2005. I have looked on Amazon.com, but haven't found anything specific to this area. I want to create a simple web server for my program, and I could use the examples that I have found in C#, but I want to have a complete knowledge of the entire process since I will have to support the application. Thank you for your help. If you just want a sample of HT ...Show All

©2008 Software Development Network