D
dan.c.roth
DEVPATH bug in a Web app (ASP.NET)?
Hi
Has anyone got DEVPATH to work in a Web app?
I have no problem for a Win app.
I added
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" />
<developmentMode developerInstallation="true"/>
</runtime>
in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
and set the DEVPATH to c:\common
but I still get System.IO.FileNotFoundException
and yes I set all permissions for c:\common.
Now If I set the DEVPATH to c:\Temp
and Put the shared dlls in c:\Tem it seems to work.
So is there any special format That DEVPATH should be set to?
I tried c:\Temp\ and c:\Temp\\
Regards,
Daniel Roth
MCSD.NET
Hi
Has anyone got DEVPATH to work in a Web app?
I have no problem for a Win app.
I added
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" />
<developmentMode developerInstallation="true"/>
</runtime>
in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
and set the DEVPATH to c:\common
but I still get System.IO.FileNotFoundException
and yes I set all permissions for c:\common.
Now If I set the DEVPATH to c:\Temp
and Put the shared dlls in c:\Tem it seems to work.
So is there any special format That DEVPATH should be set to?
I tried c:\Temp\ and c:\Temp\\
Regards,
Daniel Roth
MCSD.NET