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

Software Development Network >> Didac Pallares's Q&A profile

Didac Pallares

Member List

doczap
Quilnux
sam_soccer
dsallow
Ralf Kornmann
netpicker9
Aaron Sulwer
Luis Esteban Valencia MCP.
Jorne
em325409
Leo Liu
kgs1951
Dietz
Derek Ekins
dlcollison
LeoXue
Webbert
Hemant Kumar
Gunston
Joe H
Only Title

Didac Pallares's Q&A profile

  • SQL Server Creating a Primary Key

    I have a table called 'RepCust' consisting of just under 1.5 million rows. I need to create a primary key based on the first six columns. Of these, the first colum is SmallInt, the next three are strings and the final two are SmallInt. If I modify the table in SQL Server Management Studio to add the primary key, after a delay in which it appears to be modifying the table, I get the message: 'Repcust' table - Unable to create index 'PK_Repcust'. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Any suggestions, please Rodney Jones SSMS has a very short lock timeout period.  Try ...Show All

  • Internet Explorer Development IE7 HP PSC 2410 Director Problem

    I can't use HP Directors or Solution Center after install IE7. I installed fresh HP software and updates. But problem persist. When reinstall IE6 back, problem solved. who knows anyway or have ideas Please help me. Thank you, Dear jadopp Your 11/04/06 506PM post was most helpful. I had the same issue until now. Thanks for making this post of yours available. IT WORKED. Thanks. ...Show All

  • Visual Basic Windows Installer error message

    Sir, I develope an aplication using VB.net. It contains to forms, One crystal rport and an access database. I have added a step wizard project to my application. In add files box I have added the Acces database and crystal report. My problem is when I build the application the following error message is displayed and the setup MSI is not created. Project configuration skipped because it is not selected in this solution configuration Please help me to solve this problem. try ClickOnce http://www.textcontrolblog.com/archive/2006/02/21/clickonce-deployment-with-tx-text-control-net.htm ...Show All

  • .NET Development Error reading the HTTPListenerRequest InputStream

    Hi Friends, When I try to read the incoming client request data using the HttpListenerRequest.InputStream property, I'm getting the following exception (not everytime) - System.Net.HttpListenerException: The I/O operation has been aborted because of either a thread exit or an application request Server stack trace: at System.Net.HttpRequestStream.Read(Byte[] buffer, Int32 offset, Int32 size) at HttpListenerLibrary.HttpListenerWrapper.ProcessRequest() in C:\AcsSim\HttpListenerLibrary\HttpListenerLibrary.cs:line 901 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Mes ...Show All

  • Visual Studio Team System Failed to create New Team Build Type

    Hi, I trye to create a New Team Build Type, but it does not work. An error box is displayed with the next message: "Failed to retrieve data from the server. Please verify that the Team Foundation server is running and try again." But the TFS is running normally, and I work without any problem. I'm using a workgroup version of the TFS, and I'm an administrator of the Server... Can you help me please I suspect it might be due to a missing row in the tbl_Identity table - did anyone manually delete any records from this table Can you run this query and paste back the results: select IdentityId from tbl_Identity Thanks ...Show All

  • Visual Studio 2008 (Pre-release) XBAP photo directory access

    I have a collection of photos, say 500, in various directories on my hard disk. The user selects a directory, say 'directoryA', and I get a collection of photos from that directory using the following snippet: foreach (FileInfo f in directoryA.GetFiles("*.png")) Add(new Photo(f.FullName)); It all works fine when I run the application in VC#2005 but it fails in XBAP Browser mode due to 'System.Security.Permissions.FileIOPermission'. I can't find any sample where an XBAP accesses a directory or even just gets images. I understand that a 'Pack URI' for each photo might work but in this case I only have a directory name and then I look up the photos. I suppose I could look up the photo name in an xml file but I'm not re ...Show All

  • Visual C++ Hiding context help in CFileDialog dialog

    Hello all, Can any one explain how can I hide the context help from a CFileDialog derived dialog. Thanks. Oh.. ya I tried the same but on the child parent: BOOL CMyFileDialog::OnInitDialog() { CFileDialog::OnInitDialog(); ModifyStyleEx(WS_EX_CONTEXTHELP, 0); return TRUE; } but it didn't work. Now, after your reply, I finished my task. Thanks alot Ovidiu. ...Show All

  • SQL Server Unable to create a function by using symmetric encryption

    Msg: Invalid use of side-effecting or time-dependent operator in 'OPEN SYMMETRIC KEY' within a function. "open symmetric keys" is not allowed in a function if I want to encrypt a string in a function by sql2005's internal functions ,how can I do As the error message indicates, OPEN SYMMETRIC KEY is an operation with a side effect (i.e. it affects the current session’s key ring) and user defined functions (UDFs) cannot have such operations in the body. You can create a UDF using EncryptByKey in it and call OPEN SYMMETRIC KEY before calling the UDF. -Raul Garcia SDE/T SQL Server Engine ...Show All

  • Visual Basic Using Enter To Tab Forward Through User Entry Fields

    Does anyone know how to incorporate the enter key to tab through entry fields instead of using buttons My code is below. I want the user to press the enter key to move from one field to the next and at the same time, have the code perform the same action(s) as if it were a button handle event. Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim file As System.IO.StreamWriter Dim aString As String = CStr (TextBox1.Text) Dim TestLen1 As Integer = Len(aString) If TestLen1 <> 5 Then aString = "a c" file = My .Computer.FileSystem.OpenTextFileWriter( "C\:record.tx ...Show All

  • SQL Server rsInvalidReportServerDatabase

    We are getting the following error when we try to deploy SQL report on to the reporting server the error: The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) We are using SQL server 2005 CTP and .Net 2005 beta 2. the OS is Win xp and the reporting server is the local host. Thanks a lot in advance. Thanks & Regards Jayan i got the same err while deploying with sql 2005 reporting services: The version of the report server database is either in a format that is not valid, or it cannot be read ...Show All

  • Visual Studio Can't view CString values in debugger

    After adding a managed class to our application (forcing a change to _AFXDLL) we can no longer view the contents of CString variables in the debugger. The datatip and watch windows show " " for the contents of the string. We have looked at our autoexp.dat and mcee_mc.dat files but can't see anything that might be the source of the problem (that doesn't mean it isn't in one of those files, it just means we can't find it.) Can someone please help This MSDN article may help... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A couple more questions

    Does the Xna Framework support bump maps for the 3D models In the tutorial, we create a view of sorts using: matrixView = Matrix .CreateLookAt(camPosition, Vector3 .Zero, Vector3 .Up); matrixPosition = Matrix .CreatePerspectiveFieldOfView( MathHelper .ToRadians(4 5.0f ), aspectRatio, 1.0f , 20000.0f ); and later on: effect.World = Matrix .CreateRotationY(modelRotation) * mesh.ParentBone.Transform * Matrix .CreateTranslation(modelPosition); effect.View = matrixView; effect.Projection = matrixPosition; What I'm trying to understand is what these matrices are for. What's the difference between a View matrix and a Projection matrix I assume the World matrix is where the mesh is in the game world. I'v ...Show All

  • Visual Studio 2008 (Pre-release) Extensibility of entity model

    Hi, I'm building a generic framework. A goal of this framework is to be adaptable to several domains. So, I have some entities (almost the same in all domains) and a set of interfaces that I'll implement in specific entities for each domain. Entities contain references to interfaces Is it possible with ado.net vnext to create a sort of "abstract" entity model available to solve a class of problems I mean a model made up of "well defined" entities and other "abstract" entities. Should I create a project which contains a base entity model and redefine it in specific domain-driven projects Obviously, the framework should be unlinked from database structure. I'll specify the database in the domain-specif ...Show All

  • .NET Development Authorization by domain/computername role

    Is it possible to have a clients computername equal to the domainname to authenticate to I have for example the following snippet of my .Net remoting server configuration: <channel ref="tcp" port="20061" secure="true" impersonate="true" > And I set security actions by using declarative security. For example: [PrincipalPermission(SecurityAction.Demand, Authenticated = true, Role = @"oDomain\oRole")] public void DoSomething() { .. } My question now, is the following. Is it possible to have a client connecting to this remote object, having his computername as oDomain and a group on that machine named oRole. And would this client have access to DoSomething() Regards tj. Ok, Thanks. So it doesn't check ...Show All

  • Visual Studio 2008 (Pre-release) DLinq Designer and class inheritance

    I've got a table set up for class inheritance, as discussed in the DLinq Overview for C# Developers. Now I can't figure out how to get DLinq Designer to generate the different classes for me. I've got a Contact table with a DiscKey varchar(1). When 'C', it's a company. When 'P', it's a person. So I should have a Contact class, a Company class, and a Person class, where Company and Person derive from Contact. I haven't been able to figure out how to get the DLinq Designer to do this. Can anyone help -Eric Harmon From the list of attributes you are showing it looks like you are using the prototype designer + dlinq from May2006 CTP. You may have better luck with the designer in the Feb2007 Orcas CTP ...Show All

©2008 Software Development Network