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

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

amdarden

Member List

Unjedai
Raguvind
pappascd
BlackMan890
BigBoom
Thomas Ivarsson
Neal Sidhwaney
jeffery chan
KMPDEV
Michael Cummings
sc_simsl
softwarejaeger
Menachem_P
CruzPedro
pmak
DEC ERO
windows_mss
YMaod
Dan Mikkelsen
Hammad_Awan
Only Title

amdarden's Q&A profile

  • Visual Studio Team System Licensing Question

    Can anyone tell me if I am correct about the following 1) For those owning Visual Studio Team Suite, there will be no cost for Datadude. 2) For those owning any other version of Visual Studio (Professional version and higher), there will be a cost for Datadude. If #2 is correct, can anyone tell me what the cost will be Our development team is using Visual Studio Team Edition for Software Developers. My understanding is that we will need to pay for Datadude. I am try to plan for the expenditure. Thanks - Amos. Amos Soma wrote: At $3K per seat, on top of what we paid for VSTE for Developers, my request would almost certainly get turned down. Hi Amos, Just a tip, get a hold of you ...Show All

  • Visual C++ C2244 Unable to match function definition to an existing declaration

    Hi All, I have the following code, which was compiled and linked fine under VS2005 RTM: CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *) { #ifdef SSE2_INTRINSICS_AVAILABLE if (n >= 4) return (T *)_mm_malloc( sizeof (T)*n, 16); else #endif return new T ; } After applying VS2005 SP1, the same above code got the C2244 compilng error, as shown below 1>.\integer.cpp(51) : error C2244: 'CryptoPP::AlignedAllocator<T>::allocate' : unable to match function definition to an existing declaration 1> c:\dev\cryptopp5\integer.h(33) : see declaration of 'CryptoPP::AlignedAllocator<T>::allocate' 1> definitio ...Show All

  • .NET Development .Net remoting error

    I want to share a common connection object between my applications on a single client. so i am using .Net remoting feature. I have created a serializable class on server where it returns the serialized onnection object to the client. But when i am using this object on client i am getting an error " Remoting cannot find field 'ObjectID' on type 'System.Data.SqlClient.SqlConnection'." I am not getting it whether i am correct or not. please help me out. Regards, Varsha See the link from that other post for an example. Flowing means that the client's transaction should somehow reach the server and they should both take part in a distributed transaction. ...Show All

  • Visual Studio 2008 (Pre-release) Possible Bug.... WPF throws excpetion when opening new window....

    The situtaion is as follows: I have two windows defined, window1 and window2. Window1 is the startup of the application... In some cases I need to open window2 before window1 is even shown. In the case where window2 doesn't need to be shown before window1 everythig is fine. In the other case where window2 DOES need to be shown before window1 the following exeption is thrown (after that window closes using this.close() method): An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll Additional information: Cannot create instance of 'Window1' defined in assembly 'MeiRouInterface, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exception has been thrown by the target ...Show All

  • Visual Studio 2008 (Pre-release) When to use windows browser app?

    Hello, I'm wondering when is it beneficial to use a winfx browser app, as oppose to the regular winfx windows app I have a list of questions/concerns...sorry about the lenght of this posting :-) I'm playing with xaml at home, and I think it is the best way of developing ui. It really seperates the roles of the designer and the programmer. But, in my work place, even for intranet applications, business people are really attached to thin clients (ASP.NET). I think most businesses are like that. I was thinking if the middle tier is developed using web services (wcf) then I could develope a rich client that runs in the browser (winfx browser app). a) So should I develope a rich client as a browser app b) Is that what brow ...Show All

  • Visual Basic String without terminator "

    Hi there, I was using an array of chars to take chars from a serial port buffer. But, when I do a cast to a string, for some strange reason, my string becomes something like string="haskjdh Without the last " !! I think this is really strange, did it happen to any of you P.S. Now I use the ReadExisting method that returns a string directly, but I really curious about the reason for this strange error :-) Thx Code: Dim buf(100) As Char If (Me.SerialPort1.BytesToRead > 0 And Me.SerialPort1.BytesToRead > 100) Then Me.SerialPort1.Read(buf, 0, 100) ElseIf (Me.SerialPort1.BytesToRead > 0) Then Me.SerialPort1.Read(buf, 0, Me.SerialPort1.BytesToRead) End If dim st as string=buf ...Show All

  • Visual Studio Team System Passing credentials between WSS & Report server

    We have a single server TFS setup with Window SharePoint and SQL 2005 Report Server installed on a stand-alone Windows server 2003. Each user has a local account on the server for access In IIS SharePoint is the Default Web Site on TCP port 80, and the Team Foundation Server website is on port 8080 From a different client I start up my web browser and go to the Sharepoint site - I am prompted for a password as expected. I am able to navigate through the menu items, including bringing up the list of "work items". But when I click on an item to open it, I am again prompted for credentials. I have noticed that when open a work item the browser is directed to port 8080. I seems as if my login credentials are being passed ...Show All

  • SQL Server SSIS <DTS:PackageVariable>

    Just noticed I mis-posted this on public DTS forum so posting here. I'm building packages programmatically. I notice that if I open them in BIDS after building them, then make a change, my package grows in size trememdously. An example today went from 60k to 90k. The reason is that when the package is resaved in BIDS a large section of XML is added with <DTS:PackageVariable> info. I read on http://sqljunkies.com/WebLog/knight_reign/archive/2005/1/13.aspx why this info exists. My question is, since I'm not creating it programmatically, do I need to It seems that it doesn't have to be there for the package to run correctly. Am I safe creating packages that do not have this section of info Thanks! ...Show All

  • Visual J# Input Java (Sun) on J#

    Can i input my Java code on J# and add java api on J# Hi, I have sizeable java (sun) codebase. Is there any way I could create the j# project by giving the starting folder to the IDE I can add java source code file to the project manually by usineg Add -> Existing item, but fore large project containing a few thousand files this can be quite time consuming. Thank you, DamnD ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Develop limitation?

    I read that XNA programming game can be used or played on XBOX only if XBOX is permanently linked to PC. Is it true Second question: If I build a windows game, can I sell it Do I need some license from Microsoft Are there any limitation for Windows XP (something like XBOX license limitation at the moment) Thanks simon Lets assume I wrote a superb XNA game, it runs well and it about as good as the other xbox live arcade games, what are the chances Microsoft will actually get in contact with me about selling the game on xbox live arcade Is there a size limitation of xbox live arcade game, might it be possible in the near future to download 1 GB big xbox live arcade games that have as much content as r ...Show All

  • SQL Server Remove SP1 or install SP2 Dec. CTP

    This sounds trivial but it has become an issue here. We had the original RTM of SQL2005 with Reporting Services installed and running fine. We were explicity NOT installing SP1 because of a feature that was removed from reporting services (the select-all checkbox in the multi-value parameter). This feature is supposed to be back in SP2. So wouldn't you know it, somehow someone inadvertently installed SP1 in the course of doing windows updates and now users are complaining about the missing select-all checkbox. I figure my options are to either install the SP2 Dec CTP or try uninstalling SP1 (if that's even possible). Any recommendations Problem solved - I installed the hotfixes and now the select-all che ...Show All

  • Visual Basic How to change the font of specific items in a ListBox

    Hi,   Some help please.   I have this code to add the font names to a listbox   Dim FontCollection As System.Drawing.Text.InstalledFontCollection = New System.Drawing.Text.InstalledFontCollection Dim Font As FontFamily For Each Font In FontCollection.Families     ListBox1.Items.Add(Font.Name) Next   It adds the font names only. I want to show the style too. How can I do that.   Like this: ListBox Items   Arial Arial Black Times New Roman Courier New Algerian Broadway Hi, Try this. Throw an exception in the fontstyle Dim FontCollection As System.Drawing ...Show All

  • Visual Basic print dialog box

    I have a VB 2005 app that utilizes a Crystal Reports viewer (CRViewer). I have this code: CRViewer.PrintReport A print dialog box appears when the code is run. I want to do one of two things: 1. eliminate the box all together. 2. run code following the PrintReport command if user chooses to cancel printing. How do I accomplish these Viewing related posts and searching MS Knowledge base has not helped. I am new to VB 2005. TIA. ...Show All

  • Visual Studio Team System CTP 7 on Team Suite, Schema Import - "statements were not fully understood"

    There are numerous statements like this: ALTER TABLE [dbo].[DCJStatTx] NOCHECK CONSTRAINT [FK_DCJStatTx_DepartmentDeptSchedule] GO ALTER TABLE [dbo].[DCJStatTx] NOCHECK CONSTRAINT [FK_DCJStatTx_EmployeeEmployee] GO ALTER TABLE [dbo].[DCJStatTx] NOCHECK CONSTRAINT [FK_DCJStatTx_JobOpenJob] GO ALTER TABLE [dbo].[DCJStatTx] NOCHECK CONSTRAINT [FK_DCJStatTx_JobStatusStatusCode] GO ALTER TABLE [dbo].[CustInvNotes] NOCHECK CONSTRAINT [FK_CustInvNotes_Division_AcctDivisions] GO ALTER TABLE [dbo].[CustInvNotes] NOCHECK CONSTRAINT [FK_CustInvNotes_CustomerNCustomer] GO ALTER TABLE [dbo].[QQOrderDet] NOCHECK CONSTRAINT [FK_QQOrderDet_ProductID_QQProducts] GO ALTER TABLE [dbo].[QQOrderDet] NOCHECK CONSTRAINT [FK_QQOrderDet_SizeIDQQSize] GO .... ...Show All

  • Visual Basic Re Opening : Add New MS Access Connection using Wizard

    Hello, In another thread I followed the discussion about the fact that when adding a new connection, using the wizard in VS 2005, the following error appears: "Format of the initialization string does not conform to specification starting at index 0." The thread is this one: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=133896&SiteID=1 I have the Reg-keys as mentioned, and I have an empty class in my project... Anyone Rob Rob Joosen, It is a pity that I cannot provide you any valuable answers, that makes me ashamed. :-) Actually when I search Google or MSDN by the keyword "Format of the initialization string does not conform to specification starting ...Show All

©2008 Software Development Network