Int32.Parse(" 123") / Int32.TryParse(" 123") breaks with ascii code 160...
I have some string called intValue, that only contains numbers and white space (char 160 and char 32). When I trim it, it works fine and returns just the string "1234" as expected. But when I call...
View ArticleArray.Sort performance issue
Using Array.Sort with a Comparison(of T) delegate, I noticed some impossible equality outcomes. In other words, I knew the input array contained no pair of elements that compare equally. So, I made an...
View ArticlePlease help me with asp.net web application small task!!!!!!!
This is a hands on assignment that i have to complete using a computer.Please create a new solution, name it asYourFullNameAndTodaysDate.slnWhen assignment is done , rar/zip it and attach to reply...
View ArticleJava Digital Signature
I need to validate a SAML token generated by a Java application via OpenSAML. Everything works except for CheckSignature(http://msdn.microsoft.com/en-us/library/ms148731.aspx) which always returns...
View ArticleFindByIdentity, .NET Framework 4.5
Hi,I'm setting up a service to manage AD user accounts via System.DirectoryServices.AccountManagement. The service lives in a different domain (our DMZ) than where the user accounts live (user...
View ArticleDeploying an DLL (COM object) to Excel vba reference
I have developed (VB.Net) a DLL in VS2010 to use in Excel (Windows 7 64 bit with 32 bit Office 2010) The Class Library has both 'Make assembly COM-Visible' & 'Register for COM interop' checked. The...
View ArticleUnable to get the System.Data.Design dl
Hi ,I am using "TypedDataSetSchemaImporterExtension" constructor in code.I was getting error, In course resolving this issue I found that it requires System.Data.Design Namespace.But I am unable to...
View ArticlePageResultResponseControl.TotalCount in DirectorySevice
Hello,PageResultRequestControl prc = new PageResultRequestControl(50);mySearchRequest.Controls.Add(prc);....// Send Request and Get Response..PageResultResponseControl prrc = ...//prrc.TotalCount...
View ArticleApplicationSettings Upgrade doesn't work with local settings?
We're using ApplicationSettings (.NET 4) to store user configuration (using the settings designer). We have tagged settings as local or roaming as appropriate, so we have user.config files in both the...
View ArticlePaul Ishak = AssHole!
http://social.msdn.microsoft.com/profile/paul%20ishak/?ws=usercard-mini = LICK MY ASS!We are not here to help you manipulate other websites.Are you so retarded Paul Ishak? Or are you jew? As I didnt...
View ArticleSQL Server 2008 R2 Runtime?
I've developed an app that accesses a remote SQL Server using ado.net. I'm finding that I can not run the app unless I install SQL Server Express 2008 R2 on each client machine. My app references the...
View ArticleSingleton or Session
Hello all,When a user logins in my system I create a session with all his info such as firstname, lastname, photo, age, classroom, etcSo I heard something about Singleton where I can instance a class...
View Articleproblem in having a product key
Good Morning all ,my problem is that my visual studio 2010 asked for " You can get a key to extend your trial by registering this copy of Microsoft Visual Studio online. You may also purchase a key to...
View ArticleReferencing currently open Word documents
Hi,I'm trying to populate a combobox with a list of currently open MS Word documents. In VBA it is done like this: For Each wb In Application.Documents wbname(q) = wb.Name q = q + 1 b = b + 1 Next...
View Articlecan't publish asp.net vNext application on IIS (no express)
Couldn't determine an appropriate version of KRE to run. Verify that you have a k.ini file with KRE_VERSION=version and that the KRE package is available at KRE_HOME or as a sibling directory to the...
View ArticleWhat is the difference between hidden field and view state??
Both view state and hidden field are use to store page specific information then, what is the difference between both of them??
View Articleapp class and methods
Dear all,I have application that is built by some developer - who is not present now. How can I see and work on the code that is installed on the IIS machine. I have admin privileges on this...
View ArticleWhen IAsyncResult.CompletedSynchronously will be set to true in Asynchronous...
Hi,I come across Asynchronous programming model, I read few blogs and MSDN regarding this APM. suddenly questions in my mind became book size. Please throw lights on me.1) When CompletedSynchronously...
View ArticleHow to include the Microsoft.DirectX in .NET WPF applications?
Hey guys, I am having Windows 8.1 installed and Visual Studio 2013. Whenever I try to access the DirectX namespace, usingusing Microsoft.DirectX;..it doesn't work for me.What should I do? What might be...
View ArticleGet email address on browser
Hi everyone!I'm using gmail account, and i have a web page in same the browser (ex: mypage.com).In mypage.com have a textbox to input email address.and i want when i open mypage.com then get gmail...
View Article