Click here to Skip to main content
15,890,609 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: restrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:46
vijaylumar3-Jul-08 23:46 
AnswerRe: restrict project to run only 20 times Pin
jeipiyaku4-Jul-08 0:00
jeipiyaku4-Jul-08 0:00 
GeneralRe: restrict project to run only 20 times Pin
LloydA1114-Jul-08 12:07
LloydA1114-Jul-08 12:07 
AnswerRe: restrict project to run only 20 times Pin
Christian Graus4-Jul-08 0:44
protectorChristian Graus4-Jul-08 0:44 
QuestionAdding DLL Dynamically Pin
jeipiyaku3-Jul-08 23:00
jeipiyaku3-Jul-08 23:00 
AnswerRe: Adding DLL Dynamically Pin
jzonthemtn4-Jul-08 2:18
jzonthemtn4-Jul-08 2:18 
GeneralRe: Adding DLL Dynamically Pin
jeipiyaku4-Jul-08 2:24
jeipiyaku4-Jul-08 2:24 
QuestionNo designer when adding a new typed dataset Pin
steve_rm3-Jul-08 22:56
steve_rm3-Jul-08 22:56 
Hello,

Visual Studio 2008 Development Edition

For some reason can't seem to add a new dataset and display the designer, where you create or drag data tables and table adapters on to.

When I Add new item | select dataset. All I get is the files listed below:
DataSet1.xsd
DataSet1.Designer.vb

The above is using my work computer. I have exactly the same version of visual studio 2008 development edition on my home computer. And there I don't have the same problem. I am able to drag the data tables on to the designer.

I have asked another work friend to check his verison on his computer. He is able to get the designer so his is ok, and has the same version as me. But on my works computer I have this problem

When I add the new dataset I just get this being displayed below.

I have also uninstalled visual studio 2008, and then installed it again. Still the same problem.

Many thanks for any help with this.

[code]
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="DataSet1"
targetNamespace="http://tempuri.org/DataSet1.xsd"
elementFormDefault="qualified"
attributeFormDefault="qualified"
xmlns="http://tempuri.org/DataSet1.xsd"
xmlns:mstns="http://tempuri.org/DataSet1.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
<xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"></xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
[/code]
QuestionForm con più panel Pin
zagari3-Jul-08 22:45
zagari3-Jul-08 22:45 
AnswerRe: Form con più panel Pin
Rupesh Kumar Swami3-Jul-08 23:25
Rupesh Kumar Swami3-Jul-08 23:25 
Questionusing variable instead of listbox Pin
shee_dee863-Jul-08 22:05
shee_dee863-Jul-08 22:05 
AnswerRe: using variable instead of listbox Pin
Chinners3-Jul-08 22:27
Chinners3-Jul-08 22:27 
AnswerRe: using variable instead of listbox Pin
Steven J Jowett3-Jul-08 22:29
Steven J Jowett3-Jul-08 22:29 
AnswerRe: using variable instead of listbox Pin
Rupesh Kumar Swami3-Jul-08 22:38
Rupesh Kumar Swami3-Jul-08 22:38 
QuestionADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 18:51
Amit Battan Ror3-Jul-08 18:51 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 19:19
Amit Battan Ror3-Jul-08 19:19 
GeneralRe: ADODC ConnectionString App.Path VB6 Pin
jeipiyaku3-Jul-08 23:06
jeipiyaku3-Jul-08 23:06 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Paul Conrad4-Jul-08 7:51
professionalPaul Conrad4-Jul-08 7:51 
Questioncall a function Pin
shee_dee863-Jul-08 17:37
shee_dee863-Jul-08 17:37 
AnswerRe: call a function Pin
Colin Angus Mackay3-Jul-08 20:36
Colin Angus Mackay3-Jul-08 20:36 
GeneralRe: call a function Pin
CARPETBURNER3-Jul-08 22:46
CARPETBURNER3-Jul-08 22:46 
AnswerRe: call a function Pin
Rupesh Kumar Swami3-Jul-08 20:41
Rupesh Kumar Swami3-Jul-08 20:41 
QuestionError messages displayed only when run from network drive not locally Pin
svanwass3-Jul-08 11:57
svanwass3-Jul-08 11:57 
QuestionValidating a listView Pin
AAGTHosting3-Jul-08 8:38
AAGTHosting3-Jul-08 8:38 
AnswerRe: Validating a listView Pin
Paul Conrad3-Jul-08 9:02
professionalPaul Conrad3-Jul-08 9:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.