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

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

harlequinben

Member List

Gabyx
Roto
interpro1
Miles100
Shihan
ryan.rogers
volverine
Simon Ellis
Leonard Lee
Duncan Woods
Lawrex
Nightowly
Paul Baudouin
Murali Krishna K
diceydawg
Jeremy Jarrell
Mark Benningfield
Petrus
Juergen Lorenz
LTD
Only Title

harlequinben's Q&A profile

  • Visual Studio 2008 (Pre-release) Tcp error 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted

    I have developped an application that call a WCF service Two ChannelFactory<T> has been opened in try block and they are close in finally block. This operation is carried out in a while condition and it's executed 30000 times. while (i<30000) { try { OPen ChannelFactory<T> OPen ChannelFactory<T1> } finally { Close ChannelFactory<T> Close ChannelFactory<T1> } } When i arrive at 2000 calls i have this error : System.ServiceModel.CommunicationException: Could not connect to net.tcp://srv-mpl-int12:4151/ISupplier. Tcp error 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted. ---> System.Net.Sockets.SocketException: Only one usage of each socket add ...Show All

  • Visual Studio Deploy web app with ReportViewer to hosted site EMBEDDED mode

    I'm using a ReportViewer control in an .aspx page using ASP.NET 2.0 in Visual Studio 2005 Beta2.  I want to deploy this ReportViewer control to my hosted site at WebHost4Life in "local" or "embedded" mode. My report runs fine on my development machine.  But when I deploy it to my hosted website at WebHost4Life, I'm was getting this error. Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11 or one of its dependencies. The system cannot find the file specified. I then searched my development machine and found these two files, which I then copied to the bin folder in my hosted website: Microsoft.ReportViewer.Common.dll M ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Will there be a Beta 2 of framework?

    Will there be another beta of the framework I'd love to get started on converting my existing code to XNA, but there are currently enough deal-breakers to make me wait and see if the fixes turn up. Andy. George Clingerman wrote: Just out of curiousity, what are these "deal-breakers" in the current framework that are preventing your conversion Just kind of curious what problems you have or know of that are just entirely preventing you from using the XNA framework. Seconded. ...Show All

  • Visual Basic Cannot Publish Project

    Every time I try to publish or debug my project, it says that the build failed and the only error that comes up is: "Unable to write manifest 'obj\Debug\URL Scan.exe.manifest'. There was an error generating the XML document." URL Scan is of course the name of my project. I was wondering if anyone knows why this is happening or how to fix it Thanks for any help. Did you happen to have this file already open in some other application - say notpad. Or was it open within the IDE itself. If you came out and restarted visual studio - did the problem still persist. Does this file have any strange properties set - such as the readonly attribute. You can check the file properties using w ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library

    I have experienced problems with my MusicMatch Jukebox. It became corrupt and fried my external hard drive with about 90 gigs of music/movies. I lost all of those files and had to reformat the drive as well as mess around with my PC's BIOS. Finally I uninstalled MusicMatch, reinstalled it only to have this message appear. Microsft Visual C++ Runtime Library Program: C:\Program Files\MusicMatch\MusicMatch Jukebox\mmjb.exe This application has requested the Runtime to terminate it in an unusual way. If anyone has any solutions or has experienced similar problems please help me out. I am not very knowledable with computers and not having access to music really hurts. Thanks This is not the forum for this question. You ...Show All

  • Microsoft ISV Community Center Forums Autofilter criteria's

    Hello everyone, This might be really simple but I couldn't find the answer for it.What I'm trying to achieve is that I need to find all the possible autofilter criteria's of a single Excel list field (Column) from VBA. I know I could just iterate over the column's cells and distnictly find the values and store them into an array, but I'd really be intrested to know if there is a property which already gives me that. thanks, Mohamed hey good ideea, Found something else when pressing the F1 magic key: Columns("A:A").Select Selection.AdvancedFilter Action:=xlFilterInPlace, Unique:=True ...Show All

  • Visual Studio 2008 (Pre-release) Animating a camera

    Hi, I'd like to be able to animate the position and LookDirection of a PerspectiveCamera from within the camera itself. In other words, another class can call _camera.Animate(point, vector) and the Animate method will apply an animation. I can get it working (not perfectly) using PerspectiveCamera.BeginAnimation(), but I understand using StoryBoards is more desirable. However, I'm having trouble understanding what I need to do to get a storyboard working from within procedural code. What sort of object do I need a reference to - is the camera enough, or do I need something else If there is a nice sample for animating the camera out there, that would be good too. Cheers, Ashley OK, found what I was lookin ...Show All

  • .NET Development Not the same Primary Key in DataTable and in SQL Table

    The database: I have three tables in a Microsoft SQL Server 2005. Those tables are given and can not be changed. The main table of those three is called spbTable and has a primary key (int) called spbId. Further settings of this primary key are: (Is Identity) = Yes Identity seed = 1 Identity increment = 1 The other two tables are dependent on the spbTable with the foreign key spbId. The code: I am coding a web application using C# (ASP.NET 2.0 and ADO.NET 2.0). I was generating three DataTable using the Designer of VisualStudio 2005. So I have three TableAdapter, one for each DataTable and each DataTable has its own sql commands. The code I wrote looks like the following: ...Show All

  • SQL Server Blank pages in report preview

    Hello, Everyone, I'm new to Reporting Services.  I wrote a report today containing one grouping.  Everything appears all right in the report preview, except that every other page is "blank", i.e., shows only the page header and page footer; all grouping and detail information is missing.  The data on the page following the blank page seems to pick up where the previous non-blank page left off, so all information seems to be present within the report. The report width and height properties are typical portrait-style  -- 8.5 x 11 inches.  The columns do not "run off the edge" of the report page boundary.  I haven't selected any page break for the grouping, as the grouping detail is typically only a few rows ...Show All

  • Visual Studio Team System users can not save WI

    Hello, everyone One of users has created some work items, and his name appears in "Created by" field, I've excluded this user from any team group. Now, other workers want to edit his work items but they can not save them, they get the next error: TF20015: The field "Created By" contains a value that is not in the list of supported values. After I've added this user to Readers Group everything works well, but what if this man does not work anymore in company and his user does not exist anymore Can anyone explain how to resolve this problem Thank you One way would be to change the "Created By" Field. If your WI type says this fields has "Read-Only ...Show All

  • Software Development for Windows Vista Workflow compiler error: "Attribute 'Class' not found on the root activity."

    I have a console app that programmatically builds a workflow. It creates a sequential workflow object, adds activities (implemented in a separate DLL) to it, serializes the generated workflow definition to a XOML file,  compiles the XOML definition to an assembly (DLL), and executes the workflow (we are building a prototype here, so at this point everything is done within one program). It seems to work, but there is one problem: the WorkflowCompiler.CompileFromFile method generates the "Attribute 'Class' not found on the root activity" error message. I kinda understand what is going on here: the compiler needs to build the type (Namespace.Class) and since the workflow was generated programmaticaly there is no type ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Microsoft's future policy for redistributing Xbox 360 games?

    Before I commit serious time and effort to the XNA framework, I'm wondering if anyone knows Microsoft plans for allowing us to redistribute our games for Xbox360. I'm an academic. Let's say I want to make some educational/simulation games that my students can use on the Xbox 360. Will I be able to provide them with a CD or download link in XBox live As far as I can tell so far, the only games I can write are for myself. r2d2-proton wrote: We'll all use the same API's and have access to the same distribution channels. Not really. The publishers that the industry companies use aren't usually going to distribute indies games. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ARGH!

    Alright I have done everythign and looked everythign up on how to draw a sprite no matter what I do i get an error argh! I am using DirectX 9 with Visual C++ 2005 , Can anyone make me a sample code for me so I could see visualy what I am doing wrong. Just a simple draw sprite on the screen SOURCE CODE would be nice :). I get this error, I have posted it on gamedev.net to get more then one opinion http://www.gamedev.net/community/forums/topic.asp topic_id=413120 and i have used this example from msdn forums http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=669329&SiteID=1 ...Show All

  • SQL Server Stored Procedure Vs Data flow transformations.

    Hi Folks, I'm currently looking into SSIS, to establish whether or not it can improve on an existing stored procedure. We have a sp that performs standard ELT functions: it extracts new (or newly updated) data out of A, transforms it, and then loads it into B. It runs as part of a scheduled job and takes approx 60 seconds to complete. Fine. But we want it to go faster, and this is where (we hope) SSIS comes in... I'm approaching this area of SQL Server 2005 for the first time, and have been looking towards the data flow task and its transformations to provide such an equivalent, faster solution. Before I continue down this road however, I would welcome some peer feedback/comment on whether SSIS - and its data flow transformations ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Update frames for 2D animations

    Hi all, In my previous program (C# + MDX), I use the Timer in System.Windows to update the frames by using suitable time interval. Now I would like to change to use XNA. But I don't know whether the Timer class will be supported in XBox360. Therefore, I would like to ask whether there are better ways to show 2D animations. I have read the 2D animation in "HELP". But I would like to know whether there are any other approach. All the animations update the frames in the 'Update" function and therefore all the 2D animations update the frames in the same time. If the fps varies, the timing for refreshing the frames also varies. That's not what I want. Thank you very much I may have the wrong id ...Show All

©2008 Software Development Network