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

Software Development Network >> .NET Development

.NET Development

New Question

XmlTextReader
Still about MBR object passed to server
creating proxy using wsdl programmatically and wsdl parsing
How to Dump DataTable of Db1.mdb into Db2.mdb
Function and argument matching with regular expressions.
- Are there 4 ways to access the current authenticated user or am I misunderstanding the whole idea
Messenger Programming ?
Use unsafe for win32 api even if data types are managed?
.NET 2.0: rethrow broken?
Could not load file or assembly 'vcWebCore' or one of its dependencies. The system cannot find the file specified.

Top Answerers

jbelisle
AndrewVos
Steve Olson
Are Haugsdal
Asday
d3v
Mardo
DCosta
Joao Pinto
Jeff Williams
VK Infotek Inc.
Only Title

Answer Questions

  • Amanda Jamin Bulk loading a SQL CE table from a text file

    I'm loading a sql ce table from a text file on an HP IPAQ using VB in Visual Studio 2005. The text file I'm loading now has about 16,000 100 character records and it takes about 6 minutes to load. The problem is the text file could have a 100,000 records or more. I tried "BULK INSERT" but SQL CE bulked at "BULK" so I assume it isn't implemented in CE. I've been looking at sqlbulkcopy but it looks like all the data has to be in a memory-resident table. Does anyone know the fastest way to load a text file into an sql ce database I need a run-spot-run explanation and some sample code in VB. Accessing the data with a binary search is going to be infinitely more efficient than hitting ...Show All

  • Shark_ Server side script to hide specific row after postback?

    When you use the old asp and were presenting a detail view you might choose to not show a table row by setting the style display attribute to none which takes it out of the html. You might do this where a form was being filled in. For example you ask whether a person is under 17 or over 17. If under 17 you might choose to not display the table row that asks for their driver’s license number. In asp you would use Javascript and do a getElementbyID for the row in question and set the style attribute display to none. I am trying to find the srver side asp.net2 equivalent to set a specific table row style display to none using server side VB after doing a postback. i.e. not using Javascript. ...Show All

  • Hery Susanto WR Strange XmlSerializer error

    Dear all, I am programming in VB.NET , using the .NET Framework 2.0 on a Windows Vista machine running VS 2005 with the SP1 beta applied. I have a VB class which was derived from an .XSD schema using the XSD.exe tool. I am able to instantiate objects from this class and build by "XML" object up using it, without too much difficulty. However, when I come to serialize the output to an XML stream, it fails, with a FileNotFoundException on the serialize line, e.g.: Dim serializer As New XmlSerializer( GetType (eGov.IRenvelope)) Where eGov is my class namespace, and the IRenvelope is the class within the namespace that corresponds to my object which I am attempting to serialize. The interesting thing is, tha ...Show All

  • Eric-NZ how to zip an Xml Document

    Dear All, I found a library (name Chilkat ) through which i can easily zip(compress) xml file, but it has only 30 days evolution period, could any one please show me way how to compress xml. thanks Hi, well we have the compressed data but we have no idea how big that data will be when it is uncompressed, so what the above code is doing is creating a 4KB buffer which can be used to read chunks of uncompressed data from the decompression stream, if you have more than 4KB then the code will loop a number of times until there are no more 4KB chunks to read in. it was just an arbitary size i picked for the buffer. 4096 = 4 KB Mark. Hi, if you are using .Net 2.0 or up then you can use the Syste ...Show All

  • AriesAngel How to convert Shift-JIS to unicode?

    Hi, I have a complete list of Shift-JIS character ( http://www.rikai.com/library/kanjitables/kanji_codes.sjis.shtml ) I want to convert the Shift-JIS code to Unicode. For example, ( ) Shift-JIS : 82 ae (Hexadecimal) to Unicode : 12368 (decimal) Similary, I will want to convert Simplified & Traditional and Korean to Unicode. Please advice. I promise to reward you for the answer. Thanks Procedurally, you would need some sort of mathematical relationship between the shift-JIS characters and the Unicode equivalent once you have a relationship then you can just convert between the two directly. Alternatively you can set up a MD array manually with all the values of the charac ...Show All

  • Sergio Ordine trouble installing the .net framework 2.0

    when I try to install the .net framework 2.0 I get a message saying"Error creating process <C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\Install.exe> Reason: C:\WINDOWS\system32\advpack.dll" I've tried all the ways mentioned on the forum so far and I keep getting the same error. from the CD - it should say something like 64 bit or something, perhaps even right clicking my computer > properties, it may say something like 64bit edition - im really not sure as I dont own a 64bit system. I believe the advpack error will come if you have a 64bit system but do not have a 64bit supported OS Its Windows XP Version 5.1.2600 Windows, but I'm not sure if ...Show All

  • shax Using cascadingDroDown Ajax control with SQL Server 2000?

    I want to use cascadingDroDown control with SQL Server 2000 database, i have three table called province, District, Street. Province: (ProID, ProvinceName) District: (DistID, ProID, DistrictName) Street: (StreetID, DistID, StreetName) How can i use it Can you help me Thanks, ...Show All

  • jean at spear System.ComponentModel.Win32Exception:Incorrect Function error in Windows Service using a FileSytemWatcher

    Hello! I have a windows service which monitors a UNC share path for any incoming files and moves them to a new loaction on the same UNC path. The problem is that the windows service is not monitoring the folder( \\AA-11\Infofiles ) for changes but is able to write the changes to another folder on the machine( \\AA-11\Infonewfiles ) when I change the path to monitor as another UNC( \\BB-12\FolderfilesToMonitor ) or local folder(C:\Myfolder). I wrote an eventlog EventLog.WriteEntry("FSWError detected error: " & e.GetException.ToString) in the FSW_Error sub routine and when I checked the eventViewer it had the following entry. "FSWError detected error: System.ComponentModel.Win32Exception:Incorrect Function" I'm not su ...Show All

  • Barguast https server requesting a certificate

    i manually go to a website and login, at first it had me set up a certificate, now it just asks me for my password. i want to run my app so that it starts iexplorer goes to that page sends a certificate info to the https server and sends my password so that i dont have to manually enter it. i am not really sure how to connect to the https server and send it my certificatio info and when its accepted how to send it my password. any ideas on how this might be accomplised what objects should i be looking at under Framework 2 >Are you writing a .NET client that talks directly to the service, with no browser involved at any stage this is what i would like to accomplish, not sure how or where to get ...Show All

  • FQ "sgen.exe" exited with code 1

    Hi, When I try to compile my solution which has a project that is refenceing a webservice in debug mode it works absolutely fine. When I try to compile the solution with release mode it throws error as SGEN exit code 1. When I switch of project property Generate Serialization assemblies property it works fine. I am not sure whether switching off the Generate Serialization assemblies property is the right approach or Is there anyother way. Could you please help me to solve this problem Thanks in advance. cheers, Raja ...Show All

  • StephanZ packaging XML with images-- newbie

    I have around 105 images that has to be arranged in hirearcheal order. Every time I make a selection it will give another set of selections(which are basically it child nodes) and depending upon the selection a final output is generated. I want to compress all these 105 images as a package and need to specify the path in the xml file. later with my program I need to extract the specific files and load in to the application. I don't want to use sql mobile database though I can do it by adding it as an embedd resource which I don't want to do. I need these file in the compressed format. I can also include during the deployment later (deployment cab file) while setting up I can extract the files in to separte folder too. but I need it to have ...Show All

  • BabyGBear What type of collection to use

    I am going to be doing 2 for loops.  One cycles through one set of ProductIDs and another cycles through a different set of ProductIDs. I want to add Each Product ID, ProductID to a collection.  I'm not sure what I should use, a hashtable example: foreach(Product p in myvariable1) {     add p.ProductID to collection and call it ParentProductID } foreach(Product p in myvariable2) {     add p.ProductID to collection and call it RelatedProductID } I will retrieve the hash table later and use it in a call to my method which insert each Pair into a Relationship table and so I'm gonna want to cycle through that collection and do something like this: foreach (value pair in my collection of ProductIDs) {     ...Show All

  • RoyZ paypal integration???

    i want to integrate widh paypal howwwwwwwwwwwwwwwwww.... i have merchant account.... and making a shopping ws so needs to integrate paypal for credit card transactions Hmm You are probably trying to gether some Donations :D Lol. Opps Sorry Adnan bhai! I was just joking! There is nothing a big deal in it I think, and you dont even need to do any programming, just write to paypal that you want it on your websites, They'll give you some script, you have to simply put that script in your webpage and that's it! Yes! Please, do not forget to Mark as Answer . I'm not saying this, I just read your signature . Best Regards, Rizwan! Nice To know Bhai :) Yes I always do follow what's written in your signature :) Best ...Show All

  • Greg Allen if data field in msdb is blank program error happens

    I am very new to MS VB (first timer) and have design a small program for recording faults on equipment, the program works well I can update,add,delete,cancel,scroll records and update my data base etc but I have one fault I cannot solve. when I scroll the records they display ok but if there is a record that has a missing field the program stops and put up a fault as follows. when casting from a number, the value from a number must be less than infinity Can any one help I have put my code below so you can tell me were I am going wrong, Many thanks for anyones help. When I update or add new records there maybe field that will not be fill in. Public Class Equipmentreturn Dim inc As Integer Dim maxrow ...Show All

  • tdtdtd BarcodeGenerator Class

    I would like to use the BarcodeGenerator Class, located in the Microsoft.Office.RecordsManagement.PolicyFeatures namespace. I do not have this class, presumably because I do not have the microsoft.office.policy.barcode.generator.dll. Does anyone one know what software this .dll comes with I am running Office 2007 Enterprise and Visual Studio 2005 Professional. Thanks in advance for any help you can offer. Not exactly an answer to your question, but wouldn't it be a lot easier if you used a 'BarCode font' eg: http://www.barcodesinc.com/free-barcode-font/ ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum