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

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

dataMonkey

Member List

Javfarary
vua_rua68
br_other
robinjam
dragoncells
Will Merydith
Denvas
Ruja
BonnieB
SMang
sriniatl
Keith Chapman
KedarP
xRuntime
zbebu
iowa242943
Bigmo
peebman2000
erzfezsf
figuerres
Only Title

dataMonkey's Q&A profile

  • Visual Studio Team System Error when I upload my Porcess Template

    I got this error when I tried to upload my new Process Template, any idea ---begin Exception entry--- Time: 2007-02-07 12:28:42Z Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: The Project Creation Wizard encountered an error while uploading documents to the Windows SharePoint Services server on "ServerName". Exception Details: The Project Creation Wizard encountered a problem while uploading documents to the Windows SharePoint Services server on "ServerName". The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able ...Show All

  • Visual Studio Team System Looking for a way to create a SelF eXtractor (SFX)

    I have a copy of wzipse32 (winzip se) but it doesn't seem to work over the TFS, seems like some sort of running as a service problem. Does anyone else know of any other ways to do this I had actually tried this , but it didn't work because the process was still running at a service TFSService, and there was presumably a popup window which caused it to hang ...Show All

  • Visual Studio Express Editions how to create a graph and data from text boxes

    Hello all i made a rdlc report item. i can not see how to make the data come from text boxes from the screen to offer the data to the graph. it shows how the data can come from database, web service and object. can anyone help how i can make the report graph respond to a text box. Many Thanks in advacne Ian Hello I was confused at first as I was not sure how to explain as the setup as much as I had done was wizard based, thats why i could not see any more options, but i thought more about it last night and i think i have to look into using binding, So bind the data field or something like that.I shall try later. Many Tanks Ian ...Show All

  • SQL Server DTS package insertion error

    hi frnds, im very new to DTS package. i had created the DTS package in SQL Server 2000 to read from the textfile and to populate the values in DB. Source file is text file(delimited file with | as delimiter), destination is DB. while inserting the records in DB . im getting the error as : Transformcopy DTS transformation _ 1 conversion error : conevrsion invalid for datatypeson column pair 1 (Source column 'Col022(DBTYPE_STR),destination column usr_nct_timestp(DBTYPE_DBTIMESTAMP) but i dont hvae NULL values in any of the cols. please help me . thnkx in advance. its urgent. Try posting this in the DTS forum: http://groups.google.com/group/microsoft.public.sqlserver.dts lnk= ...Show All

  • Visual Studio 2008 (Pre-release) Print the contents of a form

    Using WPF, I have laid out a really nice looking form on the screen. Is there a way to send it more or less as is to the printer Or do I have to start over from scratch writing print code. Sure, use PrintDialog.PrintVisual or PrintDocument: http://msdn2.microsoft.com/en-us/library/aa969772.aspx ...Show All

  • SQL Server Double Quotes in CSV File

    I have a lot of data coming in from CSV files.  I have many CSV files (~20), with varying amounts of data- but some are quite large (largest file is ~230mb) I'm trying to import it into a SQL database via SSIS, but the data is a little bit frustrating.  I have data that looks like this: "Text from vendor ""Vendor Name, Inc."" blah blah", "Next string", "", 1234 Many things to notice here - as well you can imagine some of the difficulties here. After parsing, this data should have 4 columns- Column1                                    &n ...Show All

  • SQL Server Updating a row

    Hi I come from a Unix backgound and used Informix ISQL quite frequently. I have a row that contains a compund field 'cust_and_date' and contains a value of C0003 32656 I want to write an update statement that will amend the C0003 to C00009 but leaves the 32656 as is. I tried the following:- update scheme.slitemm set substring(cust_and_date,1,8) = 'C00009' This returned a syntax error Any help gratefully received Hi What i have is a table with 40,000 + rows. I have created a table with just two colums - old_no, new_no What I want to be able to do is to read the original table with the 40,000 rows, identify a record where the first eight characters of the field cust_and_date match the old_no in t ...Show All

  • SQL Server Char Trim

    Hi, I imported records from text file using BCP, in one column I am seeing blank space in starting as well in end. I printed the ASCII code it turn out as 32. But when I tried to trim with LTRIM and RTRIM it didn't work. I tried to replace the character using REPLACE witn no avail. Please help. Thanks. As Dan states, the datatype is interesting here, but if you are using rtrim and ltrim, it shouldn't matter... Please post some sample code like this so we can get an idea of what you are really wanting... drop table test go create table test ( charValue char(10), varcharValue varchar(10) ) go insert into test select 'Test' + char(32) , 'Test' + char(32) go select '*' + charValue + '*' ...Show All

  • Audio and Video Development Taking Screen Snapshots

    Is anyone aware of a way to take screen captures of the video and save those to the player storage for later viewing Real code I stole from my boss, the playlist has a scheduled event when the capture is required: application.addEventListener( "scheduled_event", OnScheduledEvent, false ); function VideoMainCaptureCallback(i,uri) { Player.playlist.play(); } function PlayerVideoMainCapture(filename) { try { Player.video.main.capture(filename,VideoMainCaptureCallback); } catch (ex) { DebugOutput("PlayerVideoMainCapture(" + filename + ") Exception: " + ex.message); } } function OnScheduledEvent(evt) { if (evt.id == 'Five') { Player.playlist.pause(); PlayerVideoM ...Show All

  • Smart Device Development building error

    hi when I build a ppc 2003 program, the error below is launched. 1 fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds d:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\afxver_.h 77 in afxver_.h the error code line blew: #if defined(_AFXDLL) && !defined(_DLL) #error Please use the /MD switch for _AFXDLL builds(the error is here) #endif how to solution it Thank you. hi Achal I have passed the error as your way. thank you. but more other error is launched, please see below, how to solution them, error C2733: second C linkage of overloaded function '_setmode' not allowed e:\ws\windows mo ...Show All

  • SharePoint Products and Technologies Installing SPS 2007

    Could I install SPS07 on SQL Server 2000 In my test instance I receive "Failed to connect to the database server or the database name does not exist". Even through I use domain admin account. I install SPS07 on fresh windows server 2003 sp1 installation. SQL Server has installed sp4. ...Show All

  • Windows Forms Form style/control

    How can i do something like this: http://img7.imagevenue.com/img.php image=29013_control_122_442lo.jpg Group information with option do retract and expand items. Thanks Thanks Bhanu! Mark I never use before GDI. I try with this solutions. Thanks!! Joao ...Show All

  • SQL Server Using Filter function in a Calculated Member

    Hello Guys, I am new to Analysis Services and using 2005. I use the sharepoint portal to pubish the dashboard. This is my UI for the cube built in Analysis Services. I am unable to comprehend why the Filter function will not work with the Calcuated Member. The requirement is to get the Total Employee head count excluding employees in 2 departments. How do I go about doing this... I tried Filter() and Except() and nothing seems to work... Please help... This is what I have so far... Here is what I have... CREATE MEMBER CURRENTCUBE.[MEASURES].[Total Active Head Count] AS ([Measures].[Active Employee Head Count],Sum( Except([dimensionEmployee].[Employee Department].[All].Children , {[dimensionEmployee].[Employee Department].&[Services ...Show All

  • Visual Studio Express Editions error message

    what does the error message " reclist is not a member of newrec.addsong" reclist is my database file, newrec is the name of the program, addsong is a sub to add new songs. i dont undertstand why i get this message not a member of usually means that the object in question, the property or method you have referenced it/trying to access it does not exist in that object. Be sure that you check the intellisense when typing in code to see if the object's methods/properties do exist. ...Show All

  • Visual Studio Team System FXCop rule failure DoNotCallOverridableMethodsInConstructors, fxcop 1.35 build 60331.0

    Using FxCop on a .net 2 C# project, I get a "Rule error". Here are the exception details. Specified argument was out of the range of valid values. Parameter name: offset Source: FxCop Sdk Stack Trace: at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.SkipArgument(Method caller, Int32 offset) at Microsoft.FxCop.Sdk.Introspection.RuleUtilities.Ski ...Show All

©2008 Software Development Network