 |
|
 |
I have an older version of Visual Studio (2003 version) Professional edition. My question is - will a program created using VS 2003 work in Windows 7 & 8?
Secondly, if I create a program using the free Visual C# Express edition or Visual C++ Express edition, will it have any restrictions on users or will it show some screen mentioning that it was created using free Express edition?
|
|
|
|
 |
|
 |
If you create a correct program on Win XP or Vista, it will work well on Win7 as well, no matter which tool you use. Correct is the key word here, it implies many things, one of them is not trying to write in folders that are system related (and should have been write-protected from Windows 1.0 but are so since Vista).
For Win8, we'll have to wait and see, although I expect the same to be going to be true.
There is no difference in the output of Express editions, I use them all the time. The user will never notice, in fact I am not sure it is even discernible when dissecting the EXE file.
VS2003 targets .NET 1.1, which is pretty old and offers limited functionality. I'd rather use VS2008 Express and target any of .NET 2.0, 3.0, or 3.5 (or use VS2010 Express which also can target 4.0) as they offer better functionality than 1.0 and 1.1 ever did.
You may want to read this: http://perceler.com/articles1.php?art=dotnet1[^]
Luc Pattyn [My Articles] Nil Volentibus Arduum
Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.
modified 31 Jan '12.
|
|
|
|
 |
|
 |
Member 8434613 wrote: I have an older version of Visual Studio (2003 version) Professional edition. My question is - will a program created using VS 2003 work in Windows 7 & 8?
If you are targeting Windows 8, the Metro-non Desktop version, then no it won't.
Member 8434613 wrote: Secondly, if I create a program using the free Visual C# Express edition or Visual C++ Express edition, will it have any restrictions on users or will it show some screen mentioning that it was created using free Express edition?
No. There are no user restrictions, and nothing appears to show that an Express Edition was used. The code is compiled using the same .NET compiler as you could do from the command line. The professional editions don't add a new compiler.
|
|
|
|
 |
|
 |
i'm working on a custom C++ project wizard.
does anyone know how to get the wizard to put the project files (ex. MYPROJECT.vcproj) into a subfolder of the target folder (not into the root) ? we have a specific standard folder structure here so i need this wizard to follow it.
i can do this with the template/source files, but i haven't figured out how to do it for the .vcproj.
|
|
|
|
 |
|
 |
is there some way to prevent vs2010 editor adding the closing paranthesis when i type the opening one?
i can't find any option anywhere and i really *hate* when IDE's try to type my damn code for me
thnx
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
|
|
|
|
 |
|
 |
You may use the Productivity Power Tools[^].
Once you have it installed, you can turn brace completion on or off by going to Tools->Options->Productivity power tools->All Extensions->Automatic Brace Completion Or you need to use Resharper(Also it has similar option).
|
|
|
|
 |
|
 |
I have a Windows 7 virtual desktop where Visual Studio has been provisioned as a terminal services app running on Windows Server 2008.
The problem is that Visual Studio actually runs on the server and during debugging, if the code is accessing the file system/registry, it is actually accessing the file system/registry of the server when you expect it to access the file system/registry of the virtual desktop. Anyone facing such as issue? How did you solve it?
|
|
|
|
 |
|
 |
Hi I am trying to publish my website on the server which is having crystal reports. I am continuously getting an error message
"Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified."
I have tried everything.. tried searching a lots of forum but couldn't find a solution. The application is working fine on localhost, but when I publish it on server I am getting this error message. I am using Visual Studio 2008 and crystal reports basic for visual studio 2008.
I have tried publishing in .net2.0 and .net 3.5 but still get the same error message. I am publishing my first web application so any help would be greatly appreciated.
you can see the error at www.vcsenterprise.com/cr7/
Also I am hosting on a shared server and the hosting provider have informed me that they support crystal reports 10.
I am using IIS7
Thanks and Regards,
Arpit Mittal
|
|
|
|
 |
|
 |
