| Thread | Last Post | Replies |
|
| Satellite Assemblies - de-DE vs de | 20 Feb 2007 06:08 GMT | 1 |
What determines if the Satellite assemblies should be in a dir "de-DE" or "de" I built some satellite assembles with resource files resourcefile.de-DE.resx and my app finds these in /de-DE but I also have a third party app satellite assemblies and they must be in /de
|
| retaining leading whitespace in text of an xml node | 20 Feb 2007 04:25 GMT | 4 |
when I run the following code the leading spaces of the "data" node are removed. How do I retain whitespace? private void CreateBasicXmlDocument() {
|
| does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. | 20 Feb 2007 04:01 GMT | 6 |
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url);
|
| Adding reference of Excel COM won't work | 20 Feb 2007 02:45 GMT | 7 |
I have project that automate excel(using Excel COM) which works fine in my home. I took the project from my home to work and tried to build the project but it won't built.
|
| portals? | 20 Feb 2007 00:23 GMT | 2 |
1.what exactly portals are? 2.how to develop portlas basicaly? 3.how do the portals work? 4.how to develop a portal that stores files,retrieves the required file,updates the files,delete the contents of the file or add nmore contents into the file and the files that are ...
|
| non-generic method | 20 Feb 2007 00:21 GMT | 1 |
I have a detailsview connected to a dataset on a aspx page. When I run the page and try to do an update on the data I receive the following error, ObjectDataSource 'UserInstall2' could not find a non-generic method 'Update' list of all fields in dataset.
|
| Central Illinois | 19 Feb 2007 22:21 GMT | 2 |
I am a .NET software developer who recently moved from Phoenix, Arizona where there was a very active .NET User Group to Normal/ Bloomington, Illinois where there doesn't appear to be any Microsoft Software Development related user groups. Do any of you live in
|
| Create Printer Friendly using HTML | 19 Feb 2007 22:01 GMT | 1 |
I am trying to create a Printer Friendly document from my windows application using HTML. I am have been looking around the internet for something that can place me in the right direction. If anyone knows of how to start creating a document like this please let me
|
| help deployment error | 19 Feb 2007 21:46 GMT | 2 |
I am trying to deploy a c# application that contains a crystal report viewer to another machine. However when I build the applicaiton it says that Property "keycode" is non-nullable Any help would be appreciated
|
| How can i access com port in c# ? | 19 Feb 2007 21:30 GMT | 1 |
How can i access the com port and send data to it if I have a mobile phone connected to it? Are there any classes for it ? Please refer some link. Need help.
|
| Unable to write data to the transport connection | 19 Feb 2007 21:04 GMT | 3 |
I'm trying to upload a file programatically and occasionally I get the following error message. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
|
| XML Comments XML to HTML document | 19 Feb 2007 19:56 GMT | 3 |
In VS2005, is there a way to convert the XML documentation file into HTML, like VS2003's Tools + Build Comment Web Pages? Is there another way (without writing the XSLT) to achieve this?
|
| Transparent user control not redrawing properly | 19 Feb 2007 19:48 GMT | 4 |
I have a completely user-drawn user control in which I enabled transparency (follownig suggestions at http://www.c-sharpcorner.com/UploadFile/Nildo%20Soares%20de%20Araujo/Transparent Controls11152005074108AM/TransparentControls.aspx) The user control does not contain any other ...
|
| converting string to method, templates question | 19 Feb 2007 19:04 GMT | 6 |
Problem: I am looking to reduce my code size because I have many very simliar functions e.g.: private uint GenerateAcquisitionID(AcquisitionType[] c)
|
| ThreadPool query | 19 Feb 2007 19:00 GMT | 2 |
I start a thread like this: ThreadPool.QueueUserWorkItem(new WaitCallback(Receive), this); private static void Receive(object obj) {
|