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

Software Development Network >> Erick-Flores's Q&A profile

Erick-Flores

Member List

chaza
r3n
flypp3r
Lo&#239&#59;c Baumann
Adriaan W
Camenwolf
Derek at Potters Clay
chubbysilk
sully blue
SteveMcD
lexa_q
cdemez
Edward1
Jonathan MacCollum
SteveTaylorMST
Gabriel Lozano-Moran
tee_user5
Ameri
flypp3r
Jaga
Only Title

Erick-Flores's Q&A profile

  • Visual Studio 2008 (Pre-release) Cannot connect to the service from another machine

    Hello, I want to connect to the server from another machine. But if ReliableSession.Enabled is true it stays for ever and cannot connect, and if it is false it gives error. How can I connect to another machine from the LAN Are there any security settings I can connect to the service if I am on the same machine. Here is the code in the client: private void Connect() { ICompanySystem companySystem = new ChannelFactory <Company.Common.Interfaces. ICompanySystem >( GetBinding( true ), GetEndingAddress( "ICompanySystem" )).CreateChannel(); } private static EndpointAddress GetEndingAddress( String endpoint) { return new EndpointAddress ( "net.tcp://" + "Ediso ...Show All

  • SQL Server BufferTempStoragePath - Global setting?

    By default the BufferTempStoragePath is mapped to the user running the package's Documents and Settings folder. This is problematic when numerous packages are running simultaneously and using this disk location (i.e. sorts), and you don't have a large disk for your C: drive. The property of course can be changed. However the property is specific to a data flow task, so this would require developers to change the property is every data flow task of every package. Is there a global setting to change the default location that SSIS will use An alternative is to use configurations, however a configuration will be required for every data flow, as it is specific to the data flow task (and name of that data flow task) Any ideas Thanks ...Show All

  • .NET Development xml - excel

    Hi, I have been given an .xml file to investigate how it produces data. Basically there is a file called testData.xml when this file is double clicked, it opens up in excel with data. If you right click and open in excel then a properly formatted excel workbook with two named sheets appear which have both got formatted data in them. I have pasted the first few lines of the xml file for you to see. Could you let me know how this is possible and where is the data coming from < xml version="1.0" > - <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas- ...Show All

  • SQL Server debug component issue

    I made a simple transform component,and i aslo performed a ssis packeage using that component,executed without error,now i want to debug that component I defined component's properties,action start using dtexec.exe and speicifed package path in action option. I put a breakpoint in component code, however when i begin debugging,it's always skip breakpoint what should i do thanks when i using dtexec in command prompt it always prompt the path is not valid and error is 0x80070057 below is what i input dtexec /dts c:\ssis\***\***.dtsx what's problem thanks ...Show All

  • SQL Server Error 18452 (not associated with a trusted sql server connection)

    Using sql2005 on a Novell network... When attempting to log into Mgt Studio using windows authentication I am getting the error: Error 18452 (not associated with a trusted sql server connection) . I added my domain\userName in sql with no problems and added the account to the sysadmin server role. However, I noticed my credentials on my pc are not listed as domain\userName but rather ComputerName\UserName. I think this is what is causing the problem but I am not sure. Can anyone lend a hand I'd appreciate any help, Thanks. Scott Have you checked if the other SQL Server machine is using mixed mode authentication If it does, try troubleshooting the SQL authentication using Management Studi ...Show All

  • Smart Device Development random TypeLoadException

    I am having real issues with a TypeLoadException that occurs generally randomly. I've been working on a .NETCF 2.0 app all day, debugging and generally being productive. All of a sudden, with no changes to the assemblies, I get a TypeLoadException on one of the types in one of my referenced assemblies. It's one of my own assemblies, and I checked the manifest and didn't notice anything untoward. // Metadata version: v2.0.50727 .assembly extern mscorlib { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Data { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // ....=3". .ver 2:0:0:0 } .assembly extern retargetable System.Xml { .publickeytoken = (96 9D B8 05 3D 33 22 AC ) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Preserving relative positions of meshes

    Hi all: I'm playing around with the 3D tutorial still to see what I can do with XNA. I created a model in trueSpace 6.6 that has a hierarchy of meshes that are glued together as siblings: an external tank and 2 SRB meshes I created. When I save and view the model in the DirectX viewer, it looks like what I'd expect: 2 rockets to the side of the external tank. In the XNA tutorial, what I see are the rockets positioned along the centerline of the tank. My question is how to preserve the relative positioning of meshes within the model. Thanks for all your help! Messed up: http://www.spellflight.com/GameModels/MessedUp.JPG AOK: http://www.spellflight.com/GameModels/AOK.JPG You need to look up the rela ...Show All

  • Visual C# Display CPU time...

    Hi... Can we display CPU time which we get in task manager in a C# application using progress bar or a interger value in the status bar. Thanks, Vinay what do you mean by CPU time if you mean the processor % usage then take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=773531&SiteID=1 ...Show All

  • SQL Server How to automatic update view when table's structure has changed

    For example: Create view View_AutoUpdate as ( select a.*,b.[name] from User as a,Company as b where a.CompanyID=b.CompanyID ) Done,but when i do it follow: Alter table User add UserAddress nvarchar(50) null Done. finally,i type "select * from View_AutoUpdate ",the list column is not right. thanks Please don't use * as SELECT list in views or inline TVFs or even SPs for that matter. It will create lot of problems to applications. For example, the column order can be significantly different when you alter the table (depends on how you do it) and this can break client applications. You can also encounter problems where the data type of the columns have changed if ...Show All

  • Commerce Server Event Viewer errors

    Hi, I'm seeing a lot of Event Viewer entries with three errors below. Can anybody shed some light as to what is happening and how to go about troubleshooting these. I'm a Commerce Service novice that got into an existing installation so any lead would be helpfull no matter how basic it seems. We are running Commerce Server 2007 on Windows 2003 Server the front end is ASP.NET 2.0. Any hint would be greatly appreciated. Here are the errors: Event Type: Warning Event Source: Commerce Server Event Category: None Event ID: 4116 Date: 11/27/2006 Time: 4:14:54 PM User: N/A Computer: WWW3 Description: The Commerce Server runtime has detected that more than 132 instances of the SiteConfigReadOnlyFreeThreaded object have been created. Cr ...Show All

  • Visual C++ Array maximum size

    type * MyVar = new type[Size]; Does anybody know what is the maximum value of const variable Size I tried to use 0xffffffff and 0x7fffffff but i get a compiler error. I want type to be char ... Note: I use Visual Studio 2005. Win32 project. Thanks in advance. bookysmell2004 wrote: Well, i think that is a limit (2GB or 2GiB) cause of the processor 32-bit architecture... I wonder there will be no problem in a x64 one (of course if the memory installed is more than 2GB). Thank you for the replies. Yes, the 2GB limit is due to the 32 bit arch. 32 bit pointers are not able to address areas >= 4.294.967.296 bytes. Half of this is reserved for sharing between all processes and the kernel, and the ...Show All

  • Visual Studio 2008 (Pre-release) Recommended books on WCF

    I have recently read Microsoft Windows Communication Foundation Hands on (Sams) by Craig McMurtry, Marc Mercuri and Nigel Watling. Unfortunately, this book documents WCF as it is in the beta edition. Some of the examples in the book is therefore not working as they should, since .NET 3.0 now is released. I have found updates on the examples after the CTP update. But there are still differences. So what I am looking for now is good books, alternavly good resources on the Internet for studying WCF in .NET 3.0. Thank you. You can start reading some chapters of Michele's book at www.thatindigogirl.com I've read the available chapters and although I feel a bit weird about having the labs before you get explain ...Show All

  • Visual C# How to handle HTML tag info in control?

    I tried to use Server.HtmlEncode to solve this problem, but to find it still doesn't work. temp=Server.HtmlEncode(content.Text); Some people rendered HTML tag to attack website, some others did this for normal purpose. For those different clients, how to solve this problem   Did i make it clear Thank you for your help in advance!   ...Show All

  • Windows Forms "Could not find File <path>\<filename>.InstallState" same symptom, but different cause (I think)

    Hi, I have created a Visual Studio 2003 setup project. It has two custom actions implemented as two separate C# library projects. Both of the custom actions are added to the install phase. Only the second one is added to the rollback phase. If the first custom action fails in the install phase the second one is not run. Which is what I want. But, the setup project then runs the the Rollback method of the second custom action and complains that "Could not find File <path>\<filename>.InstallState". I don't want the second custom action to rollback if the first custom action has failed on install. How can I prevent this from happening Thanks. McGeeky I have 3 custom actio ...Show All

  • Visual Studio Express Editions Regular experssion in VB

    Hi, I want to build a regular experssion in VB, format like {db code}-{command},{num},{status} where db code is a single character which should be 'D' or "N" Command - string should be - "DELETE" or "INSERT" num - integer status - string it should be formatted in the same way like -(hyphen) and comma seprated between command, num and status. please help me to solve this. not in .net. i want it in VB. Thank you Adhvika wrote: please help me to solve this. not in .net. i want it in VB. What version of VB are you using Regular Expressions: http://msdn2.microsoft.com/en-us/library/hs600312.asp ...Show All

©2008 Software Development Network