Software Development Network Logo
  • Visual C++
  • .NET Development
  • Visual J#
  • SQL Server
  • VS Express Editions
  • Visual FoxPro
  • Windows Vista
  • Game Technologies
  • Visual Studio
  • Visual C#
  • Visual Basic
  • Microsoft ISV
  • Architecture
  • Windows Live
  • Windows Forms

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

Borat

Member List

mjhoagland
Neal Walters
Bdy
tsoft
ccal
doonm
Scott Ferrett
Anonymous322342
TechMonster
CurtCBerry
GSK_phili
gPrakash
AbbottF
mikey1476
doph
denken
MichelleMcKelvey
Mark_A_Polson
cdemez
NealHo
Only Title

Borat's Q&A profile

  • Visual Studio Express Editions Problem with free ebooks

    I complete the activation process, two weeks ago, but i don't receive any e-mail with information about how to download the ebooks, if any have the same problem and know any email where i can get more information please let me know I completed same and it's been more than a month, but I have not received any links to download. Is this offer real ...Show All

  • SQL Server Data integration challenge. Will SSIS help?

    Hi, We have a requirement to do ETL on large EDI batch files into SQL Server. For this we have to map several X12 schemas - which are fairly complex - into relational schema. Right now they use Biztalk but that is not a good option for batch processing of large EDI files. Performance is really bad. Is this possible using SSIS Are there any 3rd party tools which might integrate with SSIS to make this easier or can do this as a stand-alone I know Mapforce 2005 from Altova supports X12 mapping and even generates C# code for the mapping. Anyone has experience in using Mapforce generated C# code in SSIS Looking forward to any insigh ...Show All

  • Visual Studio Adding folders to project items

    I have a web application project that is in a folder called webapp. This folder has a sub-folder called sub1 that has been included as a part of the web application project. I am able to create another sub folder under the webapp folder using the following code: projItem = proj.ProjectItems.AddFolder("sub2", Constants.vsProjectItemKindPhysicalFolder); This work fine. I now have the webapp folder with two sub folders. Ths bit of code also adds the new sub2 folder to the web application project. My problem comes when I want to add a sub folder to the webapp\sub1 folder. I tried u ...Show All

  • Windows Forms Using Terminal Server to Access .Net Application

    I have a Windows Forms app that a client of our company needs to access.  I really don't want to write an ASP.net app for this.  So we are exploring the possibility of running the app through Terminal Server.  I was wondering if there are any known rules or problems in running a .net app this way.   I figured that there wasn't, ...Show All

  • .NET Development wsdl.exe and xhtml in .net 2.0

    If I use wsdl.exe to generate proxy code for a wsdl file that imports the xhtml1-strict schema it fails with a circular reference error. At least in 2.0 it does, the 1.1 version of wsdl.exe generates the proxy sucessfully. The wsdl file validates ok using every xml tool I can find including the .net parser and msxml 6.0. I can create documents that use the XHTML schema that validate ok. Any suggestions Is the xhtml schema broken if so why do no other parsers complain. The detailed error is Error: Unable to import binding 'HTTPBindingGet' from namespace 'http://myuri/po rtal/v1/'.   - Unable to import operation 'Search'.   - Gro ...Show All

  • Visual Studio Express Editions Express edition of Visual Studio 2005 Let it be FREE

    When the final realise of Express edition of Visual Studio 2005 come out will there be any versions of it that is free. (i.e. it will cost me nothing to use on a ongoing basis.) I hate to say it...but...we all know the truly poor will be using the cracked version(s) of VS 2005. I'll bet this will be, honestly...hundreds of thousands of people. VB6 was cracked on day one. Take Photoshop...newest versions ALWAYS available as ***. Think they don't mind Why isnt it a "little" harder to steal this software Because a customer is a customer. Training Market share I always believed these major software suppliers ...Show All

  • Visual Studio Express Editions Why am i not been asked to activate the Express Editions?

    I downlaoded the offline versions (the CD images and full installs). I registered, which i assume is optional (to get the books, icons etc), but there seems to be nothing asking me to activate. Is this because i downloaded the full CD images Cheers. Yes, for the CD image versions, registration is optional.  You can access the optional registration process by clicking "Help->Register Product..." Thanks, Scott Currie DDCPX Program Manager Microsoft ...Show All

  • .NET Development ThreadPooling in c#

    I have to upload 70 files using ThreadPooling and code i have used is as below.I have set the maxthread size as 10.But it is uploading only 8 files. Please tell me how to make it work.Also if u can please give a sample code.Help will be greatly appreciated. WaitCallback callBack = new WaitCallback ( UploadFileEx0 ); for ( int i = 0 ; i < 70 ; i ++) { if ( true == isThreadAvailable ( true )) { ThreadPool . QueueUserWorkItem ( callBack , GetFileName ( this . listView1 . Items [ i ]. ToString ())); } else { MessageBox . Show ( "Worker thread not available &qu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectShow

    I notice that managed DX no longer supports the audiovideoplayback namespace.  Is it correct that DirectShow has been dropped altogether If so, how do we now write code to interface with video capture devices, etc     DirectShow has not been dropped in a sense, it has been moved to the Platform SDK, there is also now a forum here that can be used to talk about issues releated to directshow. ...Show All

  • Smart Device Development CAB file for connecting to SQL Express 2005

    Hi, I'm having difficulties trying to connect my smart device(Symbol MC50) to the SQL Server Express 2005. I've earlier deployed my application to SQL Server 2000 and after installing sql.ppc.wce4.armv4 onto the smart device. It was working fine. (It can authenticate via AD, retrieve data from server). When I try to do to the same to another server running SQL Express 2005, i'm unable to connect. Please advise. Regards, crab_era There’s no difference on a client side between SQL Server and SQL Express, but Express need to be properly configured to allow for TCP/IP connection and proper connection string should be us ...Show All

  • Visual Studio Express Editions Compile fails on network drive

    I installed VCX (VC++ Express) on my local drive, but my project files are on a network drive mounted as S:  I created a simple HelloWorld Win32 Console App and the compile fails due to: 1>cl : Command line error D8022 : cannot open 's:\project\TestExpress\TestExpress\Debug\RSP0000024283524.rsp' However, it works fine on a local drive.  I read about this problem with other products but I can no longer find the reference. Anyone know how to fix this Thanks What, no one has done this before   Doesn't Microsoft read these forums   This is such a "grasshopper" thing for them ...Show All

  • Windows Forms Changing the index of combo box programmatically based on text box value

    Hi, I am very new in vb.net  I will appreciate if someone help me. I have a databound textbox on the form and one combo box bound with arraylist. arraylist has two columns Code and description. Discription has been set as DisplayMember and Code as ValueMember.  So during record navigation Whenever textbox value changed I want my combo box should c ...Show All

  • SQL Server Image and tables

    Is it possible to save jpgs in a table if the DataType is set to varbinary(MAX), also how would I save the images to the table. Thanks Hi, yes that possible, but depends on the used coding language, would be nice if you could provide some more information about that. -Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Basic wsock32.dll, TCP/IP network byte order (which is big-endian), why vb.net return different value ?, pls help

    '// write data stream into 'void WriteBits(BYTE* p_buff, int pos, int len, unsigned long value) '{ '    int start_byte, end_byte; '    int start_bit, end_bit; '    int byte_pos; '    BYTE width_mask, or_mask, and_mask; '    BYTE byte_value; ' '    start_byte = pos / 8; '    start_bit = pos % 8; '    start_bit = 7 - start_bit; '    end_byte = (pos + len - 1) / 8; '    end_bit = (pos + len - 1) % 8; '    end_bit = 7 - end_bit; ' '    if (start_byte == end_byte) '&nbs ...Show All

  • .NET Development .NET Assembly Security

    Hi all, just a quick question. Since there is a .NET Reflector written by LR which disassemble an exe/dll file, i can't find anything nor a better solution to get secure. How are we suppose to write a secure .NET app since it can be disassemble Is there a way to do it or perhaps possibility Or what's your recommendation / suggestion Regards, David [.NET NEWBIES] codeveil can disable CLI header http://www.xheo.com/products/enterprise/codeveil/ ...Show All

©2008 Software Development Network