microsoft.public.vsnet.general
  Home FAQ Contact Sign in
microsoft.public.vsnet.general only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.vsnet.general Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  ACREDITE FUNCIONA!!!!!         


Author: JET72
Date: Jul 27, 2008 09:27

Ganhar dinheiro rápido e honesto

meu blog http://jet72.zip.net/

: QUER GANHAR UM BOM DINHEIRO? FAÇA COMO NÓS !
: COMO TRANSFORMAR 12 REAIS EM NO MINIMO DOZE MIL REAIS !!
: EU TAMBEM NÃO ACREDITAVA!! VOCÊ É CAPAZ, APENAS FAÇA FUNCIONAR.!

Encontrei esta mensagem em um fórum no UOL e decidi tentar. Pouco curioso
por natureza, continuei lendo. Logo abaixo, o texto apresenta uma lista com
6 nomes com endereços.

O texto propõe enviar pelo correio, R$ 2,00 para cada um dos 6 nomes com
endereços declarados (investimento de R$ 12,00 mais os selos para postagem).
Depois de feito isto, o texto propõe colocar meu próprio nome na posição #6
da lista, eliminando o nome da posição #1, e enviar este artigo para pelo
menos 200 fóruns ou newsgroups (Existem dezenas de milhares).

Nada mais, só isto é suficiente para você ganhar muito dinheiro. Assim
depois de refletir sobre isto, e falando primeiro com algumas pessoas,
cheguei à conclusão: "o que eu tenho a perder além de 6 selos e R$ 12,00 ?"
Resolvi então tentar esta jogada.
Show full article (9.04Kb)
no comments
  ASP pages are not processed by IIS         


Author: amos
Date: Jul 27, 2008 07:08

I have vs2008 pro installed in winxp sp2. IIS is installed, but if I try
to open a classic asp (http://127.0.0.1/localstart.asp)
page I get this error:

HTTP 401.2 - Unauthorized: Logon failed due to server configuration
Internet Information Services

If I try http://127.0.0.1 from that error page I get a password prompt
and then

error '8002801c'
Error accessing the OLE registry.
/iisHelp/common/500-100.asp, line 17

What is this issue about? It's been quite a while since I did anything
with .asp so I'm not sure when this went south. I can create and run
aspx pages in vs2008.
4 Comments
  Limiting folders that get published to the web server         


Author: Brian
Date: Jul 25, 2008 08:50

I have a web site project that has many folders and files, as I know others
do as well. When I make changes to the site it usually only affects a few
files.

Is there a way to limit what gets published to only the files that were
changed, added, or removed?

--
Brian
4 Comments
  Shortcut to get focus on the members list of a file and next method         


Author: jeeji
Date: Jul 25, 2008 06:35

Hi

I am using Visual Studio 2005 and the programming lanuage is C#. I am
quite attracted by using shortcut keys, and have found many very
useful keys
Currently I would like to have a shortcut key for the two following
features;
- To get focus on the members control on the top right corner of the
currently active file. An alternative command which gives me the same
result would also be appreciable
- A shortcut key or command that sets focus on the next method (and
previous method) within the active file.
There are two commands that satisfy this, by they only seem to work
for VB.Net.

Thanks in advance
Jeeji
no comments
  How do I use macros in compiler options?         


Author: Brad
Date: Jul 24, 2008 15:51

I'm trying to generate the XML comments file when building a web site
project. Since web sites do not include a project file, this must be done
using the /doc compile option in the web.config. See XML below.

<system.codedom>

type="Microsoft.VisualBasic.VBCodeProvider, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"
compilerOptions="/doc:$(ProjectName).xml"/>

system.codedom>

I would like to use the $(ProjectName) macro to create the file name
dynamically however when I execute the build the output file is
$(ProjectName).xml. Is there a way use macros in the compiler options?
no comments
  Visual Studio 2008 very slow when displaying Form Designer         


Author: Barrett
Date: Jul 24, 2008 12:20

Hello,
I originally had VS 2005, then recently installed Visual Studio 2008 and
upgraded my projects. My projects build for Windows Mobile 5.
Most times when I display a form in the designer it shows the form for a
second, then the designer window goes white and visual studio is
non-responsive for 3 to 4 minutes. It also consumes close to 100%% cpu time.
When the designer returns, it works great for a while but later does the same
thing.

I've seen other posts about a similar problem with aspx designer but this is
just a windows form.
I installed visual studio 2008 service pack 1 beta. It did speed things up a
little but the slowness still happens.
I also tried applying KB946581. It made no difference. The hot fix shows in
VS Help,About not in Add/remove programs so I'm not sure it even installed.
The pertinent dlls are dated April 29 2008 (vs service pack's date).

Anyone have any ideas?

Thanks
Barrett
no comments
  Migrated from vs 2003 to vs 2008 PROBLEMS Please HELP!         


Author: ann
Date: Jul 24, 2008 09:34

I am migrating a web project from 2003 to 2008 (vs). I converted my project
and fixed most of the hundreds of errors I got (obsolete or deprecated code).
I need to make changes to my app. and cannot get any new controls I add to
work on any existing page. If I add a new page and add a control, it works
fine. If I add a control to a converted page, vs doesn't recognize it. In
specific, I am trying to use the literal control but vs says it does not
contain a definition for Literal1 (name of control) ...

Am I supposed to be doing something else to my pages now that they are
converted?

Please help - I don't want to have to re-write this whole application!
4 Comments
  Clickone and VB 2008 Express Edition         


Author: Nick
Date: Jul 24, 2008 05:00

Hello

Is it possible to publish an app using VB 2008 Express Edition
using full ClickOnce technology?

And if so how please?

I want to publish to my company's LAN.

I would be willing to make a contribution for help.

Many thanks in advance and kind regards

Nick
no comments
  Web Deployment Project - Web.config section replacement         


Author: Leslie
Date: Jul 23, 2008 19:06

I am replacing the appSettings section of my web.config file.

In my replacement file the key looks like this:


I use single quotes for value=' ' so that my comments can include double
quotes as examples in the value.

However, when the web project gets installed the replaced key looks like the
following except everything is on one line.

NOTE: The values entered for value such as Win64 are not
case sensitive. Win64 is the same as win64.
" />

If I reverse the approach and wrap the value="" using double quotes and then
use single quotes in the text, the carriage returns are still converted to
the UTF-8 encoding and the embedded quotes are still represented as ".
Show full article (1.64Kb)
4 Comments
  Print all code in a solution to paper by one command         


Author: Marc
Date: Jul 23, 2008 07:58

Dear all

due to a policy in my company I have to print all written code to paper once
a year. I know this sounds ridiculous in a way but that’s how the policy is.

Is there a way in VS2008 to print all files by one command or is there
somewhere a tool that helps extracting for example to a text file? I only
found a way to print one page.

Thanks for your help,

Marc
4 Comments
1 2