473,791 Members | 2,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SDK VS RUNTIME LIBRARY

Wondering what the difference is. As it is I have an application on a
share which doesn't run if we install the 2.0 runtime. But when the
SDK is installed it works fine. Wondering what kind of issues would
cause this.
Thanks in advance for any responses

May 18 '06 #1
3 1501
re:
Wondering what the difference is. As it is I have an application on a
share which doesn't run if we install the 2.0 runtime. But when the
SDK is installed it works fine. Wondering what kind of issues would cause this.
None. What error messages do you get when you've only installed the runtime ?

The SDK is simply the runtime plus a bunch of examples.
There's nothing additional to the runtime which is installed by the SDK.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Kevin" <ke*****@gmail. com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. . Wondering what the difference is. As it is I have an application on a
share which doesn't run if we install the 2.0 runtime. But when the
SDK is installed it works fine. Wondering what kind of issues would
cause this.
Thanks in advance for any responses

May 19 '06 #2
Juan T. Llibre wrote:
re:
Wondering what the difference is. As it is I have an application on a
share which doesn't run if we install the 2.0 runtime. But when the
SDK is installed it works fine. Wondering what kind of issues would cause this.


None. What error messages do you get when you've only installed the runtime ?

The SDK is simply the runtime plus a bunch of examples.
There's nothing additional to the runtime which is installed by the SDK.

The SDK does include some useful tools. Can't imagine many would be
used by an end program except possibly ResGen (I've often wondered why
they ship the vb and c# compilers as part of the framework, so you can
do dynamic code generation, but don't ship the resource compiler) or sn

To the OP, are you dependent on any of the tools in the bin folder of
the sdk?

Damien

May 19 '06 #3
re:
The SDK does include some useful tools.
Indeed...

re: Can't imagine many would be used by an end program
I can imagine how many : none!

re: except possibly ResGen
Hmm...on-the-fly-generation of resources would seem to be a minefield.

re: I've often wondered why they ship the vb and c# compilers as part of the framework,
so you can do dynamic code generation, but don't ship the resource compiler
Excellent point!

The resource compiler should be a part of the redistributable .

re: To the OP, are you dependent on any of the tools in the bin folder of the sdk?
Aren't those tools command-line tools not designed to be used on the web ?
Again, using them online would seem to be a dangerous minefield.

I was thinking ( regarding the OP's problem ) more along the lines
of the source code viewer in the quickstart/util directory.

In any case, until he replies with an error message, this is highly speculative.

Again, great point about the resource compiler!


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Damien" <Da************ *******@hotmail .com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com... Juan T. Llibre wrote:
re:
> Wondering what the difference is. As it is I have an application on a
> share which doesn't run if we install the 2.0 runtime. But when the
> SDK is installed it works fine. Wondering what kind of issues would cause this.


None. What error messages do you get when you've only installed the runtime ?

The SDK is simply the runtime plus a bunch of examples.
There's nothing additional to the runtime which is installed by the SDK.

The SDK does include some useful tools. Can't imagine many would be
used by an end program except possibly ResGen (I've often wondered why
they ship the vb and c# compilers as part of the framework, so you can
do dynamic code generation, but don't ship the resource compiler) or sn

To the OP, are you dependent on any of the tools in the bin folder of
the sdk?

Damien

May 19 '06 #4

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

Similar topics

1
1701
by: Lumpierbritches | last post by:
Thank you in advance for any and all assistance, it is greatly appreciated. I have a Universal MSDN and AC2003 Runtime, but I'm used to AC97 Setup Runtime. How do you setup AC2003 for runtime installation? I have a couple of applications I'm migrating from AC97 to AC2003 and I have the runtime file, but can't find anything that shows how to create a stand alone runtime application: HELP!!! Michael
5
3073
by: Gerhard Menzl | last post by:
When creating a Managed C++ DLL using the Visual Studio 7.1 Solution Explorer (by selecting Add New Project and then either choosing Class Library (.NET) or Windows Control Library (.NET)), the IDE sets the /MT(d) compiler switch (statically linked multithreaded C runtime library) by default. This is fine with me, as it relieves me from having to redistribute MSVCR71(D).DLL with my application. However, as soon as a single runtime...
8
34672
by: Subra Mallampalli | last post by:
Hi, I am trying to use <runtime> section within the web.config file. However, the contents of the <runtime> section seem to be ignored. What am i missing here? Is <runtime> section not used by web apps? Any help is greatly appreciated. Thanks,
1
1300
by: Boni | last post by:
Dear all, were can I get an info about a Run-Time library to to use. What are advantages of using Multithreaded or Multithreaded dll. Thanks a lot, Boni
1
1692
by: Pascalus | last post by:
Hi there! I have a problem with the delete operator to destroy a (char*). It used to work since today. I don't know what I may have changed in the project and/or the solution (probably in the properties or what) to cause this problem... I have an app written in cpp.NET. In one function, I call an external function from a win32 DLL of my own. Here is the body: #include "myDll.h" void myCppNetFunction(...) { char* str = NULL;
33
7407
by: larpup | last post by:
I checked all my references prior to compiling. The mdb or mde works perfectly with full version of A2003. When running on a computer with RunTime i receive an error that a reference is broken to msoutl.olb version 9.2. Can anyone shed some light on this as I need to deploy this application as soon as possible. Any information regarding this would be greatly appreciated.
21
5250
by: Paul Edwards | last post by:
I have written a public domain (not GPL etc) C runtime library (PDPCLIB) for DOS, OS/2 and MVS. You can see it here: http://sourceforge.net/projects/pdos/ I now wish to port it to Win32, so that I can create executables to run under Windows 98 command prompt where every byte of the executable is from public domain code. I'm only interested in writing strictly conforming C89 programs,
6
2601
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 1.1 when running? How to check the .Net Framework Runtime dependencies when using Visual Studio?
7
8855
ADezii
by: ADezii | last post by:
The next series of Tips will involve the Microsoft Scripting Runtime Library (Scrrun.dll). This Library is, in my humble opinion, one of the most useful and practical Libraries ever created. With the Scripting Runtime Library, you can retrieve information related to Drives, Folders, Files, and Text Files and set/retrieve certain Attributes of Drives, Folders, Files, and Text Files. Through Methods exposed by this Library, you can also manipulate...
2
2252
by: mohi | last post by:
hello every one , this may be very basic question and may be a bit out of topic ,, can anyone please tell me what are the functions of runtime library and are they the one which create the program stack, manages heap??? and how can i find out that does my compiler (or linker) produces dynamically linked runtime libraries (if so how can i make it to do it statically on gnu g++ on fedora c8)
0
9515
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10426
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9993
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6776
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5430
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4109
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
2
3713
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2913
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.