-
- WSE 3.0 MTOM Memory Troubles - OutOfMemoryException
by NeilR
- 6 Replies
- Last post
by NeilR
- I've written some code to stream files from one server to another.
I use MTOM to send the data.
The webservice accepts a byte[].
If I send a 19MB file (the largest I have tried) I consistently get a System.OutOfMemory Exception on the client.
I have put some Debug.WriteLine() in and have output the GC.GetTotalMemory(true) result to try and see what is going on. The output is pasted bel
-
- Fatal Execution Engine Error (0x7927e03e) Please Help!
by Patch77
- 7 Replies
- Last post
by revtom
- I really need some help from someone that can make it fairly simple. I don't know what I did but when I try to open my ATI Catsyst Controle Center I get - Fatal Execution Engine Error (0x7927e03e). Then I hit "ok" and it says CLI.exe-Common Language Runtime Debugging Services. So if anyone could try and help me I would be greatful. I don't know to many things about computers so it might
-
- populating textboxes through datagridview selection
by JohnnyBasu
- 2 Replies
- Last post
by JohnnyBasu
- I have a datagridview populated by an XML file with one of the nodes as an ID.
I need to populate text boxes on the winform based on the selection made (through cell click) on the datagrid.
Will I have to read through the entire XML to retrieve the matching ID and then display the corresponding values in the textboxes
-
- Failure when opening Excel file via ADO.NET on some computers
by dvhthomas
- 20 Replies
- Last post
by dvhthomas
- Hello - I am writing a little Excel-to-SQL Server business tool for a client. It simply lets the user open an Excel spreadsheet with a named area defined, select one or more rows from a datagrid, and transfer the information to some SQL Server tables. Works like a champ on my PC, and 2 of my colleagues PCs, but not my clients. The situation: Using Oledb namespace in ADO.NET for .NET Framework 1.1
-
- Fast search in datatable?
by jararaca
- 2 Replies
- Last post
by jgalley
- Can someone please give me a fast search algorithm to find data (let's say a PK value) in a datatable If a datatable does not afford the fastest search method, I'm open to searching in other types of data structures as long as it can be loaded efficiently from a database.
Thank you.
-
- Encrypted strings are not returned as saved
by Iancu Ilie
- 2 Replies
- Last post
by Iancu Ilie
- Hi,
I have a MS SQL database with encrypted data. The data is encrypted with Rijndael algorithm. I was using this database from Visual Studio 2003 from SQL 2000 and 2005 without problems. I am trying now to migrate my aplication which is using the database on Visual Studio 2005. The problem is that when I try to select fields from database some of them are returning only 7 characters instea
-
- serial communication in VS.net
by ile
- 2 Replies
- Last post
by ile
- What is the MSCOMM32.ocx equivalent in VC++ 2005 and could I have a short sample code how to use it
-
- Problem with HttpwebRequest, not sure bug or I missed something, please help!
by Xfolder
- 6 Replies
- Last post
by Xfolder
- I'm creating an application that communicates with a remote server over HttpWebRequest that sends some xml data and gets an answer back.
On 3955 (+/- 5)-th request HttpWebRequest starts to generate error "Unable to connect to the remote server...", I stop further requests and do .sleep() for 5 minutes and then it starts to work again. :(
Am I doing something wrong, not closing some
-
- Data validation prior to an INSERT statement.
by KiwiCan
- 2 Replies
- Last post
by KiwiCan
- Problem: I am using C# to create a (hopefully) simple UI to access data stored in 1 table. I created the DataSource and a DataGrid. I then dropped the datasource on the grid and Visual Studio helpfully created all the controls that I need. However, the table contains columns that do not allow null. How can I trap the fact that an inserted row contains a column with a null value
Thank you i
-
- Using a BackgroundWorker to transfer large files from network to local drive.
by BhuttCrackSpackle
- 14 Replies
- Last post
by BhuttCrackSpackle
- I have a need to transfer files that are each about 200mb in size from the network server to the local computer.
I started with the idea of doing this in the background because I didn't want to freeze up the UI thread while the files are transferring. So naturally, I looked at the BackgroundWorker.
Well, after using it successfully to transfer these large files, I wanted to go one
-
- InvokeMember passing null for IDispatch* param fails
by resist_or_serve
- 1 Replies
- Last post
by resist_or_serve
- Seems like there is no way to enable this using .NET interop
COM method signature HRESULT CSomething :: put_IDispProp (IDispatch* obj)
. NET InvokeMember call object[] args = new object[] { null }; // <-- passing null IDispatch* comObject.GetType().InvokeMember("IDispProp", flags, null, comObject, args, Thread.CurrentThread.CurrentCulture);
Issue:
-
- remoting exception, request service not found
by Luis Esteban Valencia Mu&a
- 12 Replies
- Last post
by Luis Esteban Valencia Munoz
- Hello,I havent been able to put to work on my local pC my single remoting application.
I have a class library with one property and one method.
I have a console application that starts a remoting server from a config file, using that class library
< system.runtime.remoting >
< application >
< service >
< wellKnown mode = " Singleton " type = &qu
-
- Not the same Primary Key in DataTable and in SQL Table
by Pascal Frey
- 13 Replies
- Last post
by Pascal Frey
- The database:
I have three tables in a Microsoft SQL Server 2005. Those tables are given and can not be changed. The main table of those three is called spbTable and has a primary key (int) called spbId. Further settings of this primary key are:
(Is Identity) = Yes
Identity seed = 1
Identity increment = 1
The other two tables are dependent on the spbTable with the foreign
-
- validate a xml instance
by MyCrystal
- 3 Replies
- Last post
by MyCrystal
- XmlDocument class has a Validate method, which is used to validate the xml. But if the xml instance is not valid, then when the xml instance is loaded into the XmlDocument, XmlSchemaValidationException is thrown, so there is not chance to call XmlDocument's Validate method. Why the Load method throws XmlSchemaValidationException i think it's Validate method's responsibility to throw XmlSchemaValid
-
- how to pass OleDbDataReader object as a stream
by mendebur
- 1 Replies
- Last post
by Adamus Turner
- I want to pass result of a query to another machine. Is there a way to do this Can i pass an oledbdatareader object as a stream how to convert
thanks in advance
-
- Error 1603: Error Installing Microsoft .NET Framework 2.0
by Lady Eagle
- 1 Replies
- Last post
by Aaronru - MSFT
- I need help! I just purchased a photo organization and editing program which requires .Net Framework 2.0 in order to install the main program. When the set up runs for the program, it automatically downloads the .net framework file, however, in the middle of installation I get the 1603 Error. I have tried everything I have found on this blog but NOTHING is working. Please help! I need to get this
-
- .Net Framework 2.0 compile override ... ?!!!
by Jasim Iqbal
- 9 Replies
- Last post
by Jasim Iqbal
- I have a very unique problem related to my application ...
I have a windows application (say abc.exe, and 20 or so other referenced dlls) built in 2.0 using C#.
Since this application is going to be used on a number of machines that will not have 2.0 framework already installed. And everytime this application is run on such a machine it blows with error saying 'mscorlib cannot be l
-
- Deployment Q/Issue
by Koding
- 3 Replies
- Last post
by Inbar Gazit - MSFT
- I am trying to do my first official deployment and am running into some problems. The application is a simple windows form application and imports system.data. The end user will be accessing this program via citrix. The program starts ok. When you try to do anything that requires access to the system.data library I get an error: Request for the permission of type 'System.data.SqlClient.SqlClientPe
-
- Download a part of file from http
by moes580165
- 3 Replies
- Last post
by Jorg Jooss - MSFT
- how to dowload a part of file
For example, I want to download directly from 100th byte of a file to 200th.
Also, I found WebRequst.AddRange(), but it didn't work.
Can one help me:-)
Thanks a lot.
-
- Application Logging in Windows Applications
by busyme
- 3 Replies
- Last post
by Feng Chen - MSFT
- Is there a way to enable logging for a windows application I would like to access information such as
the form accessed, the method invoked, parameters used, date timestamp, etc...
-
- Calling the external XSL script from the main XSL script
by Tambourine
- 4 Replies
- Last post
by Martin Honnen
- Hi,
I have the following problem:
Here is the fragment of the script: <xsl:template match="some-template"> <xsl:variable name="xslScript">...</xsl:variable> <xsl:variable name="xmlFile">...</xsl:variable> <xsl:variable name="startMode">...</xsl:variable>
... Here I need to call stylesheet $xslScript for $xm
-
- Calling JAVA Web Service
by Nilaksha
- 5 Replies
- Last post
by Daniel Roth
- Hi, I have developed a Web Service Proxy to access JAVA Web Service which has been published in HTTPS. When I call a method its giving following error at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle) at System.Web.S
-
- Need help with Remoting Service
by Palak Naik
- 1 Replies
- Last post
by Steve Maine -- MSFT
- Hi All,
I need some help with .Net Remoting Service.
In my database, I have a table named Feature
I need to connect to this database in a remoting service class named LMCService in a method named GetFeaturesList
this is the mehod signature:
public Hashtable GetFeaturesList( string key)
{
throw new Exception ( "The method or operation is not im
-
- Deployment Servers
by Rakshit Bakshi
- 2 Replies
- Last post
by Zac Bowling
- Hello Dears,
Can anybody tell me that Other than IIS which are other web servers available on which i can deploy my Ajax enabled asp .net 2.0 web site
Thanks in advance
-
- how to use .net framework 3.0
by mahdi
- 1 Replies
- Last post
by ahmedilyas
- hi
I am using visual studio 2005 and downloaded .NET framework 3.0 and installed it on my computer.
but my visual studio work by framework 2.0.
how can I use framework 3.0