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

Software Development Network >> John Sorensen's Q&A profile

John Sorensen

Member List

Giftson
paso
watch is
gafferuk
Bob Palank
Chelion
Salman Maredia
TwilightBrigade
WillieSea
waywar405368
__jjay__
Todd Biggs - Windows Live
edukulla
Slion
MESSA
Wee Bubba
Michael Grau
Flamin
MartinParé
Hooper
Only Title

John Sorensen's Q&A profile

  • Smart Device Development DSP Plugin for Windows Mobile

    Hi, I am trying to making a DSP Plugin for Windows Media Player Mobile. I am using Visual Studio 2005, DirectX SDK, Windows Media Player SDK, Smartphone Emulator and Windows Mobile 5.0 SDK. I am able to deploy my plugin to Emulator. but i am not getting effect of that plugin in Windows Media Player Mobile. Same Plugin is giving me good effects on Desktop Windows Media Player. May be problem is the register of that plugin in Windows Media Player Mobile. If anyone has idea to that, Please reply me. amit.pshah@wipro.com Hoping for a positive response. Thank you in advance. Amit P Shah. Hi Barry, Thank you for reply. Yes ill try to the group mensioned by you. But the plugin i hav ...Show All

  • Microsoft ISV Community Center Forums Cascading command bars for custom add-ins

    I have 3 macros in an add-in that I would like to group together in a custom menu item. Below is the code I am currently using for 2 of the macros that simply add these to the bottom of the Tools... menu as a new group when the .xla is loaded. They work great! However, my preference would be to create a command bar named CMRDashboard which expands to have the two choices below as well as a third option of 'Show Documentation' that I am currently writing. How do you programatically create cascading menu items Sub CreateCMRMenuBar_Item_items() CreateCMRMenuBar_Item_Item DeleteCMRMenuBar_Item_Item End Sub Sub CreateCMRMenuBar_Item_Item() Dim MenuItem As CommandBarControl CreateCMRMenuBar_Item_Item_Delete DeleteCMRMenuBar_Item_I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Fbx File Format ?

    is the fbx file format closed format or do microsoft provide doc on the file format in the xna framework link to article that i have read http://www.3d-test.com/interviews/collada_1.htm why i am asking that is that we can adopt our own mesh format to xna framework example: our mesh format onlye ned one matrix for doing mesh animations the is bone and joint in our mesh cunstructor but when you save the final format out to xml there is one set of vertex data and one set of faces data and the magic one matrix for bone and joint and animations of keyframe per frame so if you have a mesh animation that runs 700 frame total you have to store one set of vertex and faces and 700 deffecnt matrix in a array the ...Show All

  • .NET Development Vista "The web server does not appear to have the FrontPage server extension installed"

    I have Vista and office 2003 installed on my pc and IIS. Everytime I try creating a web site on Visual Studio 2005, it gives me the following error. "The web server does not appear to have the FrontPage server extension installed" PLease advice... Thanks Malik You're getting that error because IIS7 on Vista doesn't use Frontpage extensions. I assume you're developing on the same machine. I spent a long time trying to work out how to solve this. If you open it up locally via the file server, it won't allow you to debug the code. So, here's what you need to do... When you open Visual Studio, but just left click the link to start it, instead, right click and select 'Run as Admini ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game Component Design Guidelines?

    Anyone have any suggestions, tips, experiences, etc regarding designing and developing Game Components With the move of the GraphicsComponent to a service (which makes sense), one of my questions is remains: what makes a good Game Component In pre beta 1, other Game Components that were hinted at were a Camera and Fps Counter. In beta 2, would these still be Game Components, or be left at system-level Is the choice as simple as whether or not your would-be-component has an Update method that takes a single GameTime parameter Same goes for IDrawable, if a Draw method with a single GameTime parameter is sufficient, should this be a Drawable Game Component Is it a never-ending debate such as the guidelines for designing Interfaces ...Show All

  • Visual Studio Tools for Office System.Runtime.InteropServices.COMException: Este comando no esta disponible porque la licencia para utilizar esta aplicacion ha

    Hello, I am using Excel Dlls, or Office PIAS to generate excel files dinamically but i have a problem. The scenario is: I am making a proof of concept to see how the installation of the application must be donde when using office pias so I installed virtual server and office, but I installed only the component of office excel *.net development for excel or something like that. I need to say that the windows 2003 is not activated on the server. but the office 2003 is fine. The code is this public string GenerarArchivo(string NameofServer, string ApplicationName, string physicalpth, string nombreArchivo,string nameoffolder, SqlDataReader sqldr) { SqlConnection sqlconn; Conexion cn = new Conexion(); sqlconn = cn.GetConexio ...Show All

  • Windows Forms On tabpage enter focus textbox...?

    I have two tab pages.In the first tabpage I have some textboxes also in the second tabpage. I wont to get focus on Textbox3 (in tabpage2) when I enter the tabpage2 but it wont do that. This is my code: Private Sub TabPage2_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles TabPage2.Enter TextBox3.Focus() End Sub What is the problem Thank you! Handle the tab selectedIndexChanged event instead of TabPage Enter event, because the selectedIndexChanged event is fired after the TabPage Enter event,it would overlaid your codes write in the enter event. ...Show All

  • SQL Server Running value

    Hi In my report I have the total column,under the total i have two sub fields:no , Row%and i have another column Cumulative total sub fields are no,***% For the Row % under total i write like this: =Round((Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)/Sum(Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)*100,2) For the *** % under cumulative total the expression is: =RunningValue((Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)/Sum(Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)*100, sum , "AgeByGender" ) But i am getting this error: The Value expression for the textbox '* ...Show All

  • Visual Studio Team System TF53018: The application tier SERVER is attempting to connect to a data tier with an incompatible version

    There is such error in event log on try to connect to source control: ------ BEGIN OF ERROR TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 10/23/2006 5:01:26 AM Machine: SOLARIS Application Domain: /LM/W3SVC/3/Root/VersionControl-6-128060532856161741 Assembly: Microsoft.TeamFoundation.VersionControl.Server, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details:   Process Name: w3wp   Process Id: 620   Thread Id: 3180   Account name: DOMAIN\tfsservice Detailed Message: TF53018: The applic ...Show All

  • Smart Device Development Deployment and/or registration failed with error: 0x80070070. There is not enough space on the disk.

    I tried building the camera API and got this error. I went and saw the space using Space Maker Storage (Flash) Storage Total: 27.98 MB Used: 4.60 MB Free: 23.39 MB it displays this. Please help me ------ Build started: Project: CECamera, Configuration: Release Any CPU ------ CECamera -> C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\Cs\Cecamera\bin\Release\CECamera.exe ------ Deploy started: Project: CECamera, Configuration: Release Any CPU ------ Deploying 'C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Designtimereferences\Microsoft.WindowsMobile.dll' Deploying 'C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Designtimereferences\Microsoft ...Show All

  • .NET Development Different install folders for Windows .NET Service versions

    I have a .NET Remoting object (Framework v1.1.4322) made available to clients via a Windows Service. The service and Remoting object and the dlls (.Net assemblies) it uses are all installed in the ...\Windows\System32 folder. The assemblies are not strong named and InstallUtil was used to install the service. I have a new version of the Remoting object and the associated dlls. The Remoting object and the dlls all have the same names as the older (currently installed) versions. Is it possible to create a new service that hosts the new Remote object and install this service in a different folder (than System32) and have it find the correct dlls Is it possible to do this without changing any of the assembly names or strong-naming them and ins ...Show All

  • Visual C++ Converting System::String to LPCWSTR

    I've been looking for a long time as to how to solve this, and eventually just thought I'd ask. I've been told of A2W, which apparently cannot convert from System::String (so says the compiler error), I've tried converting to a wchar_t first, but the method won't accept it, and I'm running out of luck. Here's what my code looks like now. pin_ptr<const wchar_t> wch = PtrToStringChars(fileName); IAVIFile *aviMedia = NULL; IAVIStream *aviStream = NULL; AVISTREAMINFO *aviSInfo = NULL; AVIFILEINFO aviFInfo; LONG bufferSize = NULL; DWORD length = NULL; wchar_t wcFileLoc; Single vidLength; AVIFileInit(); wcFi ...Show All

  • Visual Studio Express Editions BindingSource.Filter Question

    Hello, I'm looking to find duplicate records but I can't seem to get my bindingsource to do so. I'm looking for something like this: mybindingsource.Filter = "ssn HAVING COUNT > 2" I want to return only records that have two or more ssn's. EZ1976, BindingSource.Filter property gets or sets the expression used to filter which rows are viewed. Typically used in complex data-binding scenarios, the Filter property allows you to view a subset of the DataSource. Only underlying lists that implement the IBindingListView interface support filtering. When Filter is not a null reference (Nothing in Visual Basic), the BindingSource passes this property to the underlying list. If you set this property during object initi ...Show All

  • Visual Studio Express Editions help plz

    i made a small program which load a sqlserver express 2005 database. it is fine running on my computer,but when it runs on another computer, it can not connect to the database. the two computers' hardware configuration are the same,celeron 2.4g(maybe), 256m ram, window xp professional sp2. and i install frame work 2.0 on both computers. can anybodoy tell me the reason part of the error message: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specif ...Show All

  • Visual Studio Team System # Bytes in All Heaps performance counter

    Hi, Do I understand correctly that # Bytes in All Heaps performance counter (.Net CLR Memory) is the actual amount of memory in bytes being used by the application being tested Thank you. ...Show All

©2008 Software Development Network