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

Software Development Network >> Jamie Thomson's Q&A profile

Jamie Thomson

Member List

fishy_swa
mrpu
dvboom
Javahar
mabxsi
lailaland
zhihao
CaRNaGe_46038
mvsure
Jitusj
Howard Pinsley
martona
lasa
G. Dean Blakely
Keith Newton
HopeDreamsComeTrue
Mindcrime
DTHMTLGOD
Mark Sargent
bluejay_2006
Only Title

Jamie Thomson's Q&A profile

  • SQL Server need help to connect to remote server from client

    Hi, I have a small problem. I have installed MSAS2005 (Analysis services) and Client components and Books online from the advanced option say machine A. I have a MSAS2005 server running on a remote machine say B. I wanted to connect to the server on B from A. When I am trying to connect I am not able to see the cubes on machine B. Things that I have done. Machine A Installed Client components, books online, Analysis services. Haven’t processed the cube. Machine B Have installed everything and have processed the cube. Is it possible to connect in this way. Or have I missed anything. Please let me know. Thanks in advance for the assist. Boudhaditya Hello Boudhaditya, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XAP Importer

    Hi, I'm loading files from a windows form test application and I want to load XACT audio assets, but my idea was to ask the user only for the xap project filename, generate the files into a folder in run time and then simply load all the generated data according to the extensions. I've been doing MSBuilds for other standard importers, but I just can't find the names for the importer and the processor. My documentation shows N/A when it comes to XACT projects. Any idea    Thanks! I finally figured out how to make the outputs work for the call to Engine.BuildProject, just in case somebody is interested, the problem was that I was taking fo ...Show All

  • .NET Development How doesThreadPool really work?

    Dear folks, I wonder how to use properly the pool multithread that Framework bring us with the 2.0 version. My goal is to reach three threads running at the same time (as a maximum) and when comes the four one whether are running the previous ones, do a sleep until find a place for that. My schema is the following: If icont > 3 Then If Thread.CurrentThread.IsAlive Then **** This is a four one T_GestorHILOS.QueueUserWorkItem( New WaitCallback( AddressOf PruebaVarios), objeto) ****I wonder about this suspension.. It affects the third or fourth Thread.CurrentThread.Join() icont = 1 End If ...Show All

  • Visual C# events response time?

    this problem faces me alot which is some of the events didn't execute the code that it responsible to execute until i put a messagebox in the beggining of the execution block,take this as an example which is a event from a combebox events "SelectedIndexChanged" private void CB_SelectGroup_SelectedIndexChanged(object sender, EventArgs e) { //System.Threading.Thread.Sleep(2000); MessageBox.Show("kk");// <----------------1 int counter = editDataset.Tables[1].Rows.Count; for (int i = 0; i < counter; i++) { if (editDataset.Tables[1].Rows .ToString() == CB_SelectGroup.SelectedText && selectedTextInfo[CB_SelectGroup.SelectedIndex, 1] == editDataset.Tables[1].Rows [1 ...Show All

  • Visual Studio Team System Fetching whether Multiple check out is enabled praogrammatically using TFS API

    Hi Can any1 suggest me the way to fetch whether "Multiple check out" for a project in TFS is turned or not, programmatically using TFS API You can check the ExclusiveCheckout property on the TeamProject class http://msdn2.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.teamproject_members(VS.80).aspx To get the TeamProject instance, you can use GetTeamProject or GetTeamProjectForServerPath (depending on what you have already) off the VersionControlServer object. http://msdn2.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.versioncontrolserver_members(VS.80).aspx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How To: Load Resources (Cannot Find Server)

    Well, I'm guessing somethings wrong with that documentation page From the readme: http://msdn.microsoft.com/directx/XNA/gse/readme/default.aspx "You may encounter broken hyperlinks in the documentation. To work around this issue, look up the corresponding topic in the documentation index." ...Show All

  • .NET Development Memory issue

    Hi! I don't understand the .Net memory magnagement. I have a application, when run it .... consume 16.280 KB of RAM, if i don't touch the app(idle) ... this value is constant along hours, but if i minimize the app then consume 8.000 kb, if and then maximize again consume 12.000 KB ... whats happened I have seen similar where my application consumes a lot of memory, expected mind you, and doesn't release it, at least in viewing Perfmon, until on minimize. I did not see a significant spike when maximizing it...but I wasn't doing any mayor GUI processing which caused a significant increase. ...Show All

  • Windows Forms Is it a bug? Starting multiple .NET applications from .NET Windows Service.

      Subby Dev wrote: I started the jit on dev machine and found a clue that this exection is win32exception and raising in the Windows Application (Form Appliction) which is being started by this service. Here is the what I saw, but I am still not sure why this error comes after 24 processes are started without such error. Any comment Errors:         1. An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in system.windows.forms.dll Additional information: The parameter is incorrect And 2. An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in system.windows.forms.dll Additional information: Error creating wi ...Show All

  • Visual Studio Team System Any sign of CTP6?

    Hi all, Can you tell us when CTP6 will be appearing I have a decision to make early on this week on my current project and the answer to this question will affect my decision. I don't expect you to answer but I thought I'd ask anyway. Thanks -Jamie ...Show All

  • Software Development for Windows Vista Problem with Workflowdefinition??

    Hi all I seem to be having a problem with the workflowdefinition. If I add a branch to a parrallel activity to a workflow at runtime from a host, The workflow runs but when I try to retrieve the workflowdefinition to show it in the designer I get the following error: Unexpected end of file while parsing Name has occurred. Line 19, position 16. Could somone help me with this Thanks Mario Hi Tom Thanks for your interest. I am using Beta 2.2 but it is hard to give an example here as it includes a predefined workflow. I am creating a workflow from my application and then changing it from the host at runtime in order to reflect changes in the environment. When I add a custom activity, I seem to ...Show All

  • Visual C++ How can I know the selected string of a ClistBox??

    I need know the selected String of a ClistBox.With Getcursel I know the position but the String Thanks nobugz wrote: Did you try GetText() One minute ago I got it with GetText. Thanks ...Show All

  • Visual Studio Integration of VSS 2005 and SQL Server in VS2005.

    Hello, We are in-process of integrating SQL Server stored procs in Visual Sourcesafe 2005. I was just wondering if we can do each and everything from Visual Studio 2005 IDE, one click solution, just like what it has for normal source code (c#,aspx). How can we customize VS2005 to intereact with Sql server procs with check-in/check out procedures. I understand VSTS for Database Professionals can be installed for this. I know very little about this. I assume this requires extra softwares to be installed. I want to make an environment seamless to developers for their .net development and database development. Thanks in advance. blues22 Blues, You can add a "database project" to your solution. It's not quite 1-cl ...Show All

  • Smart Device Development Smart device CAB project - registry error during build

    I am building a CAB file for a Pocket PC application in Visual Studio .NET 2005. In VS .NET 2003, there was a fairly straightforward option to 'Build CAB file' in the project context-sensitive menu. As far as I can see, in VS .NET 2005, one has to add a Smart device CAB project. I have followed walkthrough 'Packaging a Smart Device Solution for Deployment' available in VS .NET 2005 online help and completed all the steps. When attempting to build the cab file, I receive the following error in the output window: Warning: Section [RegKeys] registry value "" has an empty string for the data Error: CAB file "P:\MyApp_Setup\Release\MyApp.CAB" could not be created I am guessing that VS wants me to do some extra wor ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How similar is this to DirectX?

    I started Windows programing two days ago...but I'm used to programming on other systems. Anyways, the lack of docunation for the xna framework sucks and I was wondering how similar it is to another doc so I can work with that Could I be able to read tutorials online dealing with DirectX and apply them to XNA Managed DirectX wasn't always quite as .Net like as some of us would have liked but thsi actually helped becuase the API was very similar in places to native DirectX so it wasn't too hard to follow c++ code. However XNA has made big changes to simplify and and make more .Net like which means that, though the priciples are the same, the APIs look very different in places. So there may be confusion ...Show All

  • SQL Server SELECT Query duplicating rows

    Hi, I have a small problem that i cant seem to get my head around regarding the results of the following SELECT query. The result set contains two rows for every Employee - one for Annual (EntitlementID = 1) and one for Long (EntitlementID = 2) Where have i gone wrong Thanks in advance. --Tables: Employee (EmployeeID, EmployeeCode) -- EmpEntitlementValue (EntitlementID, EmployeeID, Balance) -- Entitlement -- Department -- Position -- Contact (FName, LName USE Employees go SELECT EmployeeCode As 'Employee Number', FName + ' ' + LName As 'Employee Name', Department .[Name] As 'Department', Position .[Name] As 'Position', CAST(DAY(DateStarted) ...Show All

©2008 Software Development Network