Click here to Skip to main content
15,920,468 members
Home / Discussions / C#
   

C#

 
GeneralRe: Scrolling in a RichTexBox Pin
Steven Behnke22-Jul-02 7:30
Steven Behnke22-Jul-02 7:30 
GeneralRe: Scrolling in a RichTexBox Pin
jpeg22-Jul-02 21:37
jpeg22-Jul-02 21:37 
GeneralRe: Scrolling in a RichTexBox Pin
Steven Behnke23-Jul-02 4:09
Steven Behnke23-Jul-02 4:09 
GeneralHelp With DataSets Pin
Li Mu Bai22-Jul-02 3:14
Li Mu Bai22-Jul-02 3:14 
GeneralRe: Help With DataSets Pin
Roger Stewart23-Jul-02 6:12
professionalRoger Stewart23-Jul-02 6:12 
GeneralDataSet Pin
Li Mu Bai22-Jul-02 1:38
Li Mu Bai22-Jul-02 1:38 
GeneralRe: DataSet Pin
James T. Johnson22-Jul-02 1:55
James T. Johnson22-Jul-02 1:55 
GeneralInstalling CollectionGen - How I did it Pin
James T. Johnson22-Jul-02 0:44
James T. Johnson22-Jul-02 0:44 
If you don't have Visual C# (ie you purchased VB.NET standard) then you're out of luck with this tool since it was created with C#. It is also a tool created for use with VS.NET, so you are also out of luck if you aren't using VS.NET.

When I did a reinstall of CollectionGen a few minutes ago I took a look at the readme file and found that it was missing a few steps.

First off download it from the link above, then unzip it to the directory of your choice (this will be the final resting place for it so place it where you want it).

Now open the CollectionGen solution file (CollectionGen.sln) you will probably get some errors about not being able to find the Visual Source Safe server; just tell it ok to get through the warnings.

Now if you don't don't have VB.NET, remove the vbtestcli project from the solution [right click on it and choose remove, tell it to overwrite the solution file if it complains about being read-only].

This is where the readme is missing some steps.

Right click on the CollectionGen project, and choose "Add Reference..." click the Browse button and browse to the Microsoft Visual Studio .NET\Common7\IDE directory select the "Microsoft.VSDesigner.dll" file. 'Ok' back to the main IDE. Now right click on the testcli project and choose "Add Reference...", click Browse, and browse back to that directory again. Select the "Microsoft.VSDesigner.dll" file, then click Browse again; this time selecing the "microsoft.visualstudio.designer.interfaces.dll" file. Again, click OK back to the main IDE.

Now that that is done, change the combobox at the top of the IDE to say Release instead of Debug and build the solution.

Using the Command Prompt provided by VS.NET (look in VS.NET's Tools program group in the start menu) run the setup.bat file located in the CollectionGen\redist.

That should be all you have to do Smile | :)

To test it right click on one of the XML files in the testcli project and choose "Run Custom Tool". If all goes well you'll see VS.NET work for a bit then nothing will happen. That is good!

Now to use it in your own program simply create an XML file of the same format as listed in the readme file. Add that file to your project, then change the "Custom Tool" property to "SBCollectionGenerator".

Thats it Smile | :)

James
"Java is free - and worth every penny." - Christian Graus
GeneralRe: Installing CollectionGen - How I did it Pin
Nish Nishant22-Jul-02 3:46
sitebuilderNish Nishant22-Jul-02 3:46 
GeneralRe: Installing CollectionGen - How I did it Pin
James T. Johnson22-Jul-02 6:44
James T. Johnson22-Jul-02 6:44 
QuestionVideo Capture Hardware? Pin
Steven Behnke21-Jul-02 21:08
Steven Behnke21-Jul-02 21:08 
QuestionStatusbar with 3 sliders??? Pin
Daniel Strigl21-Jul-02 21:07
Daniel Strigl21-Jul-02 21:07 
AnswerRe: Statusbar with 3 sliders??? Pin
SHaroz22-Jul-02 5:49
SHaroz22-Jul-02 5:49 
QuestionC# - language design by committee ??? Pin
Christian Graus21-Jul-02 12:55
protectorChristian Graus21-Jul-02 12:55 
AnswerRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala21-Jul-02 15:16
Rama Krishna Vavilala21-Jul-02 15:16 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 15:28
protectorChristian Graus21-Jul-02 15:28 
GeneralRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala21-Jul-02 15:38
Rama Krishna Vavilala21-Jul-02 15:38 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 15:40
protectorChristian Graus21-Jul-02 15:40 
GeneralRe: C# - language design by committee ??? Pin
jparsons22-Jul-02 5:25
jparsons22-Jul-02 5:25 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:17
protectorChristian Graus22-Jul-02 12:17 
GeneralRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala22-Jul-02 5:37
Rama Krishna Vavilala22-Jul-02 5:37 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:18
protectorChristian Graus22-Jul-02 12:18 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 2:14
protectorChristian Graus22-Jul-02 2:14 
AnswerRe: C# - language design by committee ??? Pin
Nish Nishant21-Jul-02 15:49
sitebuilderNish Nishant21-Jul-02 15:49 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 15:57
protectorChristian Graus21-Jul-02 15:57 

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.