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

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

SlothBear

Member List

Kees van der Oord
WeBe
Galex Yen
cfg83
Abyers
Mark Phillips
Jimmy7777
moflaherty
Grendizer
Yeghia Dolbakyan
C Dickson
mehim
tamtararamtam
Ferenc78
Amaury36371
Scott W.
Jeff Lawson
burbain
Rask
Amaeze
Only Title

SlothBear's Q&A profile

  • Visual Studio Team System Unable to connect to BIS service

    Hi When I try to connect to Team Foundation Server I receive an error message: Unable to connect to BIS service Cannot connect to domain <domain name>. Projects for <domain name> not retrieved. Can You help me Thanks Arthooix Thank you Buck for your answer. yes I am running as TFSSETUP account and i still cant find a solution to this problem. I was able to connect to the server before but not to the default website. now i cant connect to the server, i can access the default website but not the team foundation server website which is http://localhost:8080  because when i try to access th ...Show All

  • Visual Studio 2008 (Pre-release) Window versus Page

    if i set my main .XAML class with a root element of <Page> rather than <Window>, I can then get a hyperlink to work in a child frame, whereas it wouldn't before. the only visible difference i can make out is that I get a toolbar at the top with a BACK/FORWARD button. i am uncertain as to the real difference between having a WINDOW or a PAGE as a root element for my application. can anybody please enlighten me as to the differences, also as to why my hyperlink only works on a child frame if the parent has a root of PAGE and not WINDOW thanks. Page will be used when you will need to create ...Show All

  • Windows Search Technologies WDS and Outlook 2000 crashing on exit issue - open for discussion?

    I read through the previous thread and really didn't get the sense that this issue is being addressed or acknowledged. So, here's my own experience on it: It seems even with the new build of WDS (03/08/06), I too still have the Outlook 2000 crashing on exit problem. I'm running Win2K SP4, Office 2000 SP3 and all updates from Microsoft Update for both the OS and Office. The Pc is a 1.5Ghz P4, 1GB RAM, 80GB HD, etc. The hardware is more than sufficient. I recent formatted my hard drive and reinstalled clean the OS, Office, all updates, and WDS. I have not restored my backup of my PST for Outlook; I have left it as a new install. Therefor ...Show All

  • Windows Forms Find the physical drives on the machine

    Hi I have a windows C# application. I want to find the physical drives on the machine. The code below gives me the logical drives like A:\ and other mapped drives. But I need those drives that physicall exist on the machine.... foreach ( String RootDirectoryName in Environment .GetLogicalDrives()) { DirectoryInfo dirinfo = new DirectoryInfo (RootDirectoryName); } There is no function to GetLocalDrives(), but you can determine the type of each drive one of two ways. If you are using .NET 2.0, a new class exists to help enumerate drives (DriveInfo). foreach (System.IO. Driv ...Show All

  • Windows Forms How to do simultaneous insert into another table on insert in datagridview bound table

    Hi, I have a table(table1) bound to a datagrid view control. It has a foreignkey value fo table2 primary key field. Whenever a record is inserted in table1 a new record with few fields from table1 should be inserted to table2 and the primary key of this record should be stored back to table1. How and where to do this Can anybody help me Thanks. Shobha. Take a dataset. Add to datatable in the dataset (Table1 and Table2). Set the Primary key of Table 2. Add relationship between the datatable using DataRelation. Fill your datatable. When Inserting data first Insert data in Table2. After inserting you will get ...Show All

  • Visual Basic How to detect a connection loss in .Net Sockets

    Right now, i already create a simple chat for my application with vb.net. and it's allready done, but there is a problem, sometime a client close the program with unpredictable disconnection ( exp : computer hang ), afterthat my server side will be error to, because my server will be send a data every second to client. please help me to solve the problem Dim bState As Boolean = target.Poll(1, System.Net.Sockets.SelectMode.SelectRead) If bState And (target.Available = 0) Then 'Connection Was Dropped End If ...Show All

  • Visual J# java.util.Calendar.getInstance() fails on Windows 2003

    Calling java.util.Calendar.getInstance() on Windows 2003 produces the following exception below... java.lang.NullPointerException: Object reference not set to an instance of an object. at java.util.GregorianCalendar.__dateToTime() at java.util.GregorianCalendar.computeTime() at java.util.Calendar.getTimeInMillis() at java.util.GregorianCalendar.__initialize() at java.util.GregorianCalendar.<init>(TimeZone zone, Locale aLocale) at java.util.Calendar.getInstance(TimeZone zone, Locale aLocale) at java.util.Calendar.getInstance() at VJGregorianCalendarTest.Class1.Main(String[] args) The same code works fine on Windows XP SP1 ...Show All

  • .NET Development consuming Java MTOM web service using WSE3

    Dear all, I have a developed a java web service to transfer a file using MTOM, and also developed a client using WSE3+VCS 2005 Express edition, but the client could not resolve the returned message. Here are my code snippet: ImageService service=new ImageService();//ImageService is the generated proxy service.RequireMtom=true; String[] list = service.listFiles(); //here the exception occured String[] operators = service.listOperators(); for (int i = 0; i < list.Length; i++) { listBox1.Items.Add(list ); } The error message is: Client found response content type of 'Mult ...Show All

  • Visual FoxPro SELECT statement is showing unwanted display of data and is not passing data to a table.

    I'm using a SELECT statement to pull out data from a table... that is working great. What I'm trying to do is feed the selected data to a different table using REPLACE so that it can be used by a report. All of this is triggered from a command button on a form. Here's the code for the CLICK property of the button: SELECT store, stock, year_1, make_1, model_1, auction1, transport, recon, sold_for, fees, net_check, result ; FROM wholesale_table1 ; WHERE In_Date >= DATE ()-60 ; && sets a sixty day date range AND sold_for < 1 && removes all sold vehicles && store.value ='DODGE' -> uncomm ...Show All

  • Windows Forms MDI mergeing owner drawmenu

    I have made a new class the overrides the Draw and measure routines from MenuItem so I can customize the look for the menu with eg. icons. I have a Parent form with some menuitems that I merge with a childform. My problem is that when I got the menu merged my icons in the menu disappear. The reason is that the Draw -event is called& ...Show All

  • Visual Studio Team System Problem branching on TFS server

    Hi We wanted to branch our Team project. So we used Visual Studio to create a new empty team project. Then we went to the old team project in the source control explorer and selected "branch" and we branched into the new team project for a certain change set. When we do that, we get the following error: A database error occurred (SQL error 2627) ---> Violation of PRIMARY KEY constraint 'PK_tbl_PendingChange'. Cannot insert duplicate key in object 'dbo.tbl_PendingChange'. ENGTFSB3.TfsVersionControl..prc_PendBranch: Database Update Failure - Error 2627 executing INSERT statement for tbl_PendingChange. The statement has been termin ...Show All

  • Windows Forms Nested InstanceDescriptors (short)

    I apologize for double-posting, but despite the view count on my previous post, I have a feeling no one is actually reading it because it is too long. So I am trying again, shorter this time. Basically, I want to have a property on my form that is serialized to InitializeComponent like this: myForm.MyProperty = new MyClass(typeof(MyOtherClass), MyOtherClass.FldMyField); where FldMyField is a constant string. MyClass has a TypeConverter that is doing the design-time conversion between string and a MyClass object so it can be shown in the property browser, and that is all working correctly. The same TypeConverter is also converting MyCl ...Show All

  • Windows Forms Location advice for a Custom Collection Class

    Hello, I have a custom collection class, which I plan to bind to a datagrid.  The datagrid will be used to present the end user with a list of customers stored in the system.  The datagrid will be read-only because its function is simply to display the customer list.  My application has a Business Facade Layer (client side), Business Rules La ...Show All

  • Software Development for Windows Vista eventsink activity??

    i am new to windows workflow foundation ... i was trying to explore all the base class activities i couldnt really understand the eventsink activity like .. what i understand is that it is like a subcriber to the event and recieve the data as the event is fired .... via the parameters defined am i right with my understanding pardon me if the question is tooo naive ... i m a newbie Muhammad, You've got the right idea.  The EventSink activity subscribes to a workflow queue, which is uniquely identified by the interface, operation (event name), and correlation token (only if correlation is ...Show All

  • Smart Device Development Unable to connect to live Web Service with Smartphone Emulator in RC

    I'm still struggling with Emulator connectivity in the SmartPhone Emulator. Here's the setup: VS.NET 2005 RC SmartPhone 1.0 Framework App Connecting to a Web Service both on local machine and on the Web Emulator set up running and cradled Network Configuration has the Enable NE2000 PCMCIA Network Adapter set No other options are explicitly set from default The emulator seems to have good connections to both the local machine and the Web using Internet Explorer - I can easily browse both locations without any problems. However, when I run my very simple test app that accesses a Web Service I cannot connect to the Web Service on the Web. I ca ...Show All

©2008 Software Development Network