Illegal characters in path error while deploying web part
-
When I am trying to build a web part in visual studio I am getting the below error. Parameter "SearchPaths" has invalid value "C:\Program Files (x86)\Microsoft Chart Controls\Assemblies"\Microsoft.Web.Administration.dll". Illegal characters in path. Please help to resolve this.
Sanjeet
-
When I am trying to build a web part in visual studio I am getting the below error. Parameter "SearchPaths" has invalid value "C:\Program Files (x86)\Microsoft Chart Controls\Assemblies"\Microsoft.Web.Administration.dll". Illegal characters in path. Please help to resolve this.
Sanjeet
SANJEET KUMAR SATPATHY Delhi IN wrote:
"C:\Program Files (x86)\Microsoft Chart Controls\Assemblies"\Microsoft.Web.Administration.dll"
Well, the " after Assemblies shouldn't be there
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
SANJEET KUMAR SATPATHY Delhi IN wrote:
"C:\Program Files (x86)\Microsoft Chart Controls\Assemblies"\Microsoft.Web.Administration.dll"
Well, the " after Assemblies shouldn't be there
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
Yes I know due to " error is coming. But my question is how to resolve this because it does not exist physically in the solution.
Sanjeet
-
When I am trying to build a web part in visual studio I am getting the below error. Parameter "SearchPaths" has invalid value "C:\Program Files (x86)\Microsoft Chart Controls\Assemblies"\Microsoft.Web.Administration.dll". Illegal characters in path. Please help to resolve this.
Sanjeet
SANJEET KUMAR SATPATHY Delhi IN wrote:
But my question is how to resolve this because it does not exist physically in the solution.
Ok, sorry I misunderstood you.
SANJEET KUMAR SATPATHY Delhi IN wrote:
Microsoft.Web.Administration.dll
Ok, this is strange. I think there is no Microsoft.Web.Administration.dll. So perhaps there is an error in your references (or in your usings). There is a System.Web.dll, when you include it you can use
using System.Web.Administration;
The searchpath is the path were the dlls are looked up.
SANJEET KUMAR SATPATHY Delhi IN wrote:
Parameter "SearchPaths" has invalid value
Did you added a reference-path in your project settings? It might be wrong.
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
SANJEET KUMAR SATPATHY Delhi IN wrote:
But my question is how to resolve this because it does not exist physically in the solution.
Ok, sorry I misunderstood you.
SANJEET KUMAR SATPATHY Delhi IN wrote:
Microsoft.Web.Administration.dll
Ok, this is strange. I think there is no Microsoft.Web.Administration.dll. So perhaps there is an error in your references (or in your usings). There is a System.Web.dll, when you include it you can use
using System.Web.Administration;
The searchpath is the path were the dlls are looked up.
SANJEET KUMAR SATPATHY Delhi IN wrote:
Parameter "SearchPaths" has invalid value
Did you added a reference-path in your project settings? It might be wrong.
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
I am not adding any dll reference to the project. I am just simply creating a Web part using visual studio. After creating I am simply add some text like "Hi". After that when I am trying to build the application I am getting that error.
Sanjeet
-
I am not adding any dll reference to the project. I am just simply creating a Web part using visual studio. After creating I am simply add some text like "Hi". After that when I am trying to build the application I am getting that error.
Sanjeet
Sorry, I've got no idea. :^)
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
Yes I know due to " error is coming. But my question is how to resolve this because it does not exist physically in the solution.
Sanjeet
SANJEET KUMAR SATPATHY Delhi IN wrote:
it does not exist physically in the solution.
So where is it coming from? You need to provide some more detail of exactly what source line is producing this error.
One of these days I'm going to think of a really clever signature.
-
SANJEET KUMAR SATPATHY Delhi IN wrote:
it does not exist physically in the solution.
So where is it coming from? You need to provide some more detail of exactly what source line is producing this error.
One of these days I'm going to think of a really clever signature.
I am just simply creating a Web part using visual studio. After creating I am simply add some text like "Hi". After that when I am trying to build the application I am getting that error.
Sanjeet
-
I am just simply creating a Web part using visual studio. After creating I am simply add some text like "Hi". After that when I am trying to build the application I am getting that error.
Sanjeet
SANJEET KUMAR SATPATHY Delhi IN wrote:
when I am trying to build the application I am getting that error.
You know that repeating the same comment over again without providing the relevant source code and exact error messages does not give us any way of helping you.
One of these days I'm going to think of a really clever signature.