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

Software Development Network >> Juliano.net's Q&A profile

Juliano.net

Member List

SalmanSheikh
SoopahMan
Sailu
Matt Gutberlet
Starkman
Raphael Pina
cplusplus1
reyzzerolee
Jaga
arkiboys
Jive Dadson
Shepherd
franziss
Jesús López
pravej
jitendra badkas
Angus Leeming
R.Tutus
grnr_r
SQL Server Management Studio
Only Title

Juliano.net's Q&A profile

  • Visual Studio 2008 (Pre-release) msmqIntegrationBinding error generating proxy using svcutil

    Hi Guy I have problem building the proxy fo msmqIntegrationBinding I have the following classes and interfaces: [ ServiceContract (Namespace = "http://Microsoft.ServiceModel.Samples" )] [ ServiceKnownType ( typeof ( PurchaseOrder ))] public interface IOrderProcessor { [ OperationContract (IsOneWay = true , Action = "*" )] void SubmitPurchaseOrderMessage( MsmqMessage < PurchaseOrder > msg); } public class OrderProcessorService : IOrderProcessor { [ OperationBehavior (TransactionScopeRequired = true , TransactionAutoComplete = true )] public void SubmitPurchaseOrderMessage( MsmqMessage < PurchaseOrder > msg) { PurchaseOrder po = ( ...Show All

  • Visual Studio Tools for Office Question about install Outlook Addin writen by VSTO2005

    I had the following question when I install a Outlook Addin: An exception occurred during the Commit phase of the installation. This exception will be ignored and installation will continue. However, the application might not function correctly after installation is complete. The savedState dictionary does not contain the expected values and might have been corrupted. Then the installation rollback. but had grant trust to it's assemblys. Could any one help me It's very urgent. Thanks at first. Yes, I added some code in SetSecurity to Grant Trust to my all my assembly. and this action had successfully before the setup rollback. I can't understand why the SavedState be corrupted before commit action. I didn't change an ...Show All

  • Audio and Video Development Schemas for iHD XML in Visual Studio?

    Hi all, I was informed by Ben Wagonner at Microsoft that there are schemas for iHD XML available in Visual Studio. Is anyone using this app for authoring iHD and is it helpful Thanks in advance I might be biased, but I am using VS 2005 and it is great :-) You just download the schemas from the DVD Forum website and put them in the Visual Studio schemas folder and you get intellisense etc. Other people are using the Eclipse IDE rather than Visual Studio. I am sure you could use any other XML editor as well (but you probably want ECMAScript coding / debugging as well, which VS gives you). ...Show All

  • Visual C++ vector::resize causes floating point exception

    Hello, I'm hoping for a reality check here. The following program generates a floating point exception in the vector::resize call. I compiled it under VC 2005 using the command line in the comment below. I've disassembled the executable and found that vector::resize creates a default Point object which is then copied to the new empty elements at the end of the vector. But note that the Point constructor doesn't initialize the x and y members. This means the bits are garbage, and vector::resize will copy the garbage to the new elements. This is no biggie because I don't use the uninitialized elements. However, the problem is that the compiler uses the floating point processor to copy the doubles. Whe ...Show All

  • .NET Development Creating 64-bit applications on 32-bit platform using Visual Studio 2005

    Hello, How can I create 64-bit apps on x86 processor Do I need a x64 or IA64 machine to do that I have installed VS 2005 and the .NET Framework on x86 machine. I have my 32-bit apps ready. How do I proceed Any suggestions will be appreciated. Thanks! Sonia. The project I have created in visual studio does not have "any cpu" option. It only has "Win 32" in the configuration manager for platform to select. So, how do I get "any cpu" for the platform option if does not exist by default Can I make any changes for this option to show up in the project properties Thanks! Sonia. ...Show All

  • Community Chat HDD serial number

    Hi all, I have few days in this forum and I think is great. So many people helping each other. I have used some of the code posted here so I decided to post some that would help too. I did not do it myself but I translated from C# code that foun in the WWW to Visual Basic 2005 Express. This code gives you the serial number of all your HDD installed. form code starts Hi all, This one doesn't work in VB-6. Please give me the code in VB-6 to read the serial number of HDDs and MAC address of LAN adapters. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing 3D objects

    I am wondering which programs are recommened to draw or create 3D objects/pictures for C#. P.S. I hope this is the right spot for this question. If it isn't, sorry. There is now a managed version of DirectX, which can be used to draw 3D graphics, see: http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_m/directx/directx9m.asp Mark. ...Show All

  • Visual Studio Adding a solution to VSS issue.

    Hi all, I know this may seem very simple, but I have a VS2005 solution that I have added into SourceSafe via the SourceSafe application itself, but when I open that solution in VS2005 it doesn't seem to be bound to SourceSafe as the SourceSafe icons and menu option are not there. Must I right-click the solution in VS2005 solution explorer and then select 'Add solution to Source Control...' I am just worried that something may screw up with SourceSafe as the solution files I have already put into SourceSafe. What is the correct way of adding VS projects to SourceSafe Is it by adding files directly into SourceSafe, or is it through VS2005 Thanks in advance. Tryst If you want the SourceSafe commands to be integrated in the VS Solution ...Show All

  • Visual Basic Save file in My Documents

    Hi, I would like to know how to save file in my document folder in vb. Since the program working with different user, the my document location must be retrrived from Windows. Please adviced. Thank you. Kin Dim MyDocs As IO . DirectoryInfo = My . Computer . FileSystem . GetDirectoryInfo ( Environment . SpecialFolder . MyDocuments ) Dim MyDocsPath As String = MyDocs . FullName ...Show All

  • Visual Studio Express Editions Exporting project?

    I've pretty much finished my project and would like to hand it around to some friends to test out, how do i export it so that it makes it into an exe They will most definately need .net framework 2.0 to run your program. As for the files just zip them and upload to your site as one file. Altenatively zip them as an .exe with winRar(not sure which version). some where in the options there is a option to select which file to run after unzipping, select the setup file. This way the user wont have to find the setup file again and run it. Its been a while since i did this with winRar so forgive the vagueness. Matt ...Show All

  • Smart Device Development send mail from .NETCF 1.0

    HI, I want to send a email from my pda to my hotmail account using C# & .NETCF1.0 Canany one also tell me , what modification requires if the mail server requires authentication NETCF does not support sending an email through a hotmail account out of the box. Windows Mobile 5.0 does support a set of managed PMEs that you may use to send email on Pocket PC and SmartPhone. Take a look at the library below for the Microsoft.WindowsMobile.PocketOutlook namespace: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/N_Microsoft_WindowsMobile_PocketOutlook.asp You may also want to take a look at www.opennetcf.org to see if the OpenNETCF framework contains the functionality you need. Cheers, An ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Moving raw data through the content pipeline...

    I'm probably just not looking hard enough, but... How do I get raw data through the content pipe and onto the 360 in a format I can just do a File.Open on All of the data processing I need is already being done offline so I don't need the content pipeline to do anything other than copying the file across - yet, because it's not a registered content pipeline format, it just sits there and gets ignored when I add it to my project... Help You don't need to use the content pipeline at all for this: just put your converted data into the project output directory, then open a System.IO stream to read this into your game. ...Show All

  • Visual C# Plugin tutorial

    I'm trying to understand how plugins work. Each plugin would be a database whose functionality is added when the app 'senses' its presence. I'd like to be able to copy/paste a folder containing a database to my app's default directory. Data from the folder's database would automatically appear on an automatically added tab on my form. Sounds great. How is this achieved Thanks !   Ultrawhack wrote: Each plugin would be a database whose functionality is added when the app 'senses' its presence. I'd like to be able to copy/paste a folder containing a database to my app's default directory. Data from the folder's database would automatically appear on an automatically added tab on my form. ...Show All

  • .NET Development Ultra-fast deserialization/serialization

    Hi, I'm wondering if there is a way to speed this up: I have objects that implement the following methods: public void Serialize(System.IO.BinaryWriter writer) { writer.Write(this.price); writer.Write(this.size); writer.Write(this.dateTime.Ticks); } public MyObject Deserialize(System.IO.BinaryReader reader) { return new MyObject(reader.ReadDouble(), reader.ReadInt32(), new DateTime(reader.ReadInt64())); } That's what I use for serialization & deserialization. Currently I manage to write 10,000,000 objects in 5.5 seconds, however my Raid 0 drives can write up to 140MB/s, so I think there should be some upside left (10mio objects result in 195MB file). I guess the problem is that the .Write ...Show All

  • SQL Server Problems with performance when programmatically printing large amounts of pages

    We are using VB.NET 2005 to develop a WinForms application that uses SQL Server 2005 Reporting Services to produce reports. Originally we tried  using code found on Bryan's WebLog,  http://blogs.msdn.com/bryanke/articles/71491.aspx , but found that for reports of 300 pages it was taking about 2 minutes to render each page. When using RenderStream to render idividual pages, reports of about 20 pages printed without a problem, but for reports of 300 pages we recieved the follwoing error: "The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database." Is there some cache or something that we should be using Any ideas appreciated. -- Leah The ...Show All

©2008 Software Development Network