What happened to AssemblyDescription in Windows 7?

In my test assembly I have this defined in my AssemblyInfo.cs [assembly: AssemblyDescription(“this is a description”)] I can use either of these lines to retrieve that text from the resultant assembly: via PowerShell (dir $path).VersionInfo.Comments via C# System.Diagnostics.FileVersionInfo.GetVersionInfo(path).Comments

System.UnauthorizedAccessException: Retrieving the COM class factory for Word Interop fails with error 80070005

Here is my fix for this problem: I’m using Win 7 64bit and Office 2007 Run program “dcomcnfg -32“. ( You cant find the word and excel components if it runs under 64bit) Go to “Console Root/Component Services/Computer/My Computer/DCOM Config/” Look up Microsoft Word and Excel and choose properties. Go to Security and select “Customize” … Read more

Getting error, Error: Cannot find module ‘express’ after npm install

I ran into the same problem on Windows 8.1. The express.cmd is not created, but I found the text file: C:\Users\you\AppData\Roaming\npm\node_modules\express\Readme.md It suggests to run this: npm install -g express-generator@3 Which will download more stuff. After that you can use express on the windows command prompt. It will be in your path ( C:\Users\you\AppData\Roaming\npm) Edit: … Read more

Pinning a Java application to the Windows 7 taskbar

I don’t have Windows 7 but here is something that might get you started: On the Java side: package com.stackoverflow.homework; public class MyApplication { static native boolean setAppUserModelID(); static { System.loadLibrary(“MyApplicationJNI”); setAppUserModelID(); } } And on the native side, in the source code of the `MyApplicationJNI.dll library: JNIEXPORT jboolean JNICALL Java_com_stackoverflow_homework_MyApplication_setAppUserModelID(JNIEnv* env) { LPCWSTR id … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)