Search This Blog
Thursday, August 20, 2009
Monday, August 10, 2009
Wednesday, August 5, 2009
Tuesday, August 4, 2009
Sunday, August 2, 2009
Check if QueryString Exists
http://bytes.com/groups/net-asp/340313-querystring-exists
If (Request("test") = Nothing) Then
Response.Write("QueryString does not exist!")
Else
End If
Response.Write("QueryString does not exist!")
Else
End If
Thursday, July 30, 2009
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID{61738644-F196-11D0-995
http://community.spiceworks.com/windows_event/show/84-dcom-10016
following is the resolution from the above link:
1. Open the registry and go to "HKEY_CLASSES_ROOT\CLSID\{
2. Go to Component Services via Start -> Control Panel -> Administrative Tools -> Components Services. Expand the Component Services branch then expand "Computers", "My Computer", and "DCOM Config". Right-click on "Machine Debug Manager" (or whatever your CLSID represents) and choose Properties. Click on the Security tab and under “Launch and Activation Permissions” select "Use Default". Click OK, close the Component Services window. The error should disappear now.
Subscribe to:
Posts (Atom)