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

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

tomG

Member List

angiedolfin
c_jensen
Best Ordinary Man
Raja Pratap
asadnaeem
Marty_M
Tablet
Shobha Santosh
Paul Devine
Anoop_Abraham
Mathias Hasselmann
AlexJD
Nicolai Klausen
Jayzzz
Vi
Arthur 2 Sheds
Peter Nyberg
KeithSmith
locknload
Jason T Primarily Care
Only Title

tomG's Q&A profile

  • .NET Development Windows 2003 R2 and WSE 3.0 Kerberos issue

    Running a "Windows 2003 R2 Standard" configured as a domain controller (the machine will be used as a stand alone demo machine) Working the Kerberos sample in %Program Files%Microsoft WSE\v3.0 Samples\CS\QuickStart\Security\WSSecurityKerberos\Policy It works fine with the service hosted by IIS in the Default App Pool. After changing it to a new App Pool under a different service account (member of Domain User, IIS_WPG, "Log on as service" right), I can call any endpoint not protected by the kerberos policy, but once calling the 'StockQuoteRequest' which requires a Kerberos token, I get this error at the server si ...Show All

  • SQL Server MSDTC - The Transaction Manager is not available

    I am trying to do something simple to test TransactionOption. I have a ScriptTask (out of the box), which runs fine. To test TransactionOption, I set the Package Properties TransactionOption = Required. Straight away the package fails with the following message Error: The SSIS Runtime has failed to start the distributed transaction due to error 0x8004D01B "The Transaction Manager is not available.". The DTC transaction failed to start. This could occur because the MSDTC Service is not running. I am running this on my Laoptop, which has XP Pro with SP2. I checked the services and MSDTC and it is running fine. I have checked the Even ...Show All

  • .NET Development Accessing COM+ from a different machine

    Hi Guys,   I need to access a COM+ which is located on a different machine. What is the correct procedure to do it   I tried exporting the COM+ as an MSI file, and installed it on my comp, and from dotnet when i try to add a reference to the COM object(which i installed on my comp), an error is shown saying 'Type Library was exported from a CLR assembly and cannot be re-imported as a CLR assembly'.  How do i reference to that COM+, is there a programatic way of accessing the COM+ and its methods does any have an idea abt this regards, abhi Just ping the netbios name of the machines. 1. Right click on your My Computer ...Show All

  • Smart Device Development Deploy Failed

    Hi Developers, I am trying to deploy my sms application on the phone , but cant do so . I get a error saying deploy failed . It was working fine for few runs before . I am building this in VC for smartphone 2003 Can any one help me with it 1>------ Deploy started: Project: SMS, Configuration: Debug Smartphone 2003 (ARMV4) ------ 1>Deployment and/or registration failed with error: 0x80070020. The process cannot access the file because it is being used by another process. 1> ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== Thanks , Parag Which version of Visual Studio ...Show All

  • Visual Basic cause validation, is it a bug

    hi guys i am working in vb.net. i placed one button in a groupbox with cause validation properties false. but it not works, it works when i place outside of group help me is it a bug thanx in advance nitin I think you'll find that this is by design. The groupbox is a container control and it will allow you to change the behaviour of all the controls within it. Example - set the group box visible property to false. The groupbox and all the controls within it are now not visible. Try it with enabled property as well. You'll notice by disabling the groupbox - all the controls within are disa ...Show All

  • Visual C++ referencing CEdit variable giving problems in events control

    hello everyone, Im having a strange problem, which everyone around me says its not possible but I am hung on it since few days now. I am using Visual C++ 6.0 version if that's of any help. I am creating an MFC application with document/view structure. I want to create en Edit (CEdit) box which can change it's size when the user fills up the box while filling in some data in it, and also whose contents can be extracted when the mouse reaches a particular area of the screen. I declare CEdit variable as private in CMyView Class (e.g.). Initialise and Create the box in OnDraw function. Extract the contents in OnMouseMove function. Problem ...Show All

  • .NET Development Web Method with a Result parameter

    I have a webservice that has a couple methods with a parameter named Result. This was fine in VS.NET 2003 when I added a reference to it, however VS.NET 2005 generates different code when the reference is added, and it will not compile. I did some digging and discovered that it created a <MethodName>Completed event with a matching <MethodName>EventArgs class for all of the exposed methods. The problem that I run into is that the auto-generated code for the EventArg classes have two properties named Result, one with the type of the parameter, and the other with the type of the what the method returns. Is there an easy way around t ...Show All

  • SQL Server Is this possible? How

    hello guys, I want to create a report using a bar chart data region from a cube. The cube contains Date and Time dimentions. Here is my question: The catagory field (x-axis) value of the bar chart is dependent on the paramaters value(i.e.StartDate and EndDate). For instance if the difference between StartDate and EndDate is greater than 1 year, the x-axis value for the bar chart should come from the Date dimention and display the year value. Similarly, if the difference between StartDate and EndDate is less than a day, the x-axis value for the bar chart will come from the Time dimention and display the hours value. Does any body came a ...Show All

  • SQL Server How to iterate over a recordset?

    Hi All, Many moons ago I wrote a blog entry ( http://blogs.conchango.com/jamiethomson/archive/2005/02/08/960.aspx ) about how to, in a script task, iterate over a recordset that is populated into a variable using the Recordset destination. My method there was to use ADODB.DLL but that's a bit "old school". Is there anything in System.Data to which I can cast the Object variable that will allow me to navigate the recordset stored within it If there isn't, can someone tell me where all the ADODB objects now reside because ADODB.DLL doesn't exist in 2.0 Framework RTM. Thanks Jamie   Incidentally, this method wo ...Show All

  • .NET Development smtpclient: cannot reveive the mail sent out

    Hi all, My solution was migrated to vs 2005 from vs 2003, which includes a web project. I changed the smtpmail to smtpclient. the mail can be sent out, but cann't be recieved. I wrote a console application that had the same mail sending related contents as my web project, and it worked well. Here's the simplified code( it does not work still): SmtpClient smtpc = new SmtpClient ( "localhost" ); MailMessage m = new MailMessage (from,to,subject,body); smtpc.Send(m); m.Dispose(); Does anybody have anyidea Pre-appreciated! Jon Looks like you're doing it properly. Is your ...Show All

  • Visual Basic Dead Object

    Hi all, I'M currently working on a VB.Net 2003 Application using Adobe Acrobat. The process is quite long as I have to about 1000 pdf pages to process. In my application I declare a javascript objet, it works great most of the time, but some times, after hour or one hour and a half I get a "Object is dead" error message. Is there a way to make shure that an object wont DIE during the process Thanks a lot for your help Hi! May be he will survive :) Who raise error - your app, acrobat or something else Is there are any chance to catch exception (if any) Is event log empty or it have something ...Show All

  • Windows Forms SplitContainer, visible handle for resizing

    Hi Using the SplitContainer. Is there a way to make a visible handle, to click and drag, when resizing the panels in the SplitContainer. I would like to make it obvious and easy to see for the user, where to click when resizing the panels. //regards //lasse Lasse, It isn't too hard to do this, simply derive from SplitContainer and override the OnPaint method.   The following draws a visible grab handle for the SplitContainer. using System; using System.Windows.Forms; namespace System.Windows.Forms {   public class SplitContainerEx : SplitContainer  {    protected overr ...Show All

  • .NET Development Dynamically creating result columns & data

    I have created a database that has a JOBS table, each row of the table has corresponding records in a JOB_TASKS table. Each job may have a different number of records in the JOB_TASKS table. I am trying to create a query that returns a few fields of the JOBS table, then searches the JOBS_TASKS table for all related records and uses those records to create additional column names back in the query and fill in the data in the correct columns. So if the JOBS table fields & data look like this: JOB_ID, NAME, DATE 5000 Bob 2006-01-21 And the JOBS_TASKS table fields & data look like this: JOB_TASK_ID, JOB_ID, TYPE, COMPLETED ...Show All

  • Visual Studio Can't Configure .NET Configuration 1.1

    Guys I need help. I've got .net framework 1.0 (hotfix), 1.1, and 2.0 installed. For some reason, 1.0 sp3 won't install. I also cannot configure .net 1.1 through the option under administritative tools. I get the error: Microsoft Management Console Snap-in failed to initialize Name:.NET Framework 1.1 Configuration CLSID:{1270E004-F895-42BE-8070-DF90D60CBB75} I then click ok, and the .NET Configuration 1.1 thing opens, but just says: Snap-in Creation Failed. The snap-in is not created, it may not be installed properly. Name:.NET Framework 1.1 Configuration CLSID:{1270E004-F895-42BE-8070-DF90D60CBB75} What is the problem here I fir ...Show All

  • SQL Server SQL2005 equivalent of the data import task in SQL2000

    I had to upgrade to SQL2005 when my customer did so. Everything went OK until I had to load additional data to the datamart. The SQL2000 task to load data from flat text files was straight forward and literally took me seconds tyo set up and execute and has never given me problems. I have now spent 3 days straight trying to do the same in SQL2005 going in ever wider circles. I have got SSIS up and going, I saved a dtsx package that won't run without a multitude of errors ranging from truncation errors (which I tried to avoid by meticulously ensuring all field definitions on the import and export side are defined and correct) to errors relati ...Show All

©2008 Software Development Network