Connect with us

WINDOWS

[solved]-Windows 8 is having a 169.254.0.1 to 169.254.255.254 IP address although I have manually set a different IP address

Published

on

169 ip address

I have manually set the ip address, as follows in windows 8.

169 ip address

But when i check using ipconfig in the command prompt I get my ip address as 169.254.0.54 and subnet mask as 255.255.255.0 and the default gateway is 192.168.2.251

Windows 8 is having a IP address from Automatic Private IP Addressing/APIPA range (169.254.0.1 to 169.254.255.254)

I cant access internet. cant ping local pcs/servers.. How to fix this?  

Solution:

This is a temporary failure,  in windows 8 tcp/ip stack. DONT use netsh winsock reset command as it wont fix this..Restarting /disabling and enabling ethernet connection nothing will fix..

Just turn on DHCP IP option . select the following settings
Obtain an IP address automatically
Obtain DNS server address automatically

Solution

and then click ok .. ok… once this is done you can and revert it back to manual IP assignment.. And assign your IP address as it was …

#################################################################
Some times by having an additional ip address bonded will fix this

ip address

 

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

WINDOWS

(Solved)-An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message:Could not load type

Published

on

By

parser error

Recently I migrated vb.net application from Windows Server 2003 to 2008 R2. Some urls were not working .. Just displayed the following error.

######## ######### ####### ########## ######## ######## ######## ########## ###

Server Error in ‘/AssessmentsV2’ Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type ‘CBI.login2’.

Source Error:

Line 1:  <%@ Page Language=”vb” AutoEventWireup=”false” Codebehind=”login.aspx.vb” Inherits=”CBI.login2″ %>
Line 2:  <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
Line 3:  <HTML>

Source File: /assessmentsv2/xxx/login.aspx    Line: 1

Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5483

######## ######### ####### ########## ######## ######## ######## ########## ###

I DID lot more researches, when i see this error An error occurred during the parsing of a resource required to service this request.” None of them are working for my scenario except one.. Solution worked for me was just convert the web folder to an Application in IIS.

[wp_ad_camp_2]

Open IIS and select the website and the appropriate folder that needs to be converted. Right click and select convert to Application.

Say good bye to “An error occurred during the parsing of a resource required to service this request. “

[wp_ad_camp_3]

Continue Reading

WINDOWS

(Solved)-Event ID:1005 -Word 2010 crashes when starting! Application Error Windows cannot access the file MSGR3EN.DLL

Published

on

By

Event ID:1005 -Word 2010 crashes when starting! Application Error Windows cannot access the file MSGR3EN.DLL

When I open Microsoft Word 2010, after few seconds,  it crashes with no messages , without any additional details. I tried Start Microsoft Word in Safe Mode, assuming a newly installed plugin may causing the problem. (in word safemode (winword /safe), Plugins are not loaded.)  Proving that I was wrong it crashed again and again even safe mode. repaired and Reinstalled office 2010 (Uninstalled completely and reinstalled  ) . yet no use. 🙁

Thus, I had to check Evenviewer and located few errors related to word crash and they are Event ID:  1005 and Event ID: 1000.

But he important error was found under Event ID:  1005.

Log Name: Application
Source: Application Error
Date: 06/07/2016 08:19:57
Event ID: 1005
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer:
Description:
Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Microsoft Word because of this error.

Program: Microsoft Word
File: C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL

The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data
Error value: C000009C
Disk type: 3
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="49152">1005</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-06T06:19:57.000000000Z" />
<EventRecordID>42984</EventRecordID>
<Channel>Application</Channel>
<Computer>SN1400491L.snba.be</Computer>
<Security />
</System>
<EventData>
<Data>C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL</Data>
<Data>Microsoft Word</Data>
<Data>C000009C</Data>
<Data>3</Data>
</EventData>
</Event>

 

So this was the reason for word 2010 crash “Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL”

MSGR3EN.DLL was there when I check it under C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\ it was there. For some reason word can’t access it and that is the reason for this crash ..

Now what ?

Solution for Event ID:  1005 “Windows cannot access the file C:\Program Files (x86)\Microsoft Office\Office14\PROOF\1033\MSGR3EN.DLL”.. 

The Event ID:  1005 itself has few suggestion.  what worked for me was chkdsk.

How to fix disk issues with check disk?

(1) Method 1 

Open command prompt with run as admin. (You must run command prompt as admin to access chkdsk utility Else you will see  “Access Denied as you do not have sufficient privileges.You have to invoke this utility running in elevated mode.”

then run

chkdsk /R /F C:

“/R”    switch  locates bad sectors and recovers readable information while  “/F” switch will fixes errors on the disk.

Then you will get a message saying

"Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)" 

event id 1005

This is normal , and its is because windows operating system and other programs that are running are holding the drive which prevents it from locking,.  Press Y and let it run when you restart your pc. Check disk is scanning and fixing issues at start up when you press Y and hit enter .

or

(2) Method 2 (Alternative method , dont run both!!)

Go to C drive properties

Go to C drive properties

and go to tools —> Error Checking— > check now and tick both “Automatically fix file system Errors” and “Scan for and attempt recover of bad sectors” and click Start. Then you will get a message “Windows can’t check the disk while it’s in use” , Just click on Schedule disk check and let it run when you restart your pc.

Disk Error checking Utility

That’s it….  After running this , word can access MSGR3EN.DLL and it was the solution for my word 2010 crash . 

 

Continue Reading

WINDOWS

(Solved)-Run-Time error ‘1004’ : General ODBC Error : The Oracle(tm) client and networking components were not found.

Published

on

By

run time error 1004

How to fix Run-Time error ‘1004’ : General ODBC Error : The Oracle(tm) client and networking components were not found.

Recently I have migrated to windows 7 and one Microsoft excel 2010 form  which was working previously stopped working.

and there were two error messages from Microsoft Visual Basic and Microsoft ODBC for Oracle

Microsoft Visual BasicMicrosoft Visual Basic .Run-Time error ‘1004’ : General ODBC Error

Microsoft ODBC for Oracle

The Oracle(tm) The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation. You will be unable to use this driver until these components have been installed

Though I receive error “The Oracle(tm) client and networking components were not found.” I had oracle 11.2.0 client installed already. Yet excel cant detect my oracle client 11.2.0 . Thus it gives Microsoft ODBC for Oracle error as well as Microsoft Visual Basic  error Run-Time error ‘1004’ : General ODBC Error.

Solution for “The Oracle(tm) client and networking components were not found.”

Solution was to add Oracle client path to the system path of windows. Oracle client executables, binaries cannot be identified by windows until it is added to system path variable. My oracle client was located under C:\Oracle\product\11.2.0\client_1 (you once may be different, select it in the way your pc has it)

 

Go to system properties, —>Advanced—–>Environment Variables—–>path——>Edit.

Then add your oracle  client path (C:\Oracle\product\11.2.0\client_1) with a semicolan at the end and click ok

System Path Variable settings for Oracle ClientSystem Path Variable settings for Oracle Client

That’s it

Continue Reading

Trending