Art Bacon
|
| Posted: 05/28/2002, 8:04 AM |
|
I'm running Win2K Server with all MS Updates. I have Visual Studio Net, SQL
Server 2000 Developer, Visio.
I installed CCS Beta 4 to give it a whirl. Everything looks good until I
generate the code, C#. For some reason the project DLL never shows up in the
Bin folder.
So I open the project in VSN, rebuild and the DLL shows up, but the CCS page
has errors.
The makeall.bat says it's function, no errors show up, but no DLL.
Anyone have a clue
Art Bacon
|
|
|
 |
Raxip
|
| Posted: 05/28/2002, 8:50 AM |
|
Do you have the path to the dotnet frame work setup under settings in ccs
I had a problem where it would put an extra "/" in the makebat file by the
"csc" statement that prevented it from compiling.
beta4 seemed to have fixed this if the path is specified in the settings.
"Art Bacon" <abacon@awbacon.com> wrote in message
news:ad06ag$nhk$1@news.codecharge.com...
> I'm running Win2K Server with all MS Updates. I have Visual Studio Net,
SQL
> Server 2000 Developer, Visio.
> I installed CCS Beta 4 to give it a whirl. Everything looks good until I
> generate the code, C#. For some reason the project DLL never shows up in
the
> Bin folder.
> So I open the project in VSN, rebuild and the DLL shows up, but the CCS
page
> has errors.
> The makeall.bat says it's function, no errors show up, but no DLL.
> Anyone have a clue
> Art Bacon
>
>
|
|
|
 |
Art Bacon
|
| Posted: 05/28/2002, 11:05 AM |
|
Thank you. It seems I have too many places to point to.
I redirected the path to C:\winnt\microsoft.net/framework
It was pointed to C:\program files\microsoft Visual studio.net\framework sdk
Hummm....
It seems to work fine now.
You're a genius
Art
"Raxip" <raxip1@hotmail.com> wrote in message
news:ad08vl$t4i$1@news.codecharge.com...
> Do you have the path to the dotnet frame work setup under settings in ccs
> I had a problem where it would put an extra "/" in the makebat file by the
> "csc" statement that prevented it from compiling.
> beta4 seemed to have fixed this if the path is specified in the settings.
>
> "Art Bacon" <abacon@awbacon.com> wrote in message
>news:ad06ag$nhk$1@news.codecharge.com...
> > I'm running Win2K Server with all MS Updates. I have Visual Studio Net,
> SQL
> > Server 2000 Developer, Visio.
> > I installed CCS Beta 4 to give it a whirl. Everything looks good until I
> > generate the code, C#. For some reason the project DLL never shows up in
> the
> > Bin folder.
> > So I open the project in VSN, rebuild and the DLL shows up, but the CCS
> page
> > has errors.
> > The makeall.bat says it's function, no errors show up, but no DLL.
> > Anyone have a clue
> > Art Bacon
> >
> >
>
>
|
|
|
 |
|