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

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

jkotas

Member List

Assaf Shemesh
Gee_Coder
venkks
Dennis Arthur
shantanu_gadgil
Brian Knight
Groenewald
miguelito928
Keith Elder
MattMcla
Michael_SHG
Radi Naydenov
Cunk
Peter Larsen
dm14011
Colvic
Aaron Stern
Jack Stephenson
Mrs. B
averatecman
Only Title

jkotas's Q&A profile

  • Visual Studio Team System Application Designer Error

    I've receive this error from AD. The diagram in now in Lock state. Synchronization for element ResourceType failed. Reason: An error occurred creating the configuration section handler for windows: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Config\machine.config line 31) Any Help Thanks I believe this is a known bug in the Beta 2 version, in which config sections of type 'IngoreSectionHandler' cannot be loaded.  This issue has been addressed in subsequent builds.  ...Show All

  • Windows Forms ListView ColumnHeader question

    I'm creating a custom ListView control.  As part of that, I'm creating a custom ColumnHeader class: Public Class DataColumnHeader   Inherits ColumnHeader   Private mField As String   Public Property Field() As String     Get       Return mField     End Get     Set(ByVal Value As String)       mField = Value     End&nb ...Show All

  • Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   Don--while I also tend to believe that VFP gives better performance than Access, I don't think your one example proves anything. How many times do we hear someone running down FoxPro because they've encountered one badly-written app Tamar ...Show All

  • Visual Studio Team System Cloaking question

    What's the best way to cloak 19 out of 20 dirs from a given directory.  I kind of wish I could cloak the parent directory but then "uncloak" the single child directory.  Having to cloak 19 dirs just so that I can access a single directory seems a bit of a hassle. Thanks for the script.  It would be nice if V.next of TFVC provided an easier way to accomplish this use case. ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Cont ...Show All

  • SQL Server Data Encryption

    Hi, We need to set up a data export process from a SQL DB. The output (be it XML, Text Files or whatever) needs to be encrypted before it is FTPd somewhere. Is there support for encrption in SSIS How / where in the package designer would you achive this Thanks in advance. Martin There is no built in support for encryption of data. It would be an interesting custom task though if you fancy having a go. Otherwise, request this for a future enhancement at http://connect.microsoft.com -Jamie ...Show All

  • Visual Studio 2008 (Pre-release) DataSet RemotingFormat

    The DataSet.RemotingFormat seems to have no affect on DataSet transfer time when large DataSets (or small ones,for that matter) are returned from Operations in WCF. I expected this with BasicHttpBinding, as I would expect the DataSet to be serialized as XML regardless of teh remoting format.  However, I did not expect this with NetTcpBinding.  Any insights into this would be most welcome. Thanks A dataset is always going to be serialized as XML. Using the BasicHttpBinding, it is text XML. Using the NetTcpBinding, it is binary XML. The RemotingFormat only applies when using .Net R ...Show All

  • Windows Forms timeout to ntd winform

    hello i write a simple winform app to test the NTD(no-touch deployment) feature of dot net,after deploy it to the iis server,it works well,i can invoke it from either commandline or ie browser. but i found that after it is started up ,i IGNORE it,that means i don't operate it,after a wile,it is automatically closed.why,are there some .net configuration to&n ...Show All

  • Visual C++ Header File Inclusion problem?

    Hi guys, Please take a look at this code. I have some problems, This is not the real code, but a sample. /************************************************/ //File:   SomeObject.h class CSomeObject:public CObject {       //.....code goes here } //End File //File:   SomeObject.cpp #include "someobject.h" CSomeObject::CSomeObject() {       //.....code goes here. } //End file /************************************************/ /************************************************/ //File:     UsingSomeObject.h class CUsingSomeO ...Show All

  • Visual Studio 2008 (Pre-release) Controlling nillable

    Hi. I'm writing a webservice with WCF. The webserce will be used from a Powerbuilder (Powerbuilder Script) client. Here some limitations apply. With a class like this [ DataContract ()] public class Entity { [ DataMember ()] public int AnInt { get { ... } set { ... } } [ DataMember ()] public int ANullableInt { ... I get a schema like this: - < xs:complexType name =" Entity " > - < xs:sequence > < xs:element minOccurs =" 0 " name =" ANull ...Show All

  • Visual C# RFID process - configure Acme Simulator

    Hi, I am working in RFID project. I am using 'Acme' simulator to send tag read data. I want to configure the 'Acme' Simulator so that it will send the following EPC data : 1. SGTIN - 96 bit 2. SSCC - 96 bit. Also it's sending data in Hexadecimal format. Is there any way to configure the simulator so that it will send data in 'Binary' insted of 'Hexadecimal'. Thanks in Advance!! Bhaskar Sarma ...Show All

  • Windows Forms Change MessageBox Buttons Text

    Hi for ALL I am use the MessageBox.Show() to Provide a Standard MessageBox in My App I am using VB.NET 2.0 My REQUEST IS :- How to change the Text "Yes", "No" , "OK, "Cancel" to provide my own from My Language Thanks for all sorry for any bad english If you want to change text of message box buttons , you will have to use windows API's and hook them. The similar example can be found at http://electroly.com/mt/archives/000005.html Check it out for detailed view ...Show All

  • Visual Studio Tools for Office Outlook Appointment Schedule

    Hello, this is my first post here. I am trying to create a custom appointment scheduling windows application using VB.net that is setup like the appointment scheduling in outlook. Is there a control that I can use that will help me, or can anyone offer me any advice as to how to achieve this Basically, the main aspect of the outlook appointment scheduler I can't seem to figure out how to set up is getting the day view like the one in outlook. Any help would be greatly appreciated. Thanks in advance for any help which you can provide me. Dynamic_Array, If the appointment scheduling application will interfa ...Show All

  • Visual Studio Tools for Office Repeating data in Word - how to?

    What would be the best method for displaying a list of header and detail rows in a word document I am not sure I understand the problem correctly, but you can look at this article that describes a method for addng repeating data in Word. http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_wd2003_ta/html/OfficeVSTO_WordToImportXML.asp ...Show All

  • Windows Live Developer Forums Developer Provisioning System not found

    Hi everybody, I've been trying to use the MSN Search Service but the Developer Provisioning System URL provided ( http://search.msn.com/developer ) in the MSN Developer Center ( http://msdn.microsoft.com/msn/gettingstarted/searchstart/ ) doesn't exist or it's not accessible. Please, could you help me Thanks Hi, the page http://search.msn.com/developer  does load in my browser (IE6) without any problems. Which browser are you using ...Show All

©2008 Software Development Network