Hi, All:

When I tried to run a web project on the web server from my local machine, I
allways get this message:

"Error while trying to run project: Unable to start debugging on the web
server. The debugger is not properly installed. Run setup to install or
repair the debugger."

I checkecd web.config file, the debug set to true, and I am a member of
administration group.

Any Ideas?

RE: Unable to start debugging on the web server by Sara

Sara
Wed Jan 05 01:07:03 CST 2005

hi,

Please check debugging with console application,if it gives the same
error message "The debugger is not installed properly " then may be .net
framework is not installed properly, so you need to register "mscordbi.dll "
manually by executing
"regsvr32 mscordbi.dll"

if you are not getting the error message with the console application then
it may be security issue.

Thanks
Sara









"Symphony" wrote:

>
> Hi, All:
>
> When I tried to run a web project on the web server from my local machine, I
> allways get this message:
>
> "Error while trying to run project: Unable to start debugging on the web
> server. The debugger is not properly installed. Run setup to install or
> repair the debugger."
>
> I checkecd web.config file, the debug set to true, and I am a member of
> administration group.
>
> Any Ideas?

RE: Unable to start debugging on the web server by Symphony

Symphony
Wed Jan 05 11:47:07 CST 2005

I tried console application, no error messages, if it is a security issue,
what it could be? Thanks

"Sara" wrote:

> hi,
>
> Please check debugging with console application,if it gives the same
> error message "The debugger is not installed properly " then may be .net
> framework is not installed properly, so you need to register "mscordbi.dll "
> manually by executing
> "regsvr32 mscordbi.dll"
>
> if you are not getting the error message with the console application then
> it may be security issue.
>
> Thanks
> Sara
>
>
>
>
>
>
>
>
>
> "Symphony" wrote:
>
> >
> > Hi, All:
> >
> > When I tried to run a web project on the web server from my local machine, I
> > allways get this message:
> >
> > "Error while trying to run project: Unable to start debugging on the web
> > server. The debugger is not properly installed. Run setup to install or
> > repair the debugger."
> >
> > I checkecd web.config file, the debug set to true, and I am a member of
> > administration group.
> >
> > Any Ideas?

RE: Unable to start debugging on the web server by Sara

Sara
Wed Jan 05 23:15:02 CST 2005

HI Symphony,

The same scenario i too had when i installed .net but i got in
both web and windows application, i think if your register the mscordbi.dll
again, it may work please let me know if you did and it is still persisting.

"Symphony" wrote:

> I tried console application, no error messages, if it is a security issue,
> what it could be? Thanks
>
> "Sara" wrote:
>
> > hi,
> >
> > Please check debugging with console application,if it gives the same
> > error message "The debugger is not installed properly " then may be .net
> > framework is not installed properly, so you need to register "mscordbi.dll "
> > manually by executing
> > "regsvr32 mscordbi.dll"
> >
> > if you are not getting the error message with the console application then
> > it may be security issue.
> >
> > Thanks
> > Sara
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > "Symphony" wrote:
> >
> > >
> > > Hi, All:
> > >
> > > When I tried to run a web project on the web server from my local machine, I
> > > allways get this message:
> > >
> > > "Error while trying to run project: Unable to start debugging on the web
> > > server. The debugger is not properly installed. Run setup to install or
> > > repair the debugger."
> > >
> > > I checkecd web.config file, the debug set to true, and I am a member of
> > > administration group.
> > >
> > > Any Ideas?

RE: Unable to start debugging on the web server by Symphony

Symphony
Thu Jan 06 12:25:01 CST 2005

Hi,Sara:

I tried console application, debugger works fine, but still not working on
web application. I've also register the "mscordbi.dll " file, no help. Any
other possibilities?

I thought it might be the security issue, I am already in the admin group,
what else could be?

Thank you very much for your time.



"Sara" wrote:

> HI Symphony,
>
> The same scenario i too had when i installed .net but i got in
> both web and windows application, i think if your register the mscordbi.dll
> again, it may work please let me know if you did and it is still persisting.
>
> "Symphony" wrote:
>
> > I tried console application, no error messages, if it is a security issue,
> > what it could be? Thanks
> >
> > "Sara" wrote:
> >
> > > hi,
> > >
> > > Please check debugging with console application,if it gives the same
> > > error message "The debugger is not installed properly " then may be .net
> > > framework is not installed properly, so you need to register "mscordbi.dll "
> > > manually by executing
> > > "regsvr32 mscordbi.dll"
> > >
> > > if you are not getting the error message with the console application then
> > > it may be security issue.
> > >
> > > Thanks
> > > Sara
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > "Symphony" wrote:
> > >
> > > >
> > > > Hi, All:
> > > >
> > > > When I tried to run a web project on the web server from my local machine, I
> > > > allways get this message:
> > > >
> > > > "Error while trying to run project: Unable to start debugging on the web
> > > > server. The debugger is not properly installed. Run setup to install or
> > > > repair the debugger."
> > > >
> > > > I checkecd web.config file, the debug set to true, and I am a member of
> > > > administration group.
> > > >
> > > > Any Ideas?