RIS RISetup error related to .Net 2.0 System.EnterpriseServices....

J

Joe

We use Remote Installation Services extensively to deploy all our desktops.
All of these desktops have .Net 2.0 installed. Many of these desktops have
the Visual C# Express installed also for development.

When I run RIPrep, everything works well, except that I get an error message
somewhere along the line complaining that it cant copy
System.EnterpriseServices. (error is below)

As I understand it, this dll is a microsoft.net DLL that is installed in the
GAC.

Later, when I try to use Visual C# Express, I cant build our programs
because they generally depend on this file being there.

It looks like .Net 2.0 is now "corrupted" on every system that uses this RIS
image.

I found a few posts with this same problem, but none of them had a solution,
except for ignore the error :)

Any help on this issue would be greatly appreciated. This is completely
reproducible - I ran RIPrep multiple times to create images, and got this
error every time.

Cannot copy reparse point
C:\WINDOWS\Assembly\GAC_32\system.enterpriseservices\2.0.0__B03F5F7F11D50A3­A

Thanks!

Joe
 
J

jmd.msdn

Hello.
I also have this error from RIPREP whith machines containing Visual Studio
2005.
I click ok when I see the error dialog during riprep execution.
To solve this problem, do the following after the machines installation
finish.
(1) create a folder, (2) execute linkd utility

:: The following TWO lines must be executed once on each affected PC
(corrects error : wrapper.dll not found)

mkdir
C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a

your_path_Resource_Kit\linkd
C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a
C:\WINDOWS\WinSxS\x86_System.EnterpriseServices_b03f5f7f11d50a3a_2.0.0.0_x-ww_7d5f3790

The above 2 ARE ONE LINE !!!
linkd.exe is a Microsoft utility in the Microsoft Windows 2000 Resource Kit
Replace your_path_Resource_Kit with yours

Some info on junction, reparse points, ... =>
http://support.microsoft.com/?kbid=205524

Hope this can help you.

Best regards.
jean-marie
 
J

jmd.msdn

Hello.

::
:: Execute 1 time on each affected PC (corrects error : wrapper.dll not
found)
:: There are 2 lines to execute one after the other :
:: (1) create a folder
:: (2) create a junction
::
::-------------------
mkdir
C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a

your_path\linkd
C:\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a

C:\WINDOWS\WinSxS\x86_System.EnterpriseServices_b03f5f7f11d50a3a_2.0.0.0_x-ww_7d5f3790
::-------------------

!!! the above 2 are only ONE LINE !!!

linkd (linkd.exe) is a Microsoft utility from the Windows 2000 resource kit.

Some info : http://support.microsoft.com/?kbid=205524

Hope this helps you.

Best regards.

jean-marie
 
J

jmd.msdn

ok
my first reply gives me a server communication error
my second reply starts to server but after a refresh I also see my first
post !!!

But I see my reply has wrapping problem in Outlook Express.
Hope you understand what I mean.

jean-marie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top