DetailsView update and insert not working
Pretty simple, listview populates a detailsview which I'd like to update and insert. Update fails with no error, just doesn't update, and insert fails saying pub_id can not be null (even when a value...
View ArticleSettingsProvider and GPO settings support
I need SettingsProvider, that can read settings from registry with group policies support (http://msdn.microsoft.com/en-us/library/aa374292(v=vs.85).aspx):first read...
View ArticleProc.StandardInput
I am using proc.Standardinput to redirect input,output,error.My question is the commands to be executed will be saved in the buffer and run sequentially or it will have a set of commands and have...
View ArticleHow do I use an XML Schema document in the serialization/deserialization of...
so far I have an XML file and it's XML schema definition, I also was able to use xsd.exe to create the classes from the XSD documentHow do I use the generated classes for the XSD document to work with...
View ArticleIs there a way of using TCP/IP in Portable Class Libraries
Hi there,I need 2 or more devices of different kinds (Cell, Computer, Others) to communicate, and each device is both a server and client, and I was thinking of using TCP/IP, and I could not find...
View ArticleQuartz.net with structuremap
Hi,I am looking for an example where quarzt.net is implemented using structuremap.Please let me know how to implement this. I am not able to inject the jobfactory in ioc.Thanks,Dhananjay
View ArticleHow to run TFS commands using windows service?
Hi, I have created a windows service that is scheduled at a particular time daily. I need to run some TFS commands ( like check in some files etc.) through that service. Can anyone give me the clue of...
View ArticleStrongly Named DataSet.AcceptChanges() problem (high cpu and runs for ever)
Hi,I am having problem with a dataset which in some cases will take up to 15 min to complete an AcceptChange and CPU usage is very high.I have tested a few things to see if I can make it go faster and...
View ArticleUnable PinChanged event with EventType of Break never generated
Hi MSDN,I have two com ports communicating with each other. If I write to one, the DataReceived event is generated on the other, and vice versa.This is all as expected.However, when I set the...
View Articlesubtraction a local properties
naser wahbyHello support help , i have one question ,i have two different tables on one screen , there are of course a relationship between the two tables.In one table the a column for the items i...
View ArticleHow to convert .eml to .msg?
I have been using Windows live mail to receive my emails. All the downloaded emails are in .eml format.Now i want to configure my mailbox in Outlook 2010 but the mailbox export tool in windows live...
View Articleotomatic set text and push button
I want to ask one question about ASP.NET htmlparser.I want to go one url and i want to find textboxes and buton .After that i will set a value in this textbox and i will push the button.But i want to...
View Article(Trying to use) DataContractJsonSerializer
I am trying to follow this example: http://msdn.microsoft.com/en-us/library/bb412179(v=vs.110).aspxBut I am just doing a simple desktop app; no WCF, no AJAX, no web anything.My code is in VB.Net and I...
View ArticleWant App.config fill for connection string in vb.net windows applications
hi,my connection string in global class.but i want in different file like .xml,.txt,.config, etc....eg:-Public Const sConnStr As String = "Provider=SQLOLEDB.1;Persist Security Info=False;" & _...
View ArticleListview behavior, normal? ...or not....
Greetings,I have a ListView that actually has 10 columns, however I format the display so that 7 of the columns have 0 width. That is, this was an old Visual FoxPro trick where you could carry data...
View Articletypo in this forum description
Hello,This forum description reads "Discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections, I/O, Regigistry, ..."It should be "Registry".
View ArticleLibrary: mistake/innaccuracy in: Standard Date and Time Format Strings
Hello,I wanted to report a mistake in the Library, but the page tells me "Thank you for your feedback" and prevents me from reporting anything else. The related page...
View ArticleBind redirect NewtonJson not working
I'm using .net 4.5.The assembly System.Net.Http.Formatting uses the NewtonJson 4.5.0 assembly, doesnt it?However, the newer version of NewtonJson (nuget) is 6.0.2.16931. I wrote the following in the...
View ArticleWebBrowser Control continue script execution without script error warning box
I have to call 3rd party CRM system. There are some issues in their javascript code, but webpage functions correctly in IE9. If I have ScriptErrorsSuppressed set to false I will get error message -...
View ArticleLoadJpeg WP extension throwing COMException: The image header is unrecognized.
I am trying to Binary Serialize a WriteableBitmap to a stream.I found a way around this error, but it is very wasteful. Here is my code: public void FromandTo() { var uri = new Uri("Assets/test1.jpg",...
View Article