Re: weird delays when editing code for CF project with VS 2003
- From: "Jim Popowski" <jpop34_at_hotmail.com>
- Date: Tue, 26 Apr 2005 10:22:03 -0500
We had a similar problem that appears to be tied to the usage and/or
network location of our assembly key file. Our solution was to only include
the keyfile when running a release build.
Now Visual Studio performs normally, without the annoying delays.
In assemblyInfo.vb of each of our modules, we include the following:
#If CONFIG = "Release" Then
<Assembly: AssemblyKeyFile("\\<NetworkLocation\MyKeyfile.snk")>
#End If
Hope that helps....
Jim
"Sergey Bogdanov" <sergey.bogdanov@xxxxxxxxx> wrote in message
news:uRITc9wRFHA.1476@xxxxxxxxxxxxxxxxxxxxxxx
> I also have the enough large solution and have never encountered with
> such behaviour. Maybe the problem is not in the concrete solution but in
> VS.NET itself. Try to create new solution and see what will happen. If
> the worst comes to the worst try to reinstall VS.NET...
>
> Best regards,
> Sergey Bogdanov
> http://www.sergeybogdanov.com
>
>
> news.austin.rr.com wrote:
> > Hi,
> >
> >
> >
> > I'm developing a CF app with VS 2003. When I first started developing
the
> > application months ago VS worked fine. Now as the app has grown larger
it
> > takes a very long time for VS to move to another line after I edit and
move
> > off the current line. What happens is the cursor disappears when I click
off
> > the edited line and takes a long time 10-15 seconds for it to appear on
the
> > new line. VS seams to get hung up when editing.
> >
> >
> >
> > Has anyone seen this? Is there some kind of fix or something I can turn
off
> > to allow smooth editing? It is so bad that I can edit the code faster in
> > notepad!
> >
> >
> >
> > Thanks
> >
> >
> >
> >
.
- References:
- weird delays when editing code for CF project with VS 2003
- From: news.austin.rr.com
- Re: weird delays when editing code for CF project with VS 2003
- From: Sergey Bogdanov
- weird delays when editing code for CF project with VS 2003
- Prev by Date: Re: Convert PPC project to WinCE
- Next by Date: Re: Problem with Message Box from Thread
- Previous by thread: Re: weird delays when editing code for CF project with VS 2003
- Next by thread: Device Emulator Error
- Index(es):
Relevant Pages
|