|
| Macro not working? |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.vsnet.ide.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
| Calvin |
I have several Macros working fine on my laptop. I copied everything to my VS.NET 2003 installed on Windows Server 2003, it stopped working!
The builtin Macros not working either!
No error message, just no effect.
I opened the Macro IDE, try to debug it, I got message: DLL or Library not registered!
I already reinstalled/uninstall/reinstall, ... , etc still not working!
Who can help?
Thanks, Calvin
|
|
|
| |
|
| |
| |
| Ed Dore [MSFT] (VIP) |
Hi Calvin,
I suspect that the mscorlib.tlb has somehow become unregistered on the problem machine. I've seen this happen due to bad uninstalls of addin projects. When the mscorlib.tlb is unregistered, macro execution silently fails.
To reregister mscorlib.tlb, use the regtlib.exe utility. For example:
REGTLIB.EXE MSCORLIB.TLB
mscrolib.tlb should be located in your ...\windows\Microsoft.NET\Framework\v1.1.4322 directory. On my XP system, I found regtlib.exe in ...\windows\system32\URTTemp. (though you may have to search your hard drive for this one).
Sincerely, Ed Dore [MSFT]
This post is 'AS IS' with no warranties, and confers no rights.
|
|
|
| |
|
|
| |
| |
| Peter Strøiman |
I had the same problem and followed your instructions but with no success. I just got a different error message instead. Something like "Cannot load type library/dll"
Then I tried to uninstall the dot-net framework and reinstall it again (from the windows update web site).
And that did the trick - my macros are working again.
/Pete ""Ed Dore [MSFT]"" <Click here to reveal e-mail address> wrote in message news:Click here to reveal e-mail address... [Original message clipped]
|
|
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|