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

Software Development Network >> Are Haugsdal's Q&A profile

Are Haugsdal

Member List

David_Reynolds
furjaw
Sunset
Steven Galione
kailuowang
ksona
jmill
epsilon_ro
mohandasgandhi
djchapin
Andrew Moiseev
Basani
albTotxo
Monah84
BillGo
DMAR330
db_guy
Santiago Cepas López
Vidhan
DanielMena
Only Title

Are Haugsdal's Q&A profile

  • Visual C++ Need help converting strings

    I'm using C++/CLI. Can anyone help me out with some code to convert the String "2006/07/13 12:00:00 PM" in to the String "20060713T1120000Z" To parse the input, I would read into regular expression pattern matching. Start here: http://msdn2.microsoft.com/en-us/library/ms298435.aspx The output is simply appending strings. Brian ...Show All

  • Visual Studio Tools for Office VSTO 2005 SE Word 2003 addin won't load

    I have been reading through everybody else's questions about why their addin won't load and I've tried everything I've come across but my Word 2003 addin will not load on anyone's computer but mine. These are the things I have done so far: I used the VSTO project template for Word 2003 to create the addin project. I added the SetSecurity project. I included output from both SetSecurity and my addin project to the setup. I installed the interop assemblies for Office 2003 on the target machine. (.Net Framework 2.0 was already installed.) I installed the VSTO SE runtime. In stalled my addin. No addin appears when Word is run. I did some more digging and discovered that the LoadBehavior value in the registry had to b ...Show All

  • Visual Studio Team System Access to build results over http

    Is there any way to configure the build result reports such that they don't contain links in the UNC format Right now, if you want to either access the build or look of any of the logs, you get a UNC path. It is fine that the build server transfers files via SMB, so I don't mind that the DropLocation needs an UNC path. But I would like to configure a http address for the reports that clients see. That way I could point an IIS on the file server that holds the builds to the drop directory and enable access via http. If this is not supported in V1, will it be part of the extranet support coming for SP1 This seems quite key... Best, David You could use something like WebDAV to do it. http://ww ...Show All

  • Visual Studio Team System Schema compare adds existing role memberships

    Hi, We've got a recurring problem with Schema Compare. I can do a schema compare which picks up a new role membership, click 'Write Updates' and then click Refresh and it offers up the same new role membership. As such my RoleMemberships.sql file now looks like this: 1 2 EXEC sp_addrolemember N 'db_owner' , N 'ct\sysminerva-deploy' 3 GO 4 EXEC sp_addrolemember N 'db_etl' , N 'ct\sysminerva-etl' 5 GO 6 EXEC sp_addrolemember N 'db_svc' , N 'CT\svc-ifdsql-ppdm' 7 GO 8 9 10 EXEC sp_addrolemember N 'db_owner' , N 'db_etl' 11 12 GO 13 14 EXEC sp_addrolemember N 'db_owner' , N 'db_etl' 15 16 GO 17 18 EXEC sp_addrolemember N 'db_owner' , N ...Show All

  • Visual Studio How to Create Web Service Agent ?

    How to Create Web Service Agent Can you be more specific I suggest that you take a look at the Web Service Software Factory, which is doing lots of work in the web service area (http://practices.gotdotnet.com/svcfactory) ...Show All

  • Visual Studio 2008 (Pre-release) What happened to the class ScreenSpaceLine3D ?

    Hi all, I got an article from this link which refers the class ScreenSpaceLine3D.But I am not able to find out this class in the RTM version Framework3.0 .Could you please tell me what happened to this class Or is there any other class which does the same task of this class http://www.kindohm.com/technical/WPF3DTutorial.htm Thanks in Advance Joy http://blogs.msdn.com/danlehen/archive/2006/05/29/610310.aspx ...Show All

  • Visual Basic can't edit stored procedure from vs.net 2003

    Hi, lots of documents says that we can edit stored procedure by right clicking stored procedure name and select 'edit stored procedure' in the server explorer, but I never have this 'edit stored procedure' Item at all in my context. I have all the permissions to edit, delete or create stored procedure to the database. Anyone can help with this would be highly appreciated. Zhiwei I can't either, righ-click an SP just gives me Run, Refresh, Copy and Properties. Can you provide a link to an MSDN article that says you can edit SPs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cannot compile my first DirectSound app. Help!

    Hello everyone, I'm new here. I'm trying to write my first DirectSound app and am having a bit of difficulty...I'm hoping the gurus around here can help (I've been trying for days to get this to work and I think it's just something stupid I'm doing). I'm using VS2005 (C++) and have installed the DirectX SDK June 2006. Here's what I've done so far: 1) Selected "Project -> MyProject properties -> C/C++ -> General" and added "C:\Program files\Microsoft DirectX SDK (June 2006)\Include" to "Additional Include Directories" field. 2) Selected "Project -> MyProject properties -> Linker -> General" and added "C:\Program files\Microsoft DirectX SDK (June 2006)\Lib\x86" to "Addi ...Show All

  • Windows Forms Usercontrol inheritance stopped working in designer (VS 2005)

    Hi all.. I am creating an application that uses UserControl inheritance. I declared the base UserControl as abstract and derived from it 5 forms exist. When I used the designer, I could see visually all of the inherited controls. Until now. I don't know what happened but when I try to see any inherited control in the designer, the following error is shown : The designer must create an instance of type 'Gama.Tablas.Maestras' but it cannot because the type is declared as abstract. I haven't done any code change to the inherited forms. I tried by exiting VS and running it again, and the same happens. Any help would be greatly appreciated. I think it is unuseful to post the code, because it is the same code VS creates when a new ...Show All

  • SQL Server error during setup of microsoft sql express 2005 edition for visual web design?

    error saying disk compressed or encryted, choose another drive how should i t-shoot !!!!! This one means exactly what it says. You can't install SQL Server onto a compressed drive, you will need to choose another drive or uncompress your drive. This is documented in BOL . Mike ...Show All

  • Software Development for Windows Vista Setting up the database for SqlWorkflowPersistenceService

    Hello, I used the Hands-on Labs Beta 2 for an introduction to the WWF. There were added special SQL scripts to create the database for the persistence service. Though I have read in a paper by Dino Esposito that there are some dialog-based utilities for download to easily create the target database. My question is : Where can I find these utilities Thank you very much in advance! Iris Stern Hi Tom, I am developing a workflow application using ASP.NET. It would be of great help, if you can provide some sql db creation scripts with the required tables. Even, if it is a database diagram..too its ok. Email : chedebalakrishna@gmail.com Thanks and Regards, Balakrishna ...Show All

  • Visual Basic What's the best way to wipe a document and then write an array to it?

    I'm trying to read a document by reading each line into an array or arraylist. Depending on a predetermined variable that specifies the line to change, I want to change the specified line. I've tried a few different options, but nothing seems to work. Here's the code: Private Sub btnAddBook_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddBook.Click Dim line As Integer line = lstAuthors.SelectedIndex Dim sr As New StreamReader("authors.txt") Dim docline As String Dim coll As New Collection 'read in the contents of each line and manipulate that string - LOOP Do While sr.Peek <> -1 'If line = docline, then append the book to the line If sr.Peek = line Then docline = sr.ReadLine() ...Show All

  • Architecture Windows Installer -> How to make patch or upgrade

    Hi to all, I'm reading "The Definitive Guide to Windows Installer" to make upgrade or patch to my app. But all the procedure explained in the book is too much expensive for a programmer, and manual edit ORCA db is not a friendly procedure. Does someone know some white paper, or other to make simply upgrade to my app I can't use Clickonce because this is an old app built in VC++ 6. However, can i have some suggestion to other good installer for installation packages building I could point at these tools: Macrovision's Installshield Wise for Windows Installer WiX - it is powerful tool but it is not easy to use as there is no sophisticated UI VS 7.0 and 8.0 - you can use Setup Project template ...Show All

  • Visual Studio 2008 (Pre-release) MTOM and Javascript client

    Hi there, can i have a MTOM message created entirely in javascript so that i can transfer a file through XMLHTTP Thnks in advance I never did this, but there's a sample in the SDK that shows how to enable MTOM encoding. http://msdn2.microsoft.com/en-gb/library/aa395209.aspx This doesn't provide you with the javascript plumbing yet, but at least the service side should be fairly straightforward by changing the encoder as described in the sample! ...Show All

  • .NET Development metaclass/class references

    Hi, I'm in the process of learning c#, but i'm getting the hang of it pretty fast. The problem is documentation. I've read up on C# reflection, and i'm already using it, but there are certain things which aren't stated. For instance, my issue is that of class references. How do you do such in C#. Like for instance, delphi: <code> {* class reference declaration *} TDBObjectClass = class of TDBObject; {* Method returns the remotable object for a given class type...the method here is a class funciton *} TDBObject.GetRemotableClass(aClass: TDBObjectClass):TRemotable; begin ..... end; </code> What is most IMPORTANT about my question is the fact that I am not concerned with the Dynamic creation of the class us ...Show All

©2008 Software Development Network