Hello!
I am irritated of waitng for results from each performance profiling session. A session itself takes about 1 minute, and then I have to wait about 20-30 minutes until all symbols are loaded. Is it really necessary? I am interested only in my code profiling, not d3d9.dll or USER32.dll.
This is what I get in the output window:
Loaded symbols for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll.
Failed to load symbols for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll.
Failed to load symbols for C:\Windows\SYSTEM32\ntdll.dll.
Failed to load symbols for C:\Windows\system32\KERNEL32.dll.
Loaded symbols for C:\Windows\SYSTEM32\MSCOREE.DLL.
Failed to load symbols for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll.
Loaded symbols for C:\Windows\system32\ole32.dll.
Loaded symbols for C:\Windows\system32\USER32.dll.
Loaded symbols for C:\Windows\system32\uxtheme.dll.
Loaded symbols for C:\Windows\system32\GDI32.dll.
Loaded symbols for C:\Windows\system32\ADVAPI32.dll.
Loaded symbols for C:\Windows\system32\CRYPTSP.dll.
Loaded symbols for C:\Windows\system32\MSVCR100_CLR0400.dll.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll.
Loaded symbols for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll.
Loaded symbols for D:\Studia\Praca Magisterska\harmonizacja\trunk\Harmonia\Harmonia\bin\Release\Harmonia.exe.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll.
Loaded symbols for C:\Windows\system32\KERNELBASE.dll.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll.
Loaded symbols for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll.
Loaded symbols for C:\Windows\system32\dwrite.dll.
Loaded symbols for C:\Windows\system32\RPCRT4.dll.
Loaded symbols for C:\Windows\system32\d3d9.dll.
Failed to load symbols for C:\Windows\system32\igdumd64.dll.
Failed to load symbols for C:\Windows\system32\msvcrt.dll.
Failed to load symbols for C:\Windows\system32\MSCTF.dll.
Loaded symbols for C:\Windows\system32\dwmapi.dll.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll.
Loaded symbols for C:\Windows\system32\urlmon.dll.
Loaded symbols for C:\Windows\system32\WININET.dll.
Failed to load symbols for C:\Windows\system32\shell32.dll.
Loaded symbols for C:\Windows\system32\WindowsCodecs.dll.
Loaded symbols for C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll.
Profiling complete.
As I said, it takes up to 30 minutes. Is it possible to turn it off? I don't really get why all these symbols are (down?)loaded.
Greetings - Jacek
|
|
|
|
 |
|
 |
Hello,
I'm creating VS 2008 language service by using Language Service option. I need help in defining command line arguments. I've istalled flex(v2.5.35) and bison(v2.4.2) using Cygwin, my OS is Windows 7,
that's what I'm defining now:
lexer's tab:
C:\cygwin\bin\flex.exe" -o $(InputName).cpp $(InputName).lex
parser's tab:
set INIT=C:\cygwin\bin
set BISON_SIMPLE=C:\Program Files\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration\Tools\Babel\bison.simple
"C:\cygwin\bin\bison.exe" -v -o $(InputName).cpp --defines=parser.cpp.h $(InputName).y
lexer file name: lexer.lex
parser file name: parser.y
All files are in right places, but project builds with errors.
I'm using this site as a guide:
http://blogs.msdn.com/b/aaronmar/archive/2004/10/13/242004.aspx[^]
Thanks in advance.
|
|
|
|
 |
|
 |
Hi,
I want to insert all the data from sql to Access through VB.Net
Is there any way?, Example will help me a lot.
Thanks
Dipesh
|
|
|
|
 |
|
 |
This is not a question about Visual Studio. You should ask in either the database forum or the VB.NET forum.
|
|
|
|
 |
|
 |
I've been curious for a while to know if there is a way of finding out which project template (if any) has been used to create a VS solution/project? Anyone know?
Mat
|
|
|
|
 |
|
 |
I am using Visual Studio 2008 to program VB.net (of course for ASP.NET related projects). Oncce I have to "Find and Replace" a project in C Sharp, so the "Look at these file types" has *.cs. After that search, while I go back to VB.net projects, whenever I need to do a "Find and Replace", it only search the .cs files. How can I clear the list of file types?
|
|
|
|
 |
|
 |
Are you saying that your FR dialog does not have a combo box titled "Look at these file types"?
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
|
 |
|
 |
Just change the selector in the combo box; I don't see what your problem is.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
 |
Thanks for pointing out the obvious. The point is I don't want to select every time because I use the Find or "Find and Replace" quite frequently. If the file type is default to .cs but all projects I work with have files ending in .vb, I will have a whole heck of time changing that to .vb each time I do a search. Anyway, I have found the solution. Thanks.
|
|
|
|
 |
|
 |
In VS 2010 C#, is it possible to force the IDE to regenerate the designer code file?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
 |
|
 |
Richard Andrew x64 wrote: In VS 2010 C#, is it possible to force the IDE to regenerate the designer code
file?
I have just always deleted the designer.cs file, opened the form back up in the Designer, done a "Save" and a "Build" and that does it for me, usually.
Sincerely Yours,
Brian Hart
|
|
|
|
 |
|
 |
I have an old application source that uses the vbpowerpack folderviewer and fileviewer. Does anyone know where I can get this DLL or the source for the old vbpowerpack?
|
|
|
|
 |
|
 |
Did you not try this[^]?
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
 |
I have searched everywhere and everything leads to the vbpowerpack 3 which doesn't include these controls
|
|
|
|
 |
|
 |
I finally found a link to the source for the old vbpowerpack. if anyone is interested heres the link http://www.hackchina.com/dlpre.php?lang=en&id=131030
|
|
|
|
 |
|
 |
Does anyone happen to know how to set the tab order beginning from somewhere other than the first control? I remember back in the good old days we could shift-click or something like that, but it doesn't seem to work.
Also, how do you set the tab order visually on a page in a tabcontrol?
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997
|
|
|
|
 |