| Author |
Message |
rdugre
Joined: 06 Feb 2006 Posts: 9
|
Posted: Tue Apr 03, 2007 4:04 pm Post subject: Illegal characters in path. |
|
|
| Just a minor issue. When I attempt to open the "aspnet_wp.exe" process, I get the message "Illegal characters in path." It seems to open the process successfully, but I'm assuming it's complaining about the underscore in the process name. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Sun Apr 20, 2008 10:59 pm Post subject: |
|
|
There seems to be some wierdness in the environment of the worker process application -- aspnet_wp.exe's path includes a question-mark. .NET's System.IO.File namespace seems incapable of resolving this path, which seems to me a bug in the framework. See here for more information.
Perhaps creating an application config file for Memory Tracker forcing the supportedRuntime to .NET 2.0 will make this work. I'm not in a position to try it right now, but I'll see if I can look into it later.
Thanks! _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Mon Apr 21, 2008 10:16 am Post subject: |
|
|
Hi,
Creating a RedGate.Memory.UI.exe.config file does solve the invalid path problem for aspnet_wp.exe:
| Code: |
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration> |
There seems to be a problem accessing some bit of memory now, however. Hopefully it works for you. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group