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

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

Abahay

Member List

ryanchopps
cl0
Rita
Rich Fore
simon mcinnes
David A. Leon
ssuluh
Crirus
Bill Call
Tim Mercer
sgrussell
yarini
Dietz
Renze
cdrkeen
Enkore
klaya
info2knowledge
Cool Programmer
faithfuldave
Only Title

Abahay's Q&A profile

  • SQL Server SQL Server 2005 Developer Edition and SQL Server 2005 Express Edition on same machine?

    I am currently downloading the mega-sized files for SQL Server 2005 Express Edition and was wondering if I was going to be able to install it onto my workstation alongside the SQL Server 2005 Developer Edition Was hoping someone could advise. I did browse for an answer, but have not come across it yet. I know I'll find out once my download is complete, but that could be awhile :) Thanks, -Neil Well, I downloaded SQL Server 2005 Express and tried to install it, but no-go. Is there something basic I am missing here in my understanding I have SQL Server 2005 Developer Edition installed on my machine for web development. I wanted t ...Show All

  • Windows Forms need to get a transparent object on a picturebox

    Hello, I need to achive the backstyle property of the VB6-usercontrol in .NET. I tried setting the backcolor of the .NET user control to Web.transparent but it is meant only for transparency to the form and not for any objects in the form. The reason to use the backstyle is to draw a regions like rectangle and circle over the thirdparty streaming control/object. Thanks, These two lines of code should certainly help you - this .SetStyle(ControlStyles.SupportsTransparentBackColor , true ); this .BackColor = Color.Transparent; ...Show All

  • Visual Studio complib.hlp

    Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib.hlp SqlUser.cpp .\SqlUser.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the pa ...Show All

  • Visual Studio Team System migration from test director (quality center)

    how can i migrate data from test director to vsts. did anyone try to do it We do not have a converter to help with this. You will have to write a program that pulls defects from TD and imports them into TFS. There is a client API for programatically adding work items to TFS. I'm not familiar with TD scripting but I'm sure they have similar APIs to pull data out. Ed. ...Show All

  • Visual Studio Team System Added new states, do I need to add new ref names?

    The MSF Agile comes with three states for work items: Active, Resolved, and Closed. In my custom template, I have changed these to In Analysis, In Development, Dev Complete, In QA, Passed QA, Closed. Now In order to track and report the full life cycle of a work item, do I need to add new fields and ref names The fields related to event dates defined in MSF Agile are State Change Date, Activated Date, Resolved Date, Closed Date. They seem to match the states so this leads me think I might need to define my own fields and the related ref names such as Dev Complete Date, Pased QA Date etc in order for the reports and queries to be accurate wh ...Show All

  • Visual Studio Team System Can't create team project... then check "VSTFWeb " web site...

    Hello~ I also can't create team project ... then I check my "VSTFWeb " web site in IIS 6. I to verify the web.config then I saw the string in LocalSqlServer is "data source = SQLEXPRESS...." that's default value, but when I install Team Foundation follow the install guide, we don't insatll SQL Express , aren't we I am not sure does this reason to occur error. any ideas or how to change it to support SQL Server 2K5 April and another question... I saw some demo from TechEd , I find "AdventureWorks" in the demo , but "AdventureWorks" support .net framework 2.0 . if is where can I find that version to install on Team Foundation. Than ...Show All

  • .NET Development XmlSerialize XmlElement in web service

      I have defined a wsdl file for a web service method that suppose to return an object to client.  I have the xml data load from the SQL server database that represents the object. Instead of deserialized the xml data into the object and return the object. Than the ASP .Net will need to serialize the object to the xml again to be included in the SOAP message. I plan to change the return type of method to xmlelement, but used the same wsdl file as before. This way the proxy file generated on the client still have the typed object as the return type. The problem ...Show All

  • Visual C++ Set VC++ Directories in Options dialog (Visual C++ Express)

    Details :  The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround : C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install location in a text editor, saving the changes and restarting the Visual C++ Express Edition. Please make sure that you also delete the file "vccomponents.dat" located in the "%USERPROFILE%\Local Settings\Ap ...Show All

  • Visual Basic how to create a new txt file at midnight each day and write to it

    Hello I was wondering if somebody could help me with creating a new txt file each day at midnight with the name in the format of ddmmyy_hhmmss.txt also how to add text to it, well maybe i can do this i think, but maybe it would help confirm this bit. ikind of have the following so far, not much i know, thank you all in advance Private Sub OpenFile() ' filename = "C:\CRAPS\txt_files\" & Format(Now, "_MMMddyy_HHmmss") & ".txt" end Sub hello really, many thanks for sticking with me folks, my wife has just told me i am becoming obsessed and i ...Show All

  • Visual Studio Team System Team Project Portal: Report Subscription Error

    Hello, I have created a some scheduled email subscriptions on a few reports in a team project portal.  When the schedule fires, the report fails with the following error: Failure sending mail: The Value expression for the textbox ‘textbox13’ has a user profile dependency. It always does this.  I haven't changed anything, except to add a schedule to the subscription.  What is it looking for Thanks for any help! Cindy Hello, It appears that the upgrade to the beta 3 refresh solved the problem. Thanks for everyone's help! Cindy ...Show All

  • Visual Studio Express Editions Using BitArray with BinaryWriter streams

    A question for those that, for one reason or another, have ever had to deal with binary on a Commercial Project. Converting a Byte into its Binary representation is done as follows: BitArray Name = new BitArray (byteobject); The BitArray can then be indexed to work with the data and process it. However when trying to put the data BACK INTO THE FILE, a problem arises. BinaryWriter Streams only accept bytes and other data to be written to the data stream; Converter Class DOES NOT have any method which accepts a BitArray; BitConverter Class also DOES NOT have any method which accepts a BitArray; So, if one wante ...Show All

  • Visual Basic Need help with uninstalling an application on my network.

    Hi, I need a script that can assist me uninstall an application across the network. Any help is appreciated. I tried using you a VB script, but due to lack of understanding I am unable to execute it. Thanks ...Show All

  • Windows Forms How to identify the default language through C#.NET

    Hi all,      I set the default locale as Japanese in my system through control panel-> Regional Settings -> Click Set Default button -> Select Japanese language from the drop down list. Click Ok, then system asked me to restart. done. Now my default language setting is Japanese. But how can i identify this Japanese through C# coding.  Bas ...Show All

  • Smart Device Development Install Program pocket pc

    Hello, I need to make a program to install my application,  any one know how to do it VS 2005 supports setup and deployment projects.  Try "Smart device CAB Project". Thanks Siva ...Show All

  • Visual Studio Team System Adding work items from external system

    Heya. Is there a way to add a work item from an external system Lets say that we use Microsoft CRM 3.0 and the support staff would like to add a bug (work item) to the tfs. Is this possible I'm sure you guys have developed some magic web service to do this but I can't find it... Surely there is a way to create a work item not using visual studio or excel. Please /Chris Yes, you have a complete object model for creating workitems from your external tools, you can find some samples about that in the visual studio 2005 SDK, here I post a few lines of code to create a bug work item, and check any inva ...Show All

©2008 Software Development Network