473,587 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Less Templates in VS2005 than VS2008

I am using the Professional version.

In VS2005, in a C++/CLI project, to create a new item, there were 9
templates and in VS2008 there are only 3 templates.

For example, now the template for DataSet or Stored Procedure does not exist
in VS2008.

This is definitive or in next dates there will be more templates?

--
Tomas
English is not my first language.
Excuse me the inconvenients.
Dec 12 '07 #1
14 1472
Tomas wrote:
I am using the Professional version.

In VS2005, in a C++/CLI project, to create a new item, there were 9
templates and in VS2008 there are only 3 templates.

For example, now the template for DataSet or Stored Procedure does not exist
in VS2008.

This is definitive or in next dates there will be more templates?
Tomas:

I am not sure, but I fear that this may be a result of the de-emphasis
of C++/CLI as a first-class language for .NET GUI applications.

--
David Wilkinson
Visual C++ MVP
Dec 12 '07 #2
It can be that Microsoft leaves the idea of C++/CLI since did with the
previous version managed c++?

--
Tomas
English is not my first language.
Excuse me the inconvenients.
"David Wilkinson" wrote:
Tomas wrote:
I am using the Professional version.

In VS2005, in a C++/CLI project, to create a new item, there were 9
templates and in VS2008 there are only 3 templates.

For example, now the template for DataSet or Stored Procedure does not exist
in VS2008.

This is definitive or in next dates there will be more templates?

Tomas:

I am not sure, but I fear that this may be a result of the de-emphasis
of C++/CLI as a first-class language for .NET GUI applications.

--
David Wilkinson
Visual C++ MVP
Dec 12 '07 #3
Tomas wrote:
It can be that Microsoft leaves the idea of C++/CLI since did with the
previous version managed c++?
Tmas:

No, not C++/CLI. Just C++/CLI as a language for building .NET GUI
applications.

--
David Wilkinson
Visual C++ MVP
Dec 12 '07 #4
Hi Tomas,

Can you tell me which path do you refer to? I assume you mean the following
paths: File->New->Project... ->Other Languages ->Visual C++ -CLR

However, in this path, we did not have the DataSet or Stored Procedure
project types in both VS2005 or VS2008, so I am not sure which project
templates you are referring to.

Additionally, I am not sure if your problem is professional version
specific, I am checking the paths in the Enterprise version of VS2005 and
VS2008.

Anyway, I will wait for your further clarify. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
Dec 13 '07 #5
Jeffrey Tan[MSFT] wrote:
Hi Tomas,

Can you tell me which path do you refer to? I assume you mean the following
paths: File->New->Project... ->Other Languages ->Visual C++ -CLR
Come on, we are VC coders here, CLR in not in Other Language, the C#
things appear in Other Languages :-)
However, in this path, we did not have the DataSet or Stored Procedure
project types in both VS2005 or VS2008, so I am not sure which project
templates you are referring to.

Additionally, I am not sure if your problem is professional version
specific, I am checking the paths in the Enterprise version of VS2005 and
VS2008.

Anyway, I will wait for your further clarify. Thanks.
I can try giving a clarify:

1) Create a new project in both VS2005 and VS2008:
File -New -Project -Visual C++ -CLR -Windows Form Application

2) After creation, right click on the project, in pop menu, shoosing
Add -New Item -Data.

3) Compare the items in VS2005 and VS2008.
Dec 13 '07 #6
It is exactly as says “count0”.

--
Tomas
English is not my first language.
Excuse me the inconvenients.
""Jeffrey Tan[MSFT]"" wrote:
Hi Tomas,

Can you tell me which path do you refer to? I assume you mean the following
paths: File->New->Project... ->Other Languages ->Visual C++ -CLR

However, in this path, we did not have the DataSet or Stored Procedure
project types in both VS2005 or VS2008, so I am not sure which project
templates you are referring to.

Additionally, I am not sure if your problem is professional version
specific, I am checking the paths in the Enterprise version of VS2005 and
VS2008.

