Uninstalling IE10 from Windows 7 (SP1) 64-bit machine
Hi,I want to uninstall IE10 from my Windows 7 SP1, 64-bit machine. But when I tried to uninstall through Control Panel, its showing me below error. "An error has occurred. Not all of the features were...
View ArticleSignerInfo vs LDAP
Hi, When using the UnsignedAttributes of the System.Security.Cryptography.Pkcs.SignerInfo, this is trigging many LDAP / SASL network request, which could finish in timeout ?This behavior is very...
View ArticleDisable GET functionality of WEB API token call
Hi guys.I developed an application using ASP.NET WEB API 2. The application is completed and in the process of having security review done on it, but one of the requirements is that any GET requests...
View ArticleInstalling Windows Service
Hi,I'm creating a Windows service for a non-technical client. I'd like to create a user friendly installer for him. What are my options?I know about two possibilities but both of them have their...
View Articlesystem.drawing.drawing2d and lineargradientbrush
I've been reading and learning about graphics and vb and have found multiple references to a .net dll called system.drawing.drawing2d that does not exist on any computer I have looked at. To use the...
View ArticleNeeded Infotmaton
Hi,i would like to ask a favour about my Net framework Since I don't have any any idea on how to operate my network and internet services to protect my privacy and security against malicious activities...
View ArticleHow to know if a string is encrypted?
Hello, I implemented a simple class wrapping a SymmetricAlgorithm (RijndaelManaged) and providing the usual two public methods: Encrypt and Decrypt. Everything works well if I encrypt a string and then...
View ArticleUnable to add existing project (ClientLibrary.csproj) to the solution I build
In the face API, when I add the "ClientLibrary.csproj" to the solution or open the ClientLibrary.csproj directly, there always comes out an error: Unable to open the project file "ClientLibrary". The...
View Article“Exception has been thrown by the target of an invocation” Is the code line...
First of all My web application has developed for user/group management in active directoy as web services. It has been deployed on active directory on window server 2003 as well as run with .NET...
View ArticleTry ... Catch ... there is NO way to determine the line of code that...
This is something that I've never been able to resolve in any version of Visual Studio (Ultimate 2012 currently). I'm using VB.NET but the Try ... Catch exception handling does NOT provide any...
View ArticleWindows 10 Universal App - Disable window mode resizing
HI.Im trying to make Windows 10 app. There is only an option to set height & width of page but when i resize the app window content stack in center of window and it looks very bad.Is there any...
View ArticleHow to pass one table id to another table id column using c++ code
In SQl Server:: I have table likeempEid Ename1 xxxxx2 yyyyy3 sssss4 rrrrrdept table like::id did dname i want to pass eid values to dept id column using c++ code ...how can i pass...
View Article'Dynamic': is not a member of 'System'
Hi, I create a project using CLR with .net 4.6. But when compiled, I got the following error " 'Dynamic": is not a member of 'System' ". Where is the problem?
View ArticleDifference between events & Delegate
Hi All,What is exact difference between events & Delegate ?Is Events on the Top of Delegate ? How ? Please help me here ?
View Articlewhitespace handling in validation of xsd token
Hello, I get a validation error for a token containing only spaces. I would expect it to pass due to the validator collapsing it to an empty string (according to thewhithespace handling facet). In fact...
View ArticleSave data to Sql database
I am using Visual Basic .Net Compact 3.4 express and want to save my form collected Data to a SQL database following built in procedures but cant find in the associated table. What am I am doing Wrong?
View ArticleIssue with MD5CryptoServiceProvider classin System.Security.Cryptography...
Hi Team, We have developed a Class Library which is used to encrypt and decrypt the data. This library is used to create files in an application.The application use the security library to encrypt the...
View ArticleHow to call the correct generic method when conflictes occurs, and how to...
public class TestClass<T> { public void TestMethod(T t1) { } public void TestMethod(int t1) { } void Question() { TestClass<string> tc1 = new TestClass<string>(); MethodInfo method1...
View ArticleIFormatProvider doesn't really "provide" does it?
So,I've worked with more on the extensible side of Visual Studio. IServiceProvider is designed in an identical fashion. YOu call the method and provide a type, and if that type is available, the...
View ArticleHow to drag a LABEL control from the Toolbox into a PICTUREBOX control.
Hi, I have a windows application which have all functionality of Microsoft Visual Studio. In this application we have it's own LABEL, PICTUREBOX, TEXTBOX,..,My question is that when i drag LABEL from...
View Article