.net framework The configuration section 'connectionStrings' has an...
i really need help i cant set a hotkey on this program unless i can fix this error See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box....
View ArticleGetting SignedXml output with line breaks
Is there a way to make SignedXml class generate resulting XML with linebreaks between elements?Because now, doing this:{ SignedXml^ signedXml = gcnew SignedXml(); ........
View Articlehi there!!!
i am newly entered in this field!! i wannt to know that i have closed my web application tool bar in visual studios!!! on write side!!
View ArticleDLL reference error
Hi,I have a solution containing many projects. Once the solution is built, the compiled dll is copied to a common location. In the solution, I have a project (A), for which I have referred a dll(M.dll)...
View ArticleASP.NET 5 class libraries and desktop applications
We're starting a major new version of an existing project that shall be moved from mainly GUI clients to a web application. It is a complex client-server architecture and has a lot of supporting...
View ArticleGlobal.Application_Start() : Global.Application_Start()
It's an MVC 4.5 C# application and client's requirment is to remove following suppression: [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic",...
View ArticleUnable to parse the date in the format "M/d/yyyy H:m:s" using...
I am working on a windows phone silverlight application.I have a requirement where in I want to parse the date string of format "M/d/yyyy H:m:s" (eg: 3/18/2015 14:4:5) to DateTime struct. This is what...
View Article.Net WPF query?
In wpf table/tablecell , is there a feature like MS-Word which,defines maximum height of a cell,after we reach that maximum height of the cell either by: 1) typing in that cell 2) copy pasting data...
View ArticleCompressing on ScriptResource.axd
hi there, first i want to say sorry for my english.i have a problem with scriptresource.axd file (on 4.5.2 version) and that is like a bug on framework. when i send a request by "accept-encoding:gzip"...
View ArticleGet Log on Username in system session ..
Hi,I'm developing a windows service and i need to get log on username but the problem is service is running under system account so it always returnsystem as username, is there any way to get log on...
View ArticleNested process hangs when redirecting standard output
I have the following situation:Application1 starts Application2 via Process.Start and redirects its standard outputApplication2 starts a 3rd process (external application), also via Process.Start and...
View ArticleMultiformDataContent fails on PCL for System.Net.Http when using names that...
I'm using the System.Net.Http PCL library on iOs/Android with Xamarin. The distinction is necessary as this code works just fine with the non PCL version. I'm simply trying to add content to the...
View ArticleReferencing WMI Manageable class from another WMI Class
Hi, I am trying to have WMI manageable class referring to another WMI manageable class Something like [ManagementEntity]Class A{} [ManagementEntity]Class B{ [ManagementReference(Type = "A")]...
View ArticleCan't find Microsoft.IdentityModel.dll and System.ServiceModel.dll
Hey Guys: I use the Simple STS example from the msdn. Example is below:using System; using System.ServiceModel; using Microsoft.IdentityModel.Claims; using Microsoft.IdentityModel.Configuration; using...
View ArticleUsing ASP.NET, How can I access client machine's serial COM Ports?
Hello Team,I have a very specific scenario where I need to access the client machine's serial COM ports. I am only able to access server machine's COM port where I have deployed my ASP.NET...
View ArticleHow C++.net deal with delegate from a C# method?
C++ invoke the method of a C# DLL. but C++ get a delegate method from the C# DLL, not the result that should be. my question is: how C++ deal with the C# delegate method? as the picture shows,...
View Article