Currently Browsing: Microsoft

SharePoint Error: “The language-neutral solution package was not found”

Last night while developing an event listener custom list, I ran into this error, SharePoint Error: “The language-neutral solution package was not found” The solution to this problem is, Restart your visual studio. And it will be back to normal. Hope this helps
read more

Using CS and VB code files together in App_Code

Many a times you require to use both C-Sharp (C#) and Visual Basic (VB) code class files in the same project. If you just place your both the code files in your App_Code directly this is the error you’ll see, “The files ‘/BlogEngine.Web/App_Code/VBCode/Class1.vb’ and ‘/BlogEngine.Web/App_Code/CSCode/Extensions/BreakPost.cs’ use a different language, which is not allowed since they need to be compiled together.” But you can get this done, here is a very simple way you can try that out, 1) First make two folders in App_code with foldernames as - CSCode -...
read more

How to protect yourself from “Conflicker” Worm

Millions of Windows computers have been infected by a new computer worm dubbed “Conficker.” The situation is “not getting better,” but rather is “getting worse,” according to security software vendor F-Secure. In a blog post, F-Secure security researchers report that the number of machines infected by the Downadup worm has skyrocketed from roughly 2.4 million to over 8.9 million in the last four days alone. Downadup is a malicious worm that “uses computer or network resources to make complete copies of itself,” according to F-Secure. And it may also...
read more

Add drop down list to Excel

In Access, you can limit user entries by forcing users to choose a value from a list control. Office applications use the same functionality in built-in drop-down lists. For instance, the Highlight and Font Color controls on most Formatting toolbars use this flexible tool. Simply click the small triangle to the right of the icon to display a list of choices. You can create the same type of control for your users in an Excel sheet, but the process isn’t intuitive. The option is in the Data Validation feature. Fortunately, once you know the feature exists, it’s easy to implement. You need only...
read more

GOOGLE Chrome OS – Can it kill MICROSOFT?

Google has announced a new operating system project: Google Chrome OS. This is separate from Android, Google’s mobile phone OS. Chrome OS is a “open source, lightweight operating system”. It won’t be available until the second half of 2010, but the source code will be made available later this year. At the heart of the OS is Google’s Chrome browser. In fact, the operating system appears to be little more than a secure platform for the browser to run upon. Google says the following: “Speed, simplicity and security are the key aspects of Google Chrome OS. We’re...
read more
Page 1 of 712345Last »