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

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

FreeAgent

Member List

Anton__
c_shah
gabriel_333
Lok_Tan
NareshVelusamy
Furqan Farooqui
Dr. Heiko Voss
Andre's
Asbj0rn
Sébastien Nunes
SGraham1985
Mahmoud_Fayed
Boulderdude
ThePatrickP
tasleemarif
Alex Resnik
paso
Alastair Q
Craig G
Wout
Only Title

FreeAgent's Q&A profile

  • Visual Studio Team System How does the version control,change management works for the CLR objects in SQL 2005.

    First of all thanks for the nice product. I do not know how the phrase my question, but here is something I am looking for. When I have a CLR object i.e. CLR stored proc / function in SQL 2005, the imported scema shows the code in the database project as binary code. When I put the whole solution in the source control it will obviously store the binary version of the code. So does it mean for the change management of the CLR objects, I have to have separate project of VS2005 and use it for source control and change management Virendra I understand the cataloged assembly can be imported in the db project. But this will still show me the binary code right I cannot make any change to ...Show All

  • Visual C# What are the purposes of using attributes?

    I know that Attributes are usefull in reflecting, is there any usecase else with thanks Thanks dear. Look at hear: using System; using System.Collections.Generic; using System.Text; using Atinegar.Library.ObjectModel; namespace Atinegar.Library.ObjectModel { [ Creator ( "Mohammad" ), Construct ( ConstructProgressive .UnderTesting)] public static class AttributeHelper { public static Attribute GetAttribute( Type attributeType, Type objectType) { object [] attributes = objectType.GetCustomAttributes(attributeType, false ); if (attributes == null || attributes.Length == 0) return null ; foreach ( Attribute attribute in attributes) if (at ...Show All

  • SQL Server get records after executing a stored procedure

    Hi All, I have a Execute SQL Task I get some values from a table onto three variables. Next step in a DFT, I try to execute a stored proc by passing these variables as parameters. EXEC [dbo].[ETLloadGROUPS] @countRun = , @startTime = , @endTime = This is the syntax i use, in the parameters tab of the DFT I ensured that all the parameters are correctly mapped. When I run the package, it executes successfully but no rows are fectched. I tried running the stored proc manually in the database, and it seems to work fine. Am I missing something here Please Advice Thanks in Advance Hi Jeff, My whole idea is to query a table, get three values onto three variables, pass these values to ...Show All

  • Smart Device Development Pocket PC Phone WM 5.0 Device emulator Internet Setting "Automatically detects setting"

    I am working on a Pocket PC WM 5.0 application.Application is working fine in the Pocket PC Phone WM 5.0 Device emulator. No In My application I have to connect to internet. My system is on LAN.On my Internet connection setting Automatically detects setting check box is check. In the device emulator I don't know how to configure setting so I can able to browse in the deve emulator. Please Could Any body help I have a similar problem. I am using the emulator to troubleshoot Exchange Active Sync connectivity issues and I cannot get the emulator to connect a broswer to the Internet (in this case a Sierra wireless card on my laptop - or the built in ethernet port of the laptop). I have configured settings, uninstalle ...Show All

  • SQL Server Very Urgent, Done a mistake. please help

    I am using Sql Server 2005, i have two tables master and details. accidently i excuted an update query to change column name called transaction refererence(t_ref). in master and details table t_ref is the reference column. instead of update one record in detail. my updated query change change all the reference into one. i feel like escape from my company. i scared pls help. any way to roll back. following is the query i have excuted, which going to cause damage in my life, pls help --update t_details set t_ref='TR2007/02/27-4:16:52 PM' --where serialnumber='771110012657' and t_ref='TR2007/03/02-4:16:52 PM' since u have not backedup TL, you will not find transaction log backup anywhere . Z:\Program Files\Microsoft SQL Server\ ...Show All

  • Software Development for Windows Vista Get "NextState" in Invoke event

    In a state, there are several EventDrivenActivities, in each EventDrivenActivity, there is a HandleExternalEventActivity and a SetStateActivity, for the HandleExternalEventActivity, there is a corresponding Invoked EventHandler, I want to do something in it, and the first thing I want to get is the TargetStateName of the SetStateActivity in the same EventDrivenActivity just below the HandleExternalEventActivity. I'm not sure if this is what you're really looking for, but you might be able to use the StateMachineWorkflowInstance class to get what you want. This class is used to provide additional runtime information for a running state machine workflow instance. You create a StateMachineWorkflowInstan ...Show All

  • Visual C# how can i use the web browser in windows based form to open mht file

    dear all i tried to use the WebBrowser and i used the code webBrowser.Navigate("C:\\m.mht") but the file didnt previewed in the form When I tried that, my firewall asked me if I want to allow my exe to pass. I think some href or src attributes might point to online content. So maybe you have blocking software active also I guess it is no problem, to show c:\m.mht in your browser -- SvenC ...Show All

  • SQL Server Printing error for rs2005 and rs2000

    Hi All I have a question regarding the printing of the report. 1) I have an asp.net apps in which there are some links which point to the report.when comming to the printing of the report only one user facing the problem while printing the report from the print button icon from the report.he is getting eror "an error occurred during printing(0X8007F304)" He is using other application which contain reports and he can able to print the report from same print button. I did search on google for this particular error and in one forum they said to do this 1. Closed all instance of Internet Explorer. 2. Opened Windows Explorer and went to C:\Windows\Downloaded Program Files\ 3. Right clicked on RSClientPrintClass and ...Show All

  • Visual C# C# Book Recommendations

    This sticky here will be used for people to post their C# book recommendations. It will help us keep the forum a bit cleaner than making several topics about book recommendations and also helps everything to be in 1 "spot" and alot of people can see the book recommendations that you have given everyone else in this topic. So please, feel free to post your book recommendations here for developing in C#! :-) If possible, include any links where the person would be able to obtain the book from, and it's ISBN number which would be a big help to everyone! IMHO the *best* book on Windows Forms Programming in C# is: Windows Forms 2.0 Programming by Chris Sells and Michael Weinhardt (ISBN 0-321-26796-6). This covers all aspects of Wind ...Show All

  • Visual Basic SQL Connection accros network

    Hi every One I need to Make My application connected to SQL Server from another machine in Local Area Network I have tried with changing data source name and IP Addres and port number but i fiald Plz Help Thanks For your time  ahmedilyas   The problem Solved It was a security problem between two machines Dosen't Releated to SQL Server Or My Application , it was only                XP Professional SP2 Securtiy   It was solved by changing the Guest Account Password and make it blank     Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA and isometric

    Hello all,   what is the best way (if it is possible) to use XNA and build an 2d isometric view   draw a sprite and rotate it   or are there better solutions   thanks in advance..     g..   Not necessarily.... The isometric viewpoint requires that your camera be set to certain angles to achieve the correct look so that you can even call it an isometric game. If you're talking 3D, you'll have to make sure your camera is set up in such a way that it fulfills these angle requirements. ...Show All

  • Visual Studio Need help building web projects with MSBuild?

    If you're interested in building your web project using MSBuild, we can save you the trouble of posting the question and waiting for an answer :) To build web projects with MSBuild you need the Web Deployment Project add-in. You can get it from http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/ . Another option is to use Web Application Projects , which give you the VS2003 model of working with ASP.NET projects, but the benefits of ASP.NET 2.0 and VS2005. Happy building! Neil I tried using MSBuild to compile a web application project in a machine that has the .NET 2.0 Framework but doesn't have Visual Studio 2005, and it returns the following error: error MSB4019: The imported project "C:\Program ...Show All

  • SharePoint Products and Technologies sql express edition with WSS3.0

    I am in process of instaling WSS3.0. I need to know whether we can use sql server 2005 express edition(as it is the free one) to create sharepoint database. If yes, then what steps needs to be followed to create this database and giving the exta needed permission to database users. Regards Hi Mike, Thanks for your reply.Ya this is true that wss database gets installed automatically in the sql expresss edition but i want to make two point here. 1.WSS gives problems during installation like giving proper permissions in application pool in IIS and also the WSS databases created if WE ARE RUNNING AN SQL SERVER 2005 ENTERPRISE EDITION on that machine. 2.This is a bit basic level question but ...Show All

  • Software Development for Windows Vista Problems playing video that uses the Indeo 5 codec

    I have been testing my company's software application on Windows Vista to check compatibility. The software product makes use of video clips (avi files) that have been encoded using the Indeo 5 codec. These no longer play in Windows Vista! Even when trying to play the avi file in Windows Media Player, it fails. We have checked for the existence of the codec (a file IR50_32.dll in the Windows System32 folder) and it is there but appears not to be registered as part of the Windows Vista installation. The only way we cna register it is by running regsvr32 against the file but using the "Run as Administrator" option. This is not very desirable to end users so is there a way we can do this in our Windows Installer package (tr ...Show All

  • Visual Studio how to find snippets?

    hi everyone. I search snippets in VS document explorer, and choice the "Intellisence snippets", as the MSDN said, HOWEVER, i couldn't found any snippets to download, there were all documents in msdn. then, how can i find snippets Hi Roy_Lee - I suggest you start with this link: http://msdn.microsoft.com/msdnmag/issues/06/04/AdvancedBasics/default.aspx . If this doesn't help, please reopen this thread. thanks, Ken Watson (MSFT) ...Show All

©2008 Software Development Network