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

Software Development Network >> sammy chen's Q&A profile

sammy chen

Member List

TA123
jimgong
duck thing
hrubesh
drummstick
floresg
amit9979
yjacket2006
smogit
mariap
ralanjackson
csi_hugh
ChoKamir
lhoodwinkle
Vladimir Chtepa
Gad Rosenthal
nishanttheone
Tim Dallmann
Matt Birchall
Neil Ault
Only Title

sammy chen's Q&A profile

  • SQL Server Is there any reportviewer control available between VS2003 and RS2005

    I was using reportviewer control before when i had RS2000, Now i removed RS 2000 and installed RS 2005 and trying to use the same Reportviewer control via VS 2003 and RS 2005. I am getting error saying unable to load assembly tried multiple times still get the same error. Please does anyone know of any reportviewer control which can be used between VS 2003 and RS 2005. Please please help, any information is greatly appreciated that will save me lot of headache i have been trying almost since 15 days on this. with no success. Thank you very much for your help. ...Show All

  • Visual Studio Smart Client Software Factory (Recipe Framework Error) during Enable and Disable Packages

    Microsoft.Practices.RecipeFramework.RecipeFrameworkException: Unexpected error loading template file name C:\Program Files\Microsoft SCSF\GuidancePkg\Bin\Templates\Items\ServiceAgent\ServiceAgent.vstemplate. Make sure that the template is well formed and try again. ---> System.ArgumentException: The template does not have the correct WizardExtension data. at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate() --- End of inner exception stack trace --- at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate() at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData..ctor(String templateFileName, CommandID command, String packageName) at ...Show All

  • Software Development for Windows Vista Labs\Lab01\Resources

    I am using Beta2. I am new to WorkFlow. While tring to run Labs\Lab01\Resources\ExpenseReporting Sample I get Error. The Error is "No connection could be made because the target machine actively refused it." Please help me How i solve it. vijil Bangalore. I don't know if this is in the labs document for Beta 2, but it is in the current RC version of the labs: Note: You may get a failure in debugging from Visual Studio when you click the Submit Report button in the Expense Application. To avoid this check and set these debugging settings: a. Tools | Options | Debugging | General Uncheck the box labeled “Redirect all console output to the Quick C ...Show All

  • Visual Basic Problem With DataRow

    Hello. My code Adds a New Row from a Source Table called "objTablaOrigen" To a final table called "objTablaDestino". This tables are passed ByRef because they come from a DataSet respectively. objRowNuevo is The Row that will be added to "objTablaDestino" The data from "objRow" is well copied to the "objRowNuevo" (that is the new Row with type of objTablaDestino). 'The problem occurs when the instruction Add is executed. What happens The new row is added as well, but this generates an Exception with the next message: "Object reference not set to an instance of an object.] Err.Trace[ at System.Data.DataTable.InsertRow(DataRow row, Int32 proposedID, Int32 pos) at System.Dat ...Show All

  • Visual C# win forms needing a bit of help

    Hi im needing a bit of help and i think this is the right place i need my win form to show text from a .ini file when it loads but i need the text from lets say line1 in the.ini file to show in textbox1 like a loadfile dialog with out the dialog thanks How can i make it missline 1 and put the text from line 2 in textbox1 and to make it miss the text before the = on that line Thanks ...Show All

  • Windows Forms Need shapes or transparent images, can't use either

    My problem is as follows: I want the user to be able to select a pattern among a grid of 20 patterns: Click here When the user clicks on one of them, a square should draw around it. I used to program with Visual Basic 5. In Visual Basic, I'd simply use a shape control to draw that square, but Visual C# has no shape control. So I tried using a GIF with a transparent background, it didn't work. The picturebox control just parses the form's background color, making the transparency useless. I tried using setting the style so that it supports transparent color, but this feature isn't perfect. Controls with a transparent background just parse the form's background and hide the controls that are under it. Here's a sample of what happen: Click he ...Show All

  • .NET Development Process.Start

    Hi, I tried to open a word document using System.Diagnostics. It works fine when the docuement name doesn't have any blank spaces in it. But word doesn't open the document when the document name has blanks in it. My code snippet: Process process = new Process(); process.StartInfo.FileName = "winword"; process.StartInfo.Arguments = @"C:\\Karthick files\\Test.doc"; process.Start(); It says winword cannot find the file, but the file actually exist. When I tried to remove the blank space in the folder, it opened correctly. I tried to open using Process.Start static method and it worked fine, but I need to create the instance of the process because I'm maintaining the processes which are opened this way. Please anyone of you h ...Show All

  • Windows Live Developer Forums Custom Domains SDK help

    Hello I wanted to know what I need to do to get the CD SDK working! as you can see here http://xpmail.net/wsdlclient7.php I am getting the data I need most of the time. but I can't get stuff like "GetLoginDataTemplate" if I use the url as is in "https://domains.live.com/service/managedomain.asmx WSDL" with just http:// I get an error saying it needs https:// then it says it not there! can any one help with this since the example in the SMK download is lacking the most important parts!  I mean it shows how to call functions that don't exist unless you have HTTP/Request.php I don't see what good SampleSOAPphp.txt is with out the functions! any way thanks for any help! Aquilo, ...Show All

  • Visual Studio Express Editions syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. dear ahmed no i still do not u ndertsand sufficiently, for example, newsong = TextBox1.Text MusicDataSet21.records(newsong).Delete() this code although has no errors until runtime, come back with a strin to integer error, you can see as you are experienced in this area what it is doing although you dont know the exact aplication, and this is just one which i keep changing tio gather a further und ...Show All

  • Architecture database watcher ... need suggestions !!

    Hi all, i'm trying to develope a windows service which will listen on a database table (Oracle database) , when a record updated ,the service will store it on another database . (Sql Server database) the question is what is the best methodology to detect database update my idea is to run a query periodically and check the update is anyone have a better solution thanks. I also think that using a trigger would be the best idea. you can always check the database for changes every certain amount of time using checksums. ...Show All

  • .NET Development Question about WSDL.EXE /SHARETYPE

    Hi,   I have two .ASMX web services and I need to share a typed DataSet – called AdminDataSet -between them.   I used wsdl.exe /sharetype to have one type shared between them, but the result proxy.cs file contains two definitions for AdminDataSet! So I have compile time error.   I checked both wsdl definitions for ASMXs, they both refer to the same definition for AdminDataSet.XSD.   Why WSDL.EXE /SHARETYPE doesn’t work properly with my case   Any help would be appreciated, Alan         Here is the first wsdl:   - < wsdl:types > - < s:schema elementFormDefault =" qualified " targetNamespace =" http://Company.com/Trans ...Show All

  • Architecture SOA Data Aggregation Best Practices

    I'm just starting to think about implementing a SOA in my organisation and have a particular query/problem I was wondering if people had any experiences or best practices with, relating to combining data from different services... For example: Say I have a service which retrieves customer information such as GetCustomerInfo. I call this service passing in an id, and it will return various customer properties such as Name, OpenedData, Status etc which I could then map to a .NET class with public properties for use in my application. I now design a new line-of-business app to store customer referrals. This app will obviously have its own database schema, and as part of this needs to store the customer being referred. In the past, I would pro ...Show All

  • Visual Basic Visual Basic 2005 & Visual Studio.net

    When I try to open a new web site project: I do not get the 'New Web Site dialog with the correct "ASP.net WEB SITE, ASP.NET Web Service, Personal Web Starter Kit and Empty Web Site --Templates. Instead I get the templates that one normally sees when starting a new windows application, so I suspect that something is amiss in my install or setup... Does anyone know how to fix my setup so that I get the correct templates when trying to start a new web project FYI: I try to launch the web project by using the : File/new/web project menu and this is not working as it should... Ideas anyone H.G. iT TURNS OUT THAT I WAS MISSING THE WEB APPLICATIONS EXTENSIONS TO MY VISUAL STUDIOS INSTALL... ...Show All

  • SQL Server Unable to connect to SQL Server database.

    when i click on ASP.NET Configuration and then security it opens a page that says There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. tryed doing what it sayd but didnt go. Look at the connection properties specified within the configuration interface. Try to connect to the server / database using the settings and another application than the ASP.NET applicat ...Show All

  • Visual Studio Team System Visual Studio hangs when doing tree compare

    When trying to perform a tree compare within Source Control Explorer, Visual Studio hangs indefinitely. The folder I am trying to compare can even hold only one small text file and I can reproduce this. When alt+tabbing through windows to make Visual Studio active, the window description is described as "Compare", instead of something like "Start Page - Microsoft Visual Studio". Jason, Can you check to see if the Compare dialog is offscreen What happen if you select a file (instead of a folder) and right-click Compare Do you still see the Compare dialog -Tan ...Show All

©2008 Software Development Network