A
anthonyx26
Trying to query the registry here from my aspx page but keep getting the
following error. Any ideas?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30188: Declaration expected.
Source Error:
Line 24: lpType As Long, lpData As String, lpcbData As Long) As Long
Line 25:
Line 26: RegistryKey key =
Registry.LocalMachine.OpenSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Setup",
false);
Line 27:
Line 28: Dim myregval = key.GetValue("BootDir").ToString();
Source File: C:\Inetpub\wwwroot\GMMM_uploadPR.aspx Line: 26
following error. Any ideas?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30188: Declaration expected.
Source Error:
Line 24: lpType As Long, lpData As String, lpcbData As Long) As Long
Line 25:
Line 26: RegistryKey key =
Registry.LocalMachine.OpenSubKey("Software\\Microsoft\\Windows\\CurrentVersion\\Setup",
false);
Line 27:
Line 28: Dim myregval = key.GetValue("BootDir").ToString();
Source File: C:\Inetpub\wwwroot\GMMM_uploadPR.aspx Line: 26