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

Software Development Network >> Calvin Bell's Q&A profile

Calvin Bell

Member List

laboremus
Mateusz Rajca
dsl_beginner
Jordi Rambla
Michaelliu
Jamie Thomson
tomdart
Cammyr
Asbjørn
Ather.
Stefano Triulzi
Chidu
techuser08
skipinator
Victory-sk
Rabbi Joseph Gordon
vicarious
rene schrieken
chaza
Ted.
Only Title

Calvin Bell's Q&A profile

  • SQL Server DTS/SSIS too many tables warning and subsequent error

    I need to bring over a large number of tables' records (200+ tables) with the Import/Export Wizard. The tables are being imported from MS Access. A separate script run previously will create the tables, so the DTS wizard is only to bring over the data from the Access tables into the empty SQL ones. First, I get the warning that indicates "a large number of tables are selected for copying, and the wizard may not be able to copy all the tables in a session. Select no to go back and unselect some tables, or select Yes to attempt to copy all the currently selected tables at one time". Well, I proceed with the DTS and it tries to validate and takes a fair bit, but then it errors indicating: "Error 0xc0202009: {2F0FABA0-5F4B-4 ...Show All

  • Visual Studio Team System Is there a conversion tool from PVCS to Team System Source Control?

    This question has been raised before in the past in the following forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=614010&SiteID=1 . In case their have been any new offerings I'm re-asking the question. Does anyone know of a third party tool that is being planned to support conversion PVCS to TFS Has anyone successfully performed a conversion from PVCS to TFS Thanks in advance. ___________________________ Sarah Cameron - Incycle Software Thanks for the response. Yes, I think this is a migration path that would be nice to have support for. _______________________ Sarah Cameron - Incycle Software ...Show All

  • SQL Server Dimension Writeback

    I am interested in using the Dimension Writeback feature to solve a specific problem in a forecasting application. I only need to Update attribute values on existing dimension members, I don't need to insert or delete members. Looking at various resources on the web, I think I understand the following ... - I must be using the Enterprise version of SQL Server / SSAS - I need to write enable the relevant dimension from within my development environment - My users need to be using an OLAP Client which supports dimension writeback. Some questions ... - Is my understanding above correct - Do the following OLAP clients support dimension writeback --- Excel 2007 Pivot Tables --- Excel Services running within Sharepoint 2007 --- If n ...Show All

  • Software Development for Windows Vista Vista Cd-Key

    ok, so i dont have my vista cdkey i deleted the email in which i got it from, could anyone tell me if there is a microsoft support site or anything that i could get the email resent sorry but this forum is for software development for Windows Vista, not technical issues. To obtain the key for Windows Vista, you usually recieve an email with the instructions and details. Other than this, please post to the appropriate newsgroup: www.microsoft.com/communities Thanks! ...Show All

  • Visual Studio Express Editions I need some help updating a Dataset when changes are made at the source

    I'm trying to create an application that will have multiple users working off a table on a SQL server. Since multi users will be updating different records at any given moment, how can i get those changes and merge them into my current Dataset. I've been playing around with the GetChanges method and Acceptchanges but they just dont seem to be pulling over the changes and updating my Dataset. Maybe if someone could give me a sample of Code to use or try, anything is appreciated. Here is what I'm trying in my code but doesnt work. Try Me.AccuLogic_SQLDataSet.GetChanges() Me.AccuLogic_SQLDataSet.AcceptChanges() Me.Collect_Work_List_BackupTableAdapter.Update(Me.AccuLogic_SQLDataSet.Collect_Work_List_Backup) M ...Show All

  • Visual Studio Express Editions Row will update/delete but won't save without error

    I know this has been asked before but, as an almost total beginner, I went round in circles with the answers given. With that in mind, please accept my apologies for being dumber than a bag full of dumb things. Anyway, what I'm trying to do feels as though it should be really straightforward, but I'm damned if I can figure it out. I have 2 forms in a simple database program. The main form has nothing more than a datagridview, and a button to add new records to the members database. I use a 2nd form because the data that can be entered is far more extensive than I want the datagridview to display, so I disabled the entering of new records on it. The addmember form is fine, and will save ok, and even updates the frmmain.datagridview, on clos ...Show All

  • Visual Basic MDI Parent to external app

    Hello, Is it possible to use the mdi parent to load an already created app within (else i guess i will have to start rewriting :( ) Suggestions would be useful. Thanks MP Sorry, i had rewritten part of the app to access a new registry key and forgot to change the menu. Thats why i got some errors before. That is now fixed and I am proceeding as above. Thanks again Kimble. Nice space on msn :) Michael ...Show All

  • Visual Studio 2008 (Pre-release) SDK Sample Halos 3D ListView Questions

    Hi all, I got the SDK sample of Halos 3D ListView. It is a good sample of WPF. But the codes quite new to me. Could anyone tell me how can we actually add/remove picture from the list How can I actually add / remove rows of pictures in the 3D list view Could anyone tell me how to make the picture brought out (upon clicked) to be larger size than the default sample size So, my conclusion is that the picture holder also can display video I supposed in WPF Can be activated for playing video upon clicked and stop when it is brought back to the rows of pictures Thanks in advance! fibonacci1123 wrote: Where can I find the Halos 3D Lis ...Show All

  • SQL Server Oracle 9i -> SQL Server 2005: Violation of PRIMARY KEY constraint

    Hi there, When the distribution agent runs trying to apply the snapshot at the subscriber I get the following error message Message 2006-06-24 12:41:59.216 Category:NULL Source: Microsoft SQL Native Client Number: Message: Batch send failed 2006-06-24 12:41:59.216 Category:NULL Source: Microsoft SQL Native Client Number: 2627 Message: Violation of PRIMARY KEY constraint 'MSHREPL_1_PK'. Cannot insert duplicate key in object 'dbo.ITEMTRANSLATION'. 2006-06-24 12:41:59.216 Category:NULL Source: Number: 20253 What could possibly cause this error And how can I possibly fix it Best regards, JB i have the same problem with with Oracle 10g -> SQL Server 2005 (see Link ). I use replication (merge ...Show All

  • Smart Device Development I got a problem when using UDP connection between Pocket PC 2003 Emulator and My PC

    I need to write a project using UTP to communicate between PC and PocketPC , so i install ActiveSync and Virtual Machine Network Service .Problem is when i use emulator on .NET 2005, I can access my computer homepage by using IE moblie(I set my computer ip address as 192.168.0.1) but as i us my program on emulator to send message ,my sever on my PC just can not receive any message form my PockePC emulator anyway. Can someone help me solve this problem Thanks a lot. ps:I ensure my program do not have and problem,because it can use on other computer, but i just can not find any different between this two computer = ="... ActiveSync on the DeviceEmulator does not support UDP. Most likely, ...Show All

  • Visual Studio Express Editions Date conversion

    I need to create folders with the date as part of the name. (How can I remove the slashes) The folder name should be "111206_<student initials>" when application is executed on 11/12/06 msStudentDir = FormatDateTime(today(), "yyyyMMdd" ) & "_" & gsInitials & "\" doesn't work Use this: msStudentDir = Today (). ToString ( "MMddyy" ) & "_" & gsInitials & "\" -- SvenC ...Show All

  • Visual Studio 2008 (Pre-release) Databind Child Object

    Hi, I have an object called Product and that product as a property of type List<Photo>. Photo is an object with an URI and a few more properties. What I want to do is in the DataTemplate access the first Photo of each product. I have something like this for the other properties in the Product Object: <GridView x:Key="gridView" AllowsColumnReorder="True"> <GridViewColumn Header="Tipo de negocio" DisplayMemberBinding="{Binding Path=TypeOfBussiness}"/> <GridViewColumn Header="Tipo de imovel" DisplayMemberBinding="{Binding Path=TypeOfProduct}"/> <GridViewColumn Header="Tipologia" DisplayMemberBinding=& ...Show All

  • Windows Forms Controls appear attractive in design but not runtime

    Hello, I have recently upgraded a number of VS projects into 2005 and I have noticed that for each of these applications the user controls appear different at runtime. When using the designer in 2005 the buttons appear rounded, and more user-friendly (like the buttons in IE) however at runtime (or during debug) all controls appear a ugly, grey, windows 2000 style appearance. If I create an Windows Forms application from scratch in 2005 I get the attractive controls in all cases - It just seems to be the upgrade. Any ideas Regards, Luc Pettett Hi again, just tried the conversion and noticed, that VS2003 application doesn't enable visual styles by default. Try inserting those lines in your startup code ...Show All

  • Visual Studio View multiple drillthrough reports in one ReportViewer

    I want to use only one WebForms page, with one ReportViewer to display all the reports for my project. Some of the reports are tables, and some of the reports are charts. Here is what I want to be able to do: 1) I want to display all reports on one page, using the same ReportViewer, changing reports based on user input, OR based on a user click directly on the report (drillthrough). 2) I want to switch freely between table and chart reports. Here is what I have accomplished so far: 1) When the page loads, either I select to display either a Chart or a Table report. That report displays fine. 2) The page allows me to drillthrough on the drillthrough reports. 3) The page and ReportViewer also allow me to freely switch be ...Show All

  • Visual Studio Express Editions Windows Media Player SDK - close acess to a resource

    Hello, I am trying to integrate a Windows Media Player control into a program I am creating and I am running into a problem. The problem is as follows: Basically, I want to start the player playing a music file and then be able to stop the player and edit it the file and then continue playing it. So running it would be like this, the player is playing "test.mp3" and the program recieves input to concat data onto this "test.mp3" music file. Ideally, the player would stop and release all references to the "test.mp3" music file. Then the program would make the necessary changes to the "test.mp3" file and the player would be set to play the new "test.mp3". The problem I am running i ...Show All

©2008 Software Development Network