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

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

el_d

Member List

Roundtwoit
WPINO
TheBigOnion
Schwab-
Juggernaut.
alka mehndiratta
Jebat
Pavel S. Kozlov
zeecue
Ulrich Straus
Chanchito
Aidan_Bunting
mettu
JamiePe
FKopan
Mike Zimmerman
pavana kumar
ja7mad
吴培
dinh107
Only Title

el_d's Q&A profile

  • .NET Development app.config for a DLL

    Hi all, I'm developing an add-in for Outlook 2003. My output is a DLL file which is hosted by Outlook. I'm using Microsoft Application Block called Updater which needs to read app.config file. The problem is that it gets the Office path and not the dll's. I tried to set: AppDomain.CurrentDomain.SetupInformation.ConfigurationFile = @"C:\Temp\AddIn\App.config"; But it didn't help. Any suggestions Thanks. Hi, DLL ...Show All

  • Visual Studio Express Editions VC++E Forms Designer Hell

    Hello all, while working on a form in my project i got the following error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Either VCProject or VCCodeModel is not ready yet. Please close designer and try again. Hide      at Microsoft.VisualC.CppCodeP ...Show All

  • Visual Studio Tools for Office Is it possible to link project # 1 to project # 2?

    Hi There, I have two applications: 1.  I have a windows vb.net application that I created using visual studio 2003 architect. 2.  I have a word application developed with Visual Studio 2003 Architect using vb.net and Visual Studio Tools for The Microsoft Office System.  My question is: Is it possible to link project # 1 to project # 2 so I can call project # 2 whenever I need it from project # 1 I will r ...Show All

  • SQL Server How can I restore a database from a UNC?

    It appears that Management Studio will not allow you to perform a restore from a UNC path. Is this true or am I missing the option to open the magic UNC door I am very new to SQL2005 and this was buried in SQL2000, but it was possible to do in Enterprise Manager. Not to be snotty, but you didn't answer the question. Your point is taken, there are other ways to do this. I can use a script to restore from a UNC p ...Show All

  • Visual Studio external link checkers?

    Many of the method and properties links on my SSB SDK ActiveX version are broken. For example, Inkcolor method on Overview page.  Ran link checker in HelpStudio and it finds many broken links, but not the ones on the Overview page. My HelpStudio link checker shows extra links. Once these are deleted, there are no more error messages. Yet I still have broken links. The broken links all appear to be older (recent ones work). T ...Show All

  • SQL Server impersonation and aspnetdb user instance

    I am developing an ASP.NET 2.0 web application. In order to connect to my datastore (a separate machine from my development environment) I need to impersonate a domain account which has permissions for the database on the remote SQL server datastore. However, I want to use role management. The default behavior seems to be creating a user instance called aspnetdb.mdf in the App_Data directory of my application's directory structure. However when ...Show All

  • Visual Basic Detecting end of Explorer Copy

    I am just learning VB but am pretty comfortable writing moderately complex code and using the help files. I am trying to detect when an Explorer copy of a file ends to start another process. The copies I am interested in are rather long, due to large file sizes and a slow internet connection. I have been able to detect when a stand alone process ends by using "Process.GetProcessesByName(ProcName)" then checking on exit with &quo ...Show All

  • Visual Studio Team System Need help: TFS RC single server installation error: 28805

    I was installing TFS RC single server by following the installation guide. Everything ran pretty smoothly until the installation is almost done. A 28805 error message prompted and terminated the installation. The error message is: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28805.Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Servic ...Show All

  • .NET Development VS 2003 error .. web developers can u help ?!!!

    hi there .. in order to work on asp.net webforms i've done it all to install the webserver on my XP sp2 istallin the IIS, fp exs and the VS 2003 ... after doin all of that succefully and when i try to establish a new asp.net web application i get the following message : [the web server reported the following error when attempting to create or open the web project located at the following URL : 'http://localhost/webapplication1'. A con ...Show All

  • Visual Studio Team System What does MS use for Requirements Management?

    I know that Microsoft is dogfooding VSTS, but what are you using for requirements management I have seen on these forums multiple posts about Caliber RM for Team System and most say that if you are really serious about requirements, you won't use VSTS alone. I highly doubt MS is using Caliber for their requirements management, but I guess pigs do fly from time to time. When VSTS was used to build VSTS, did you just use scenarios to capture the r ...Show All

  • Visual C++ msvcrtd.dll not found

    Hi!!!!I'm not sure if this is a .NET problem and I'm not even sure that this thread belongs here.But when I try to run a compiled debug config of a C++ program on VS.NET 2003, I get the message: msvcrtd.dll not found I searched the internet and found that is a common problem,but I can't find where to download the .dll file from.Do you know Or at least do you know how to overcome the problem The msvcrtd.dl ...Show All

  • Visual Studio Express Editions Passing values through methods

    How can you pass values from one method to another   I have been storing values in labels and textboxes.  Then, when another method needs the value, I initialize the variable to the text in the label or textbox. This gets the job done, but I would like to know the proper way to do this.   hi, you can use a return method (that returns a value) between methods or use global varia ...Show All

  • Visual Studio Express Editions How to read data from a GPS

    I just got a GPS and wondered how I could read from it in Visual Basic. I never tried to recieve data from an external device before. I looked on the internet and found out how to analyse the data once I recieved it from the GPS. What I mean is that the GPS manufacturer's software controls the transfer of data from the GPS device to their application. If they provide API's for intercepting that data, you cou ...Show All

  • Windows Forms Crystal Report.NET : Error occurred when exporting to PDF

    I encountered this error when attempting to export a crystal report to PDF: System.NotSupportedException: Error in File C:\DOCUME~1\tnguyen1\LOCALS~1\Temp\temp_a605641b-1f63-401d-b8e3-710c095306bd.rpt: Operation not yet implemented.    at  . A(Int16  , Int32  )    at CrystalDecisions.CrystalReports.Engi ...Show All

  • Smart Device Development How to test mobile application with internet browser

    Hi All, Does anybody know how to show wireless pages with internet browser I know Opera and firefox support WML. Also some websites such as http://www.wapsilon.com/  can show wireless contents. However, this one will show a lot of advertisements. So I need to create my own online wap browser. After doing some studies, I got the idea like this. Embedding a emulator in webpage like a control and using it to display wireless page. The . ...Show All

©2008 Software Development Network

powered by phorum