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

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

Calvin Bell

Member List

marco.ragogna
Alex Merchant
Jevse
lou_RUS
esloat
rohans84
Rajput
no_penguins
ravikk
lcj
robot_grimaldi
bishoycom
WayneSpangler
ankush sharma
RamGuy
Cyberjunkie
smithsf22
LalitBoliya
Shadoware Technologies
AbhilashN
Only Title

Calvin Bell's Q&A profile

  • Software Development for Windows Vista Workflows on .Net Framework 2 vs .Net Framework 3

    We are looking into doing Workflows with a MOSS 2007 implementation. I have read a bit and downloaded the Beta 2.2 components and the VS 2005 Extensions for developing these. My question is how does this all fit in with the new Workflow stuff coming out in the .Net Framework 3 (aka WinFX) I read that this will run on Windows XP, Server 2003 along with it packaged with Windows Vista but I am very confused. Are these Beta 2.2 versions early versions of the new stuff coming out but built to run on the .Net 2 framework currently or will there be a real release for the 2 framework and the New Vista stuff come out later running on the .Net 3 framework What are the go live options for these (I think I saw something on this I will check) bu ...Show All

  • SQL Server SQLDependency Disconnects for Web application

    Hi, On my ASP.NET 2.0 application and SQL 2005 database server, i am using SQLDependency API to recieve notifications on the dataset changes from SQL 2005 server. I get the notification sucessfully (irrelevant of number of attempts). So here's the problem, i wait for 3-4 mins and make sure that there is no activity on my web server. Now if the data changes the service broker fires the event (i validated through trace). But the notification is never received by my web application. It gets lost in between. I read about this 'Abrupt client disconnects' problem in the article http://blogs.msdn.com/remusrusanu/archive/2006/06/17/635608.aspx but this didn't help much. Also i sometimes see following messages in the profiler <qnev:QNEv ...Show All

  • Visual Studio Team System Recommendations on approach with current 2003 VS Projects with Team System

    We are going to be moving to VS 2005 with Team System. My question is whether it is recommended to attempt to move current VS 2003 projects that are in various stages to Team System and try to modify them to use all the new features of Team System (e.g. templates, tasks, etc...) or only use the full functionality of Team System on new projects and just use the source repository features of Team System on current projects. I'm new to Team System so I apologize in advance if this is a dumb question. Any advice or considerations would be appreciated. Thanks. Team System comes with many tools to simplify development, testing and management of project in general (project lifecycle tools) and it is not directly r ...Show All

  • Visual Studio Team System external ips and fw

    setting up a nat server thats shares my internet conenctions is easy but, is there a way in windows i can use an external ip range and block ports i domt whannt people too you from inside my lan. Can windows 2003 do this ore to i need exstra programs. I know this can be done in linux whit iptables and stuff but i relly prefure windows. This forum is dedicated to the setup and installation of Team Foundation Server. For Windows questions, please try the Microsoft Newsgroups . In particular, I think the Networking newgroup will likely have folks able to help you out. Best of luck- Cheers, Adam ...Show All

  • Visual Studio Express Editions VB 2005 Exp - Running exe file on other PC

    Hi, I was triyng to run my application on other computer and when I start the exe file, the following error ocours: "To run this application, you first must install one of the following versions of the .NET Framework v 2.0.50.727" What can I do Regards, Pedro I'm running it at the same type of system as i developed it on(Windows XP SP2), the only diference is that VB 2005 express isn't istalled on this computer... And in debugging i ain't getting an error neither when i run it on the computer on which i created it. ...Show All

  • Software Development for Windows Vista COM Component Development with ATL

    In recent work, I found some COM components written in ATL cannot run correctly on Windows Vista. Some members of ATL classes which can be successfully called on Window XP return error code on Windows Vista platform. For example, the failure of calling CAtlServiceModuleT.ParseCommandLine() result in unable to register Windows system service. My platform is Windows Vista RC1 build 5483, Visual Studio 2005 Team Edition and Windows SDK Beta 2 build 5483.1.1 (achieved from http://blogs.msdn.com/tomarcher ). I wonder whether ATL is supported in the new platform. If so, what is needed library and how to configure the IDE. If not, is there any other technology to replace ATL I tried to implement an out of process server using ...Show All

  • Visual Studio Express Editions deleting a dataset

    I have a pretty simple question, but I CANNOT figure it out for the life of me. All I need to do is delete some of my datasets that I am not using but I cant. I can delete the table under the dataset, but not the dataset itself. Is it possible Please let me know. Thank you yah, I figured that that is what to do. But I didnt know if I needed to delete the xsd from the project explorer. I thought you could just delete the dataset in the datasources explorer. ...Show All

  • Visual Studio Team System Hang Up Loading Project

    I have a project containing about 3200 objects under TFS source control. When I load the project DataPro often (but not always) hangs. The message at the bottom left of the Status bar says "Validating Identified Objects". According to Task Manager, neither the 'devenv.exe' or sqlservr.exe' processes show any CPU activity. It was hung for at least 1/2 hour before I shut everything down. Amos. ...Show All

  • .NET Development XmlAttributeOverrides and renaming elements

    Hi, I'm using xml serialization to create an xml file, however I need to change some of the names of the xml elements that will be generated (actually I only need to make them all uppercase, don't ask!). I can't change the class that is to be serialized as it has been autogenerated, using xsd.exe, from an xsd I also cannot change. XmlAttributeOverrides appears to be the answer and I have changed most of the elements, however, there are a few elements that I'm having trouble changing. I would love to post some of my own code here but I'm struggling to condense it into something manageable, so I'd like to use the example on http://msdn2.microsoft.com/en-us/library/system.xml.serialization.xmlarrayattribute.aspx . In this example I c ...Show All

  • Software Development for Windows Vista Improper "Shut Down" when opening the command prompt Unable to see "Folder options" in tools menu.

    Hi 2 all, In my system im using Windows Xp sp2 operating system, Im, 1.Unable to see "Folder options" in tools menu and 2.Improper "Shut Down" when opening the command prompt. Please give me a solution, Thanx in advance... ...Show All

  • Visual Basic SQL and variables

    I am having a problem with an sql statements in my VB.net form. The DB is access and the sql is as follows: SELECT [firstname], [surname], [activityId] FROM tblTraveler WHERE [bookingID] = booking Booking is a integer variable, I am not to sure if I have entered the variable correctly into the sql. When I run it it says that there is a missing parameter. Can anyone see the problem here Thanks in advance Graham   Hi,   Not sure but should this be.>> SELECT [firstname], [surname], [activityId] FROM [tblTraveler] WHERE [bookingID] = booking or>> SELECT [firstname], [surname], [activityId] FROM [tblTraveler] WHERE [bookingID] = 'booking' The 2nd one assumes 'booking' is the query search string ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Camera turn / pitch

    I'm trying to move where my camera is pointing at. I read somewhere that you have to do: device.Transform.View *= Matrix .RotationY(angle); But, that only seems to orbit the camera target -- do I have to use LookAtLH or something to move the camera target around Ah, I figured it out... My projection matrix was all wrong; using the following code, the view rotation is now applied to the camera target. device.Transform.Projection = Matrix .PerspectiveFovLH(( float ) Math .PI / 4, this .Width / this .Height, 1f, 20000f); It's probably not neccecary to have such a massive farplane, but my meshes are quite large. ...Show All

  • SQL Server Instalation of SQL SERVER 2005

    I 'm trying to install SQL server tools and I have this message : A component that you have specified in the ADD_LOCAL property is already installed. To upgrade the existing component, refer to the template.ini and set the UPGRADE property to the name of the component. I can't understand what a have to do to resolve this Thanks I suspect you have SQL Express already installed on your machine. You will need to uninstall the tools that are installed with Express before you can install the tools that ships with the full edition of SQL Server. jeff. ...Show All

  • Visual Studio Team System Does anyone know how to link bugs in VS2005 to MS Projects?

    It seems that "tasks" are linked to MS project but "bugs" are not. What the trick Thanks! You can customize work item type definition for bugs to include fields for remaining work, completed work, start date, and finish date that are referenced in the WIT Task. Once you do that you should be able to track time estimates for bugs in project assuming that you have these fields mapped in the project for tasks (otherwise you will have to update the field mapping). Hope it helps! -Mohammad ...Show All

  • SQL Server Matrix control

    Hi all, I'm using matrix control as my reporting tools. But i found one trouble, how can i do my matrix become like this. Product A Product B Customer Price Qty Price Qty Customer A 10 10 140 160 Customer B 12 120 120 160 Customer C 10 10 110 140 The price and qty is the static column, and i would like to make the static row also. (show in red color) but i can't. Please help... Thanks Kendy Hi Idanle, I have upload the excel file. Inside the excel file, the tab name "Defect" is the prob ...Show All

©2008 Software Development Network