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

Software Development Network >> e.henriquez's Q&A profile

e.henriquez

Member List

Le Sage
gmaenrile
paso
Simon Mourier
Murthi
Kirt C.
TigerPhoenix
Joe Au
noctifer
Troy Lundin
ForeverPuzzled
DarkFire2
Toni Greco
Misbah Ahmad
caligula
jankowiak
Rach M
Izzy545
amiune
Rod Yager
Only Title

e.henriquez's Q&A profile

  • SQL Server MICR Font Issue When Exporting to PDF

    Hi, I'm using Reporting Service to print checks. Everything seems ok when I design and deploy and view the reports. But when I try to export to pdf, the MICR font I'm using does not work. I've tried a couple of different MICR fonts from the web and they either get replaced by a standard font or disappear altogether. I would love to know why that is. Thanks in advance, Tom Witch font are you using that works with 10 and 11 pt becuase my font dose not work with this either so can you tell me witch micr font are you using ...Show All

  • SQL Server Scripting the SQL db along with data

    i'm working on sql 2000. I would like to take the db script and also have the data of static tables. so that If i run the script, at once it should create my db and also fill my static tables data. plz help me.urgent. When you script a table you are basically just rebuilding the structure. You can copy the table and data with ex: use database select * into table2 from table1 This will not recreate PK or FK you could also look into a backup, or if you are moving between servers an export / import I don't know exactly what you are trying to do with this. Also maybe detach the database copy it where ever and attach it. ...Show All

  • Visual Studio Express Editions Does VB.Net 2005 can Open the VB6 Source Code and change the codes of that to VB.Net 2005 automatically?

    Hi, this is Ali Coder. I have question. Does VB.Net 2005 can Open the VB6 Source Code and change the codes of that to VB.Net 2005 automatically anybody asner please. Thank you. Bye. There is converter tool built-in with even the Express editions. This basically converts most code. You can try it out first, but it is advisable to use the Visual Basic 6.0 to Visual Basic .NET Upgrade Assessment Tool to analyze where the bottlenecks are in your Visual Basic 6.0 project. The migration/conversion isn't always flawless, as you may understand. You can download the tool freely here: http://www.microsoft.com/downloads/details.aspx FamilyId=10C491A2-FC67-4509-BC10-60C5C039A272&displaylang=en ...Show All

  • Commerce Server OrderContext from a non Web application.

    I have been able to create a CatalogContext, Profile, etc. contexts. But I don't know how to create an OrderContext. All the samples and documentation that I have seen reference CommerServerContext.Current which in a non-Web application is null. How do I create/initialize an OrderContext object so I can amonung other things manage baskets, payment methods, orders, etc. It seems that all of the objects in the Runtime namespace are a mystery to me as far as a non-web application. Thank you. Kevin Look at the OrderContext.Create method. This method will create the OrderCOntext object in non web enviroment. OrderContext orderContext = OrderContext .Create( "Specify the site name here" ...Show All

  • Visual Studio Express Editions Printing a HTML document by clicking a button

    Hi people, I've tried everything i can think of... (im used to visual basic 6) anywho, ive made a refund form for my work where you input all the necessary details then click a button where it puts the inputted data into a html document. Currently, from there you have to open the html document manually and click print. I thought I had it all worked out by using printdocument and setting the document to the file path but when i tested it out it only produced blank pages. Ive tried using the print dialog aswell and no go. The opendialog also doesnt open a file... pretty sure im missing a bit of code. (not trying to use the opendialog though just testing to see if it worked) If someone is able to give me a few lines of code and a few ...Show All

  • Visual Studio Team System TFS Instalation of VS80sp1-KB926738-x86 failed with Error 28002.Error Unknown.

    Hi, I try to install the SP1 of TFS on our server, and after installing the required KB919156, i get at the end of setup process "28002 - Unknown Error " I analyze the msi log file but i don't find any issue that can give me an hint. what's happened I saw a lot of issues regarding SP1 including on the connect bugs database, is any workaround for it And after the setup, i can not access the team system any longer from the tfs clients, it raise TFS31001, even after restart of the iis or whole machine. The TFS is an Workgroup edition, an i remove one of the users before installing KB919156 because of 5 users limitation. regards cosmin Hi, thanks for tips i was not really looking at all items from the log ...Show All

  • Visual C# Instance Method V Class Method...

    Hello all, When we have: String abc = etc etc; We can call abc.IndexOf(<some string>) Whereas when we have an Array we need to use the class method... string[] bcd = etc etc; The equivalent is: Array.IndexOf(bcd, <object>); They both effectively do the same thing (on their respective objects), i'm just curious as to why the difference in syntax in calling them Thank you Chris Arrays are ordered collections of items of the same data type that are accessed using the array name in conjunction with the offset from the start of the array of the desired item. Whereas a string is a reference type that represents a group (string) of unicode characters. From there it is all in the syntax. Me ...Show All

  • Windows Forms app.application Publish file

    Hi, I know this has already been posted, but I need to get it clear in a simple way. The 'app'.application file is created when you publish an application to a web/ftp server, along with other files. The publish.htm page shows a button linking to the 'app'.application file and I can correctly install it, but a friend of mine (and maybe many more people too) get the 'app'.application file contents displayed in his browser. He has the .NET Framework 2.0 installed (installed automatically with VB 2005 Express), and I would like a simple solution to resolve this issue, without reinstalling .NET 2.0 (unless you are sure it resolves it). I also heard that it has to do with MIME types , but I'm not too familiar with this term to unders ...Show All

  • .NET Development ConfigurationSection and xml element instead of xml attributes

    Hello. Could you help me please As I understood ConfigurationSection successors are able to read simple class properties only from xml attributes. E.g. class from documentation public sealed class CustomSection : ConfigurationSection { ... } is to be serialized into xml element with attributes: <CustomSection fileName="default.txt" maxIdleTime="01:30:30" permission="Read" /> Is it possible to deserialize class from custom section that holds data in xml elements instead of attributes   <CustomSection>   <fileName="default.txt" />   <maxIdleTime="01:30:30" />   <permission="Read" />  </CustomSection> Thank you Hello. Thank you ...Show All

  • SQL Server mdx questions

    I'm going to start reading through the performance document, but in the mean time any suggestions on how to speed up the following with member Measures.bucket1 AS sum ( filter (([REL TURN HRS].[REL TURN HRS].[REL TURN HRS]. members * [Measures].[FACT CUT RELEASE Count] ) ,[REL TURN HRS].[REL TURN HRS]. membervalue < 6),[Measures].[FACT CUT RELEASE Count]), NON_EMPTY_BEHAVIOR = { [FACT CUT RELEASE Count] } SELECT NON EMPTY { [Measures].bucket1} ON COLUMNS , NON EMPTY { ([CUSTOMER JOB].[Cust-Title-Issue-Job].[JOB_NUMBER]. ALLMEMBERS ) } ON ROWS FROM ( SELECT ( { [CUSTOMER JOB].[CUSTOMER NAME].&[T016]&[TIME4 MEDIA, INC. (T016)] } ) ON COLUMNS FROM [DW INSIGHT]) WHERE ( [CUSTOME ...Show All

  • Visual Studio Team System Help with my team build project

    I setup a build using team build and it created and xml file called TFSBuild.proj. My solution has several web projects and several other projects to which my web projects refer...such as my data layer, my file handling layer, etc... When I run the build it puts all of the .dlls into one folder called "release" and all of the code it pulled out of the source repository into a folder called "source". I would like it if after the build I had all of the code and referenced .dll's in a useful places, with the proper projects, ready for deployment. ok - lets say my first web project in my solution is called website, and it references several .dll's in the solution. I guess I could copy the code I want from the source ...Show All

  • Visual C++ PRJ0050

    Hello, I am building a DLL with ATL8.0 in VS2005. I am getting this error when I build the DLL. error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. Very next time I build, it goes away and the comes back next time. Sometimes i can build 4 - 5 times without error and then it comes back. Any help will be appreciated. I have full permissions on registry. I never had any problems in VS2003. Thanks I am having the same problem and still can't figure out a solution. Here are the steps that causes the problem. 1. Compiled my project (same type as in previous post). The solution and all sources were stored on a network d ...Show All

  • Audio and Video Development Multiplexing??

    Hi Folks I've been a Scenarist author for sometime and now want to jump into HD-DVD authoring. Was wondering where to find a third party multiplexing tools once the programming is done Thanks - I'm sure this is the first of many posts here! Eric Is it a legal issue that Microsoft can't bring out their own compiler (or authoring software) or is that market protected by some laws You don't have to charge anything if it is a commercial issue By the way, are there some white papers available somewhere that describes the workflow of HD authoring This forum is a big help and I personally did a lot of SD DVD authoring but HD authoring is something else... I always feel  I'm  missing some basics  (and it's not jus ...Show All

  • Visual Studio Tools for Office Office 2000 addins in vs 2005 vb.net

    Hi there Is it possible to create a plugin for office and outlook which will run in versions office and outlook 2000 office and outlook 2003 office and outlook 2007 I have read in places that it is difficult to create addd ons that are compatible with 2000, is this true. Does anyone have any articles on this many thanks Jamie Good question. You cannot do so with Visual Studio Tools For Office. There may be some third-party or other mechanism for doing so, but this would be beyond the scope of our product and this forum in any case. You can create an add-in for Office 2000, but it is indeed rather difficult. It has become easier with each release and especially with our tools in VSTO. Best, John. ...Show All

  • Smart Device Development VS2005 Solution configuration disabled for mobile device development

    Any idea why the solution configuration dropdown is always greyed out when i'm developing for CF using VS2005 In VS2003 i had debug and release aswell as some custom configurations. I just checked on my machine and I see the Debug/Release configurations as usual with VS 2005. Can you try this on some other machine I have a feeling something is wrong with your specific project or VS install ...Show All

©2008 Software Development Network