Anyway, I will wait for your further clarify. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
Dec 13 '07 #7
Hi Tomas and count0,

Thanks, I will give it a check and research, I will get back to you ASAP.

Best regards,
Jeffrey Tan
Microsoft Online Community Support

Dec 13 '07 #8
Jeffrey Tan[MSFT] wrote:
Hi Tomas and count0,

Thanks, I will give it a check and research, I will get back to you ASAP.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
Jeffrey:

I think this is the same issue that I reported here:

<https://connect.microso ft.com/VisualStudio/feedback/ViewFeedback.as px?FeedbackID=2 92118>

--
David Wilkinson
Visual C++ MVP
Dec 13 '07 #9
All my applications are for databases .

This is an authentic disaster.

If there is no support for databases, what we must do the companies that we
developed this type of applications, look for another product, another
compiler?

--
Tomas
English is not my first language.
Excuse me the inconvenients.
"David Wilkinson" wrote:
Jeffrey Tan[MSFT] wrote:
Hi Tomas and count0,

Thanks, I will give it a check and research, I will get back to you ASAP.

Best regards,
Jeffrey Tan
Microsoft Online Community Support

Jeffrey:

I think this is the same issue that I reported here:

<https://connect.microso ft.com/VisualStudio/feedback/ViewFeedback.as px?FeedbackID=2 92118>

--
David Wilkinson
Visual C++ MVP
Dec 14 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
2874
by: Iouri | last post by:
Hi everybody, We are currently using VS2003 and now we are in the porcess of upgrading to the next Visual Studio version. Does somebody have a real life experience with VS2008? My boss wants to go with VS2005 and I am trying to convince to buy VS2008. Can somebody provide links to compare 2 products in terms of how stable they are. I do not...
2
1153
by: =?Utf-8?B?cm9kY2hhcg==?= | last post by:
hey all, i built a project in vs2005 and was wondering if i can open it up in vs2005 without having to update the project? thanks, rodchar
2
2438
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is installed but can't find the site now. Is there a problem? Would reinstalling vs2008 fix any problem that may occur because of uninstalling vs2005.
0
796
by: FarhadKhalafi | last post by:
I have upgraded some of my projects (C++ & C#) from VS2005 to VS2008. I have noticed that all my executables have increased in size by about 50% in release mode. I have examined project properties and cannot see what could cause this to happen. Even a simple "Hello World" console app compiles into a larger EXE in VS2008 compared with VS2005. ...
3
1328
by: Rick | last post by:
Hello guys!!! I have a little question, i've heard that some people has installed on their machine vs2005 and vs2008, but if you can work vs2005 projects in vs2008 which is the reason to have both vs installed on same machine? or my old vs2005 project doesn't work fine in vs2008? Best Regards
6
1192
by: John | last post by:
Hi What are the benefits of developing asp.net apps with vs2008/.net 3.5 over vs2005/.net 2.0? Are any improvements been made in vs 2008 to the authentication provider mechanism? Many Thanks Regards
2
5042
by: Ronald S. Cook | last post by:
If I understand correctly, the framework version and Visual Studio version are not intertwined? Assuming so, how do I (first) find out what framweork my VS2005 ASP.NET application is targeting (think its 2.0 currently)? Then, how do I "make it" use the 3.5 Framework? I know if I opened the project using VS2008, it would prompt me to...
1
1804
by: =?Utf-8?B?a21ybmVlZHNuZXRoZWxw?= | last post by:
Hi. This is my scenario that I hope I can find a solution for: A VS2005 solution containing a web app project, a web service project and a simple client library project that only consumes the web service and is used by the web app. A VS2008 solution containing the same web service code as in the VS2005 solution above. How do I construct a...
4
2026
by: | last post by:
Hi, After installing SP1 for VS2008 and SP1 for .NET 3.5 we get the following warning in a VS2005 build: error CS0618: Warning as Error: 'System.Windows.UIElement.BitmapEffect' is obsolete: 'Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the...
0
7849
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8215
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7973
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5718
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5394
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1454
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1189
